aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/daily.html
diff options
context:
space:
mode:
authorSeb Sauvage <sebsauvage@sebsauvage.net>2012-02-01 23:07:32 +0100
committerEmilien Klein <emilien@klein.st>2012-02-01 23:07:32 +0100
commita22e60cc0abb0547af8d792dec15f59bf77b5630 (patch)
tree826845d8d5d46d6a4d1096c57c2bddd07ae40071 /tpl/daily.html
parent96bc4efe9ea9ed513d1ec06e0823847d5eebe82f (diff)
downloadShaarli-a22e60cc0abb0547af8d792dec15f59bf77b5630.tar.gz
Shaarli-a22e60cc0abb0547af8d792dec15f59bf77b5630.tar.zst
Shaarli-a22e60cc0abb0547af8d792dec15f59bf77b5630.zip
Version 0.0.37 beta
- Added: Basic CSS for mobiles, which makes Shaarli much more usable on mobile devices. - Added: Picture wall no more instantly kills your browser. Now it uses lazy image loading [0]: The picture are loaded only as you scroll the page. This will reduce browser memory usage (especially on mobile devices) and will reduce server load. If you have javascript disabled, the page will still work as before (all images loaded at once). - Added: RSS feed for the “Daily” page. 1 RSS entry per day, with all links of that day. RSS feed provides the last 7 days (only non-empty days are returned). - Added: In link list, added an icon to see only private links. Click to toggle (only private / all). [0] http://www.appelsiini.net/projects/lazyload
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>