Last change
on this file since 30672 was
30430,
checked in by ddtddt, 10 years ago
|
[extensions] - see_photos_by_user clean jquery
|
File size:
1.5 KB
|
Rev | Line | |
---|
[26635] | 1 | {if isset ($gestionA)} |
---|
[30403] | 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> |
---|
[27391] | 5 | {/if} |
---|
[30403] | 6 | |
---|
[27391] | 7 | {if isset ($gestionB)} |
---|
[30403] | 8 | <h1>{'User'|@translate} {$gestionB.USERUSBU}</h1> |
---|
[27391] | 9 | {/if} |
---|
[30403] | 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 | <div id="myCanvasContainer"> |
---|
| 15 | |
---|
| 16 | <canvas width="600" height="300" id="myCanvas"> |
---|
[30430] | 17 | <ul id="ulseepbu" data-shape="{$USERSSPBYSHAPE}" data-color="{$USERSSPBYCOLOR}"> |
---|
[30403] | 18 | {foreach from=$userslistecloud1 item=userslistecloud} |
---|
| 19 | <li> |
---|
[30430] | 20 | <a href = "{$USERSSPBY}{$userslistecloud.USERSSPBYLID}-{$userslistecloud.USERSSPBYL}">{$userslistecloud.USERSSPBYL} <span class="menuInfoCat seepbu">[{$userslistecloud.USERSSPBYLC}]</span></a><br> |
---|
[30403] | 21 | </li> |
---|
| 22 | {/foreach} |
---|
| 23 | </ul> |
---|
| 24 | </canvas> |
---|
| 25 | </div> |
---|
[30415] | 26 | {/if} |
---|
| 27 | |
---|
| 28 | {if isset ($gestionD)} |
---|
| 29 | <div id="fullTagCloud"> |
---|
| 30 | {foreach from=$userslistecloud1 item=userslistecloud} |
---|
[30429] | 31 | <span><a class="tagLevel{$userslistecloud.USERSSPBYWEIGHT}" href = "{$USERSSPBY}{$userslistecloud.USERSSPBYLID}-{$userslistecloud.USERSSPBYL}" title="[{$userslistecloud.USERSSPBYLC}]">{$userslistecloud.USERSSPBYL}</a></span> |
---|
[30415] | 32 | {/foreach} |
---|
| 33 | </div> |
---|
[30403] | 34 | {/if} |
---|
Note: See
TracBrowser
for help on using the repository browser.