source: extensions/see_photos_by_user/pagespba.tpl @ 30403

Last change on this file since 30403 was 30403, checked in by ddtddt, 9 years ago
File size: 1.1 KB
Line 
1{if isset ($gestionA)}
2    <form method="post" >
3        {html_options name="metalist" options=$gestionA.OPTIONS selected=$gestionA.SELECTED}<input class="submit" name="submitchoixauteur" type="submit" value="{'submit'|@translate}"/>
4    </form>
5{/if}
6
7{if isset ($gestionB)}
8    <h1>{'User'|@translate} {$gestionB.USERUSBU}</h1>
9{/if}
10
11{if isset ($gestionC)}
12    {combine_script id='jquery.tagcanvas' require="jquery" load='footer' path=$gestionC.SPBA_PATH|@cat:"js/jquery.tagcanvas.min.js"}
13    {combine_script id='jquery.see' load='footer' path=$gestionC.SPBA_PATH|@cat:"js/see.js"}
14    <h1>{'select user'|@translate}</h1>
15<div id="myCanvasContainer">
16     
17 <canvas width="600" height="300" id="myCanvas">
18   <ul>
19    {foreach from=$userslistecloud1 item=userslistecloud}
20        <li>
21            <a href = "{$USERSSPBY}{$userslistecloud.USERSSPBYLID}-{$userslistecloud.USERSSPBYL}">{$userslistecloud.USERSSPBYL} <span data-color="{$userslistecloud.USERSSPBYCOLOR}" data-weight="{$userslistecloud.USERSSPBYLC}" class="menuInfoCat seepbu">[{$userslistecloud.USERSSPBYLC}]</span></a><br>
22        </li>
23     {/foreach}
24  </ul>
25 </canvas>
26</div>
27{/if}
Note: See TracBrowser for help on using the repository browser.