Mercurial > addons > firefox-addons > feed-preview
comparison web_resources/feed-preview.xhtml @ 1:1c31f4102408
Show a hint if the feed has no entries
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Thu, 04 Oct 2018 09:40:26 +0200 |
parents | bc5cc170163c |
children | 5d7c13e998e9 |
comparison
equal
deleted
inserted
replaced
0:bc5cc170163c | 1:1c31f4102408 |
---|---|
41 <h2 class="entry-files-title"></h2> | 41 <h2 class="entry-files-title"></h2> |
42 <ul class="entry-files-list"> | 42 <ul class="entry-files-list"> |
43 </ul> | 43 </ul> |
44 </footer> | 44 </footer> |
45 </template> | 45 </template> |
46 <template id="no-entries-hint-template"> | |
47 <p id="no-entries-hint"></p> | |
48 </template> | |
46 <template id="entry-file-template"> | 49 <template id="entry-file-template"> |
47 <li class="entry-file"><a class="entry-file-link" href="" title=""></a> | 50 <li class="entry-file"><a class="entry-file-link" href="" title=""></a> |
48 <span class="entry-file-info"></span></li> | 51 <span class="entry-file-info"></span></li> |
49 </template> | 52 </template> |
50 <header id="feed-header"> | 53 <header id="feed-header"> |