source: extensions/Juza/script.tpl @ 4461

Last change on this file since 4461 was 4461, checked in by vdigital, 14 years ago

[Update] For Juza - Many points solved.

Pendings:

  • Configuration
  • Exception management
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1{known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"}
2{known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js"}
3{assign var=JUZA value=$ROOT_URL|@cat:"template/"|@cat:$themeconf.template|@cat:"/theme/"|@cat:$themeconf.theme}
4{known_script id="juza" src=$JUZA|@cat:"/js/juzascript.js"}
5<table cellspacing="0" class="juzabar">
6<tbody><tr>
7<td style="width: 155px;">HOME PAGE</td>
8<td style="width: 155px;">PORTFOLIO</td>
9<td style="width: 155px;"><a href="{$ROOT_URL}index.php"><strong>GALLERIES</strong></a></td>
10<td style="width: 155px;"><a title="See available tags" href="{$ROOT_URL}tags.php"><strong>TAGS</strong></a></td>
11<td style="width: 155px;">ABOUT JUZA</td>
12<td style="width: 155px;">E-MAIL</td>
13<td style="width: 155px;">LINKS</td>
14<td style="width: 155px;">JUZA FORUM</td>
15</tr>
16</tbody></table>
17{if isset($thumbnails) }
18<div id="ix-desc" style="display:none">
19{foreach from=$thumbnails item=thumbnail}
20  <div title="{$thumbnail.FILE_DESC|@htmlspecialchars}" class="Thumb-{$thumbnail.ID}" width="{$thumbnail.FILE_WIDTH}" height="{$thumbnail.FILE_HEIGHT}"></div>
21{/foreach}
22</div>
23{/if}
Note: See TracBrowser for help on using the repository browser.