diff options
author | nodiscc <nodiscc@gmail.com> | 2015-01-09 02:34:00 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-01-09 02:34:00 +0100 |
commit | a2d5ef2127881561bf359390fac2d8d336a37335 (patch) | |
tree | 124a22ed9b66193d2d42df8a5693878046848da5 /tpl/daily.html | |
parent | 002f9625ec7d0f7673da1e7098fdea76487d0538 (diff) | |
parent | 8079dfd1cdec41a0bb3ee7ec2b974e8e64376d83 (diff) | |
download | Shaarli-a2d5ef2127881561bf359390fac2d8d336a37335.tar.gz Shaarli-a2d5ef2127881561bf359390fac2d8d336a37335.tar.zst Shaarli-a2d5ef2127881561bf359390fac2d8d336a37335.zip |
Merge pull request #77 from ArthurHoaro/w3c
Make Shaarli's template W3C compliant #64
Diffstat (limited to 'tpl/daily.html')
-rw-r--r-- | tpl/daily.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tpl/daily.html b/tpl/daily.html index b92425b5..e39ae7ab 100644 --- a/tpl/daily.html +++ b/tpl/daily.html | |||
@@ -6,14 +6,14 @@ | |||
6 | <div class="daily"> | 6 | <div class="daily"> |
7 | <div class="dailyAbout"> | 7 | <div class="dailyAbout"> |
8 | All links of one day<br>in a single page.<br> | 8 | All links of one day<br>in a single page.<br> |
9 | {if="$previousday"} <a href="?do=daily&day={$previousday}"><b><</b>Previous day</a>{else}<b><</b>Previous day{/if} | 9 | {if="$previousday"} <a href="?do=daily&day={$previousday}"><b><</b>Previous day</a>{else}<b><</b>Previous day{/if} |
10 | - | 10 | - |
11 | {if="$nextday"}<a href="?do=daily&day={$nextday}">Next day<b>></b></a>{else}Next day<b>></b>{/if} | 11 | {if="$nextday"}<a href="?do=daily&day={$nextday}">Next day<b>></b></a>{else}Next day<b>></b>{/if} |
12 | <br><br> | 12 | <br><br> |
13 | <a href="?do=dailyrss" title="1 RSS entry per day"><img src="images/feed-icon-14x14.png#">Daily RSS Feed</a> | 13 | <a href="?do=dailyrss" title="1 RSS entry per day"><img src="images/feed-icon-14x14.png#" alt="rss_feed">Daily RSS Feed</a> |
14 | </div> | 14 | </div> |
15 | <div class="dailyTitle"><img src="../images/floral_left.png" width="51" height="50" class="nomobile"> The Daily Shaarli <img src="../images/floral_right.png" width="51" height="50" class="nomobile"></div> | 15 | <div class="dailyTitle"><img src="../images/floral_left.png" width="51" height="50" class="nomobile" alt="floral_left"> The Daily Shaarli <img src="../images/floral_right.png" width="51" height="50" class="nomobile" alt="floral_right"></div> |
16 | <div class="dailyDate"><span class="nomobile">———————————</span> {$day} <span class="nomobile">———————————</span></div> | 16 | <div class="dailyDate"><span class="nomobile">———————————</span> {$day} <span class="nomobile">———————————</span></div> |
17 | <div class="clear"></div> | 17 | <div class="clear"></div> |
18 | 18 | ||
19 | {if="$linksToDisplay"} | 19 | {if="$linksToDisplay"} |