diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-08-03 09:54:11 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2019-08-03 09:54:11 +0200 |
commit | 58fa1a6ad1596c0b5425a48ca79f71d3791f6a92 (patch) | |
tree | b50e27e0fc8ffef43edd8c8bf97e5d966f0b098c /tpl/default/picwall.html | |
parent | ed3365325d231e044dedc32608fde87b1b39fa34 (diff) | |
parent | 3a52dfcc5c5d6de08bb6e9b16ea7033408184bef (diff) | |
download | Shaarli-58fa1a6ad1596c0b5425a48ca79f71d3791f6a92.tar.gz Shaarli-58fa1a6ad1596c0b5425a48ca79f71d3791f6a92.tar.zst Shaarli-58fa1a6ad1596c0b5425a48ca79f71d3791f6a92.zip |
Merge branch 'master' into v0.11
Diffstat (limited to 'tpl/default/picwall.html')
-rw-r--r-- | tpl/default/picwall.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html index 5a959244..73359949 100644 --- a/tpl/default/picwall.html +++ b/tpl/default/picwall.html | |||
@@ -32,13 +32,13 @@ | |||
32 | {/loop} | 32 | {/loop} |
33 | </div> | 33 | </div> |
34 | 34 | ||
35 | <div id="picwall-container" class="picwall-container"> | 35 | <div id="picwall-container" class="picwall-container" role="list"> |
36 | {loop="$linksToDisplay"} | 36 | {loop="$linksToDisplay"} |
37 | <div class="picwall-pictureframe"> | 37 | <div class="picwall-pictureframe" role="listitem"> |
38 | {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} | 38 | {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} |
39 | <img data-src="{$value.thumbnail}#" class="b-lazy" | 39 | <img data-src="{$value.thumbnail}#" class="b-lazy" |
40 | src="" | 40 | src="" |
41 | alt="thumbnail" width="{$thumbnails_width}" height="{$thumbnails_height}" /> | 41 | alt="" width="{$thumbnails_width}" height="{$thumbnails_height}" /> |
42 | <a href="{$value.real_url}"><span class="info">{$value.title}</span></a> | 42 | <a href="{$value.real_url}"><span class="info">{$value.title}</span></a> |
43 | {loop="$value.picwall_plugin"} | 43 | {loop="$value.picwall_plugin"} |
44 | {$value} | 44 | {$value} |