Ignore:
Timestamp:
Nov 9, 2014, 11:00:26 PM (9 years ago)
Author:
ddtddt
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/see_photos_by_user/pagespba.tpl

    r27422 r30403  
    11{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>
     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>
    55{/if}
     6
    67{if isset ($gestionB)}
    7 <h1>{'User'|@translate} {$gestionB.USERUSBU}</h1>
     8    <h1>{'User'|@translate} {$gestionB.USERUSBU}</h1>
    89{/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 TracChangeset for help on using the changeset viewer.