X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Fpicwall.html;h=ac613b35d56080bf0c4a0f303324871082d2e9d4;hb=7f5250421be4832b9679d8140bc4a71c8005dfa3;hp=5a95924497f10540b706b64a66fc7343699ae3aa;hpb=90e048594a2981ac510d024a4f0ae2d5f188a176;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html index 5a959244..ac613b35 100644 --- a/tpl/default/picwall.html +++ b/tpl/default/picwall.html @@ -5,61 +5,55 @@ {include="page.header"} -{if="!$thumbnails_enabled"} -
-
- {'Picture wall unavailable (thumbnails are disabled).'|t} -
-
-{else} - {if="count($linksToDisplay)===0 && $is_logged_in"} -
-
- {'There is no cached thumbnail. Try to synchronize them.'|t} -
+ +{if="count($linksToDisplay)===0 && $is_logged_in"} +
+
+ {'There is no cached thumbnail.'|t} + {'Try to synchronize them.'|t}
- {/if} +
+{/if} -
-
-
- {$countPics=count($linksToDisplay)} -

{'Picture Wall'|t} - {$countPics} {'pics'|t}

+
+
+
+ {$countPics=count($linksToDisplay)} +

{'Picture Wall'|t} - {$countPics} {'pics'|t}

-
- {loop="$plugin_start_zone"} - {$value} - {/loop} -
+
+ {loop="$plugin_start_zone"} + {$value} + {/loop} +
-
- {loop="$linksToDisplay"} -
- {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} - thumbnail - {$value.title} - {loop="$value.picwall_plugin"} - {$value} - {/loop} -
- {/loop} -
-
+
+ {loop="$linksToDisplay"} +
+ {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} + + {$value.title} + {loop="$value.picwall_plugin"} + {$value} + {/loop} +
+ {/loop} +
+
-
- {loop="$plugin_end_zone"} - {$value} - {/loop} -
+
+ {loop="$plugin_end_zone"} + {$value} + {/loop}
-
-{/if} +
+
{include="page.footer"} - +