Masquer les derniers auteurs
Paul Libbrecht 25.1 1 {{velocity}}
Paul Libbrecht (admin) 24.1 2 $xwiki.jsfx.use('js/scriptaculous/scriptaculous.js')
Paul Libbrecht 25.1 3 $xwiki.jsfx.use('js/scriptaculous/effects.js')
4 $xwiki.jsfx.use('js/protoshow/protoshow.js')
Paul Libbrecht 27.1 5 ## $xwiki.ssx.use('js/protoshow/protoshow.css')
Paul Libbrecht (admin) 24.1 6 {{/velocity}}
7
Paul Libbrecht 25.1 8 {{html clean="false"}}
Paul Libbrecht 27.1 9 <style type="text/css" src="/xwiki/resources/js/protoshow/protoshow.css"></style>
Paul Libbrecht 25.1 10 <div id="myshow"><!-- protoshow container -->
11 <ul class="show"><!-- slideshow itself -->
Paul Libbrecht 26.1 12 <li class="slide"><img src="http://farm3.static.flickr.com/2531/4121218751_ac8bf49d5d.jpg"></li>
13 <li class="slide" style="display: none"><img src="http://farm3.static.flickr.com/2597/4121218611_040cd7b3f2.jpg"></li>
14 <li class="slide" style="display: none"><img src="http://farm3.static.flickr.com/2610/4148988872_990b6da667.jpg"></li>
Paul Libbrecht 25.1 15 </ul>
16 </div>
Paul Libbrecht (admin) 3.1 17
Paul Libbrecht 25.1 18 <script type="text/javascript">
19 document.observe('load', function() {
20 // reference ID of our show container
21 var show = new protoShow('myshow');
Paul Libbrecht (admin) 21.1 22 });
Paul Libbrecht (admin) 23.1 23 </script>
Paul Libbrecht (admin) 1.1 24 {{/html}}
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions