1 | {known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"} |
---|
2 | {known_script id="jquery.animated.innerfade" src=$AI_JQUERY_PATH|@cat:"jquery.animated.innerfade/js/jquery.animated.innerfade.js"} |
---|
3 | {html_head} |
---|
4 | <script type="text/javascript"> |
---|
5 | $(document).ready( function(){ldelim} |
---|
6 | $('ul#animated-panorama').animatedinnerfade({ldelim} |
---|
7 | speed: '{$speed}', |
---|
8 | timeout: {$timeout}, |
---|
9 | type: 'sequence', |
---|
10 | containerheight: '{$height}px', |
---|
11 | containerwidth: '{$containerwidth}px', |
---|
12 | animationSpeed: {$animationSpeed}, |
---|
13 | animationtype: 'fade', |
---|
14 | bgFrame: '{$AI_JQUERY_PATH|@cat:"jquery.animated.innerfade/img/frame.png"}', |
---|
15 | controlBox: 'auto', |
---|
16 | controlButtonsPath: '{$AI_JQUERY_PATH|@cat:"jquery.animated.innerfade/img"}', |
---|
17 | displayTitle: '{$displayTitle}' |
---|
18 | }); |
---|
19 | }); |
---|
20 | </script> |
---|
21 | <link rel="stylesheet" type="text/css" href="{$AI_JQUERY_PATH|@cat:'AI_jQuery.css'}"> |
---|
22 | <style type="text/css"> |
---|
23 | .innerfade-title {ldelim} |
---|
24 | background: transparent url({$AI_JQUERY_PATH|@cat:'jquery.animated.innerfade/img/title-bg.png'}); } |
---|
25 | ul#animated-panorama {ldelim} width: {$containerwidth}px; } |
---|
26 | .bg-frame img {ldelim} behavior: url({$AI_JQUERY_PATH|@cat:'jquery.animated.innerfade/win_png.htc'}); } |
---|
27 | </style> |
---|
28 | {/html_head} |
---|
29 | |
---|
30 | <ul id="animated-panorama"> |
---|
31 | <li><a href="{$U_HIGH}" title="" target="{$U_TRGT}"> |
---|
32 | <img src="{$SRC_IMG}" alt="{$ALT_IMG}" title="{$COMMENT_IMG}" width="{$WIDTH_IMG}" height="{$HEIGHT_IMG}" /> |
---|
33 | </a></li> |
---|
34 | <li><a href="{$U_HIGH}" title="" target="{$U_TRGT}"> |
---|
35 | <img src="{$SRC_IMG}" alt="{$ALT_IMG}" title="{$COMMENT_IMG}" width="{$WIDTH_IMG}" height="{$HEIGHT_IMG}" /> |
---|
36 | </a></li> |
---|
37 | </ul> |
---|
38 | |
---|
39 | {if isset($high)} |
---|
40 | <p><a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">{'picture_high'|@translate}</a></p> |
---|
41 | {/if} |
---|