aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/daily.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/daily.html')
-rw-r--r--tpl/daily.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/tpl/daily.html b/tpl/daily.html
index 9ee74739..bdaf2032 100644
--- a/tpl/daily.html
+++ b/tpl/daily.html
@@ -7,14 +7,15 @@
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 <a href="?do=daily&day={$previousday}"><b>&lt;</b>Previous day</a> - 9 <a href="?do=daily&day={$previousday}"><b>&lt;</b>Previous day</a> -
10 <a href="?do=daily&day={$nextday}">Next day<b>&gt;</b></a> 10 <a href="?do=daily&day={$nextday}">Next day<b>&gt;</b></a><br><br>
11 <a href="?do=dailyrss" title="1 RSS entry per day"><img src="images/feed-icon-14x14.png#" width="14" height="14" style="position:relative;top:3px; margin-right:4px;">Daily RSS Feed</a>
11 </div> 12 </div>
12 <div class="dailyTitle"><img src="../images/floral_left.png" width="51" height="50"> The Shaarli Daily <img src="../images/floral_right.png" width="51" height="50"></div> 13 <div class="dailyTitle"><img src="../images/floral_left.png" width="51" height="50" class="nomobile"> The Shaarli Daily <img src="../images/floral_right.png" width="51" height="50" class="nomobile"></div>
13 <div class="dailyDate">&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097; {$day} &#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;</div> 14 <div class="dailyDate"><span class="nomobile">&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;</span> {$day} <span class="nomobile">&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;&#x0097;</span></div>
14 <div style="clear:both;"></div> 15 <div style="clear:both;"></div>
15 16
16 {if="$linksToDisplay"} 17 {if="$linksToDisplay"}
17 <div style="float:left;position:relative; width:33%; padding-left:1%;"> 18 <div id="daily_col1">
18 {loop="col1"} 19 {loop="col1"}
19 <div class="dailyEntry"> 20 <div class="dailyEntry">
20 <div style="float:right;position:relative;top:-1px;"><a href="?{$value.linkdate|smallHash}"><img src="../images/squiggle2.png" width="25" height="26" title="permalink" alt="permalink"></a></div> 21 <div style="float:right;position:relative;top:-1px;"><a href="?{$value.linkdate|smallHash}"><img src="../images/squiggle2.png" width="25" height="26" title="permalink" alt="permalink"></a></div>
@@ -26,7 +27,7 @@
26 {/loop} 27 {/loop}
27 </div> 28 </div>
28 29
29 <div style="float:left;position:relative; width:33%;"> 30 <div id="daily_col2">
30 {loop="col2"} 31 {loop="col2"}
31 <div class="dailyEntry"> 32 <div class="dailyEntry">
32 <div style="float:right;position:relative;top:-1px;"><a href="?{$value.linkdate|smallHash}"><img src="../images/squiggle2.png" width="25" height="26" title="permalink" alt="permalink"></a></div> 33 <div style="float:right;position:relative;top:-1px;"><a href="?{$value.linkdate|smallHash}"><img src="../images/squiggle2.png" width="25" height="26" title="permalink" alt="permalink"></a></div>
@@ -38,7 +39,7 @@
38 {/loop} 39 {/loop}
39 </div> 40 </div>
40 41
41 <div style="float:left;position:relative; width:33%;"> 42 <div id="daily_col3">
42 {loop="col3"} 43 {loop="col3"}
43 <div class="dailyEntry"> 44 <div class="dailyEntry">
44 <div style="float:right;position:relative;top:-1px;"><a href="?{$value.linkdate|smallHash}"><img src="../images/squiggle2.png" width="25" height="26" title="permalink" alt="permalink"></a></div> 45 <div style="float:right;position:relative;top:-1px;"><a href="?{$value.linkdate|smallHash}"><img src="../images/squiggle2.png" width="25" height="26" title="permalink" alt="permalink"></a></div>