X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Fpicwall.html;h=5343abd6a7421131b6f7aca004c171d770d0de79;hb=485b168a9677d160b0c0426e4f282b9bd0c632c1;hp=da5101db644abd18c5996d9ed961d76188520f96;hpb=bee33239ed444f9724422fe5234cd79997500519;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html index da5101db..5343abd6 100644 --- a/tpl/default/picwall.html +++ b/tpl/default/picwall.html @@ -5,58 +5,51 @@ {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. 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} - - {$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"}