source: extensions/memories/pfoya_bootstrap.tpl

Last change on this file was 32192, checked in by ddtddt, 4 years ago

[photos_from_one_year_ago]

File size: 632 bytes
Line 
1{html_style}
2.pfoyat{
3        padding-left:50px;
4        font-size:2em;
5}
6{/html_style}
7{if isset($pfoya)}
8 <div class="calendarBar">
9   <div id="calendar-nav-buttons" class="btn-group" role="group">
10        {foreach from=$pfoyas item=pfoya}
11          {if ($pfoya.NB_IMAGES==0)}
12                <a class="btn btn-secondary" disabled="disabled">{$pfoya.LABEL}</a>
13          {else}
14                <a class="btn btn-secondary"{if isset($pfoya.NB_IMAGES)} title="{$pfoya.NB_IMAGES|@translate_dec:'%d photo':'%d photos'}"{/if} href="{$pfoya.URL}">{$pfoya.LABEL}</a>
15          {/if}
16        {/foreach}
17  </div>
18 </div>
19{/if}
20{if isset($pfoyadata)}
21<div class="pfoyat">{$pfoyadata}</div>
22{/if}
Note: See TracBrowser for help on using the repository browser.