.
[hacks/simpleWebSlides.git] / doc / theme.xhtml
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
4 >
5 <html xmlns="http://www.w3.org/1999/xhtml" >
6   <head>
7     <title>SimpleWebSlides</title>
8
9     <meta http-equiv="Content-Type"
10           content="text/html; charset=utf-8" />
11     <meta name="copyright"
12           content="Copyright &#169; 2013 Kim Nguyễn" />
13
14
15     <!-- Load jQuery -->
16     <script src="../jquery-2.0.3.min.js" type="text/javascript" ></script>
17     <!-- Load the library -->
18     <script src="../simpleWebSlides.js" type="text/javascript" ></script>
19
20
21     <link rel="stylesheet" href="../simpleWebSlides.css"  type="text/css"  media="all" />
22     <!-- Load a custom Theme, the class-element marks this style-sheet
23       a "theme" that can be swtiched dynamicaly -->
24
25     <link class="sws-theme" rel="stylesheet"  href="../themes/debug.css" title="debug" type="text/css"  media="all"/>
26     <!-- Customize some templates and initialize -->
27
28
29
30
31     <script type="text/javascript">
32 <!--
33       SWS.Config['sws-slide-change'] = SWS.Effects.slideChangeFadeOutIn;
34       SWS.Config['sws-object-deactivate'] = SWS.Effects.objectDeactivateFadeOut;
35       SWS.Config['sws-object-activate'] = SWS.Effects.objectActivateFadeIn;
36 -->
37
38      $(window).load(SWS.Presentation.init);
39
40     </script>
41
42   </head>
43   <body>
44     <div class="sws-slide sws-cover sws-option-nofooter">
45         <h1>Title</h1>
46     </div>
47
48     <div class="sws-slide" >
49       <h1>Slide title</h1>
50       <p> Content </p>
51     </div>
52
53   </body>
54 </html>