You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2011/04/02 01:12:57 UTC

svn commit: r1087928 - /incubator/wookie/trunk/widgets/widget-template/s5/index.html

Author: rgardler
Date: Fri Apr  1 23:12:56 2011
New Revision: 1087928

URL: http://svn.apache.org/viewvc?rev=1087928&view=rev
Log:
Improve formatting

Modified:
    incubator/wookie/trunk/widgets/widget-template/s5/index.html

Modified: incubator/wookie/trunk/widgets/widget-template/s5/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/widget-template/s5/index.html?rev=1087928&r1=1087927&r2=1087928&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/widget-template/s5/index.html (original)
+++ incubator/wookie/trunk/widgets/widget-template/s5/index.html Fri Apr  1 23:12:56 2011
@@ -49,38 +49,52 @@
 <div class="layout">
 <div id="controls"><!-- DO NOT EDIT --></div>
 <div id="currentSlide"><!-- DO NOT EDIT --></div>
+
 <div id="header"></div>
+
 <div id="footer">
-<h1>[location/date of presentation]</h1>
-<h2>[slide show title here]</h2>
+  <h1>[location/date of presentation]</h1>
+  <h2>[slide show title here]</h2>
 </div>
 
 </div>
 
-
 <div class="presentation">
-
-<div class="slide">
-<h2>@widget.shortname@</h2>
-<p>@widget.description@</p>
-<p>To customise this presentation see the
-   <a href="http://meyerweb.com/eric/tools/s5/">s5 documentation</a>.</p>
-</div>
-
-<div class="slide">
-<h1>[slide title]</h1>
-<ul>
-	<li>[point one]</li>
-	<li>[point two]</li>
-	<li>[point three]</li>
-	<li>[point four]</li>
-	<li>[point five]</li>
-</ul>
-<div class="handout">[any material that should appear in print but
-not on the slide]</div>
-</div>
-
-
+  <div class="slide">
+    <h1>@widget.shortname@</h1>
+    <p>@widget.description@</p>
+    <p>To customise this presentation see the
+    <a href="http://meyerweb.com/eric/tools/s5/">s5 documentation</a>.</p>
+  </div>
+
+  <div class="slide">
+    <h1>[slide title]</h1>
+    <ul>
+      <li>[point one]</li>
+      <li>[point two]</li>
+      <li>[point three]</li>
+      <li>[point four]</li>
+      <li>[point five]</li>
+    </ul>
+    
+    <div class="handout">[any material that should appear in print but
+    not on the slide]</div>
+  </div>
+  
+<!-- Slide tempalte 
+
+  <div class="slide">
+    <h1>[slide title]</h1>
+    <ul>
+      <li>[point one]</li>
+      <li>[point two]</li>
+      <li>[point three]</li>
+    </ul>
+    
+    <div class="handout">[handout notes]</div>
+  </div>  
+-->
+  
 </div>
 
 </body>