1: <!-- Module Editorial -->
2: <div id="editorial_block_center" class="editorial_block">
3: <script type="text/javascript" src="{$this_path}s3Slider.js"></script>
4: <script type="text/javascript">
5: {literal}
6: $(document).ready(function() {$('#slider').s3Slider({timeOut: 3000});});
7: {/literal}
8: </script>
9: <style type="text/css">@import url({$this_path}editorial.css);</style>
10: <div id="slider">
11: <ul id="sliderContent">
12: <li class="sliderImage">
13: <a href=""><img src="{$this_path}1.jpg" alt="1" /></a>
14: <span class="top"><strong>Title text 1</strong><br />Content text...</span>
15: </li>
16: <li class="sliderImage">
17: <a href=""><img src="{$this_path}2.jpg" alt="2" /></a>
18: <span class="top"><strong>Title text 2</strong><br />Content text...Content text...Content text...Content text...Content text...Content text...Content text...Content text...Content text...Content text...Content text...</span>
19: </li>
20: <li class="sliderImage">
21: <img src="{$this_path}3.jpg" alt="3" />
22: <span class="bottom"><strong>Title text 2</strong><br />Content text...</span>
23: </li>
24: <li class="sliderImage">
25: <img src="{$this_path}4.jpg" alt="4" />
26: <span class="bottom"><strong>Title text 2</strong><br />Content text...</span>
27: </li>
28: <li class="sliderImage">
29: <img src="{$this_path}5.jpg" alt="5" />
30: <span class="top"><strong>Title text 2</strong><br />Content text...</span>
31: </li>
32: <div class="clear sliderImage"></div>
33: </ul>
34: <div class="clear"></div>
35: </div>
36: {if $xml->body->$logo_subheading}{$xml->body->$logo_subheading|stripslashes}{/if}
37: {if $xml->body->$title}<h2>{$xml->body->$title|stripslashes}</h2>{/if}
38: {if $xml->body->$subheading}<h3>{$xml->body->$subheading|stripslashes}</h3>{/if}
39: {if $xml->body->$paragraph}<div>{$xml->body->$paragraph|stripslashes}</div>{/if}
40: </div>
41: <!-- /Module Editorial -->