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