Commit b4748fdf authored by Lingnan Wu's avatar Lingnan Wu

Change the style of slideshow.html to HTML5

parent 3089c4a0
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> <head>
<title>slide show editor</title>
<script type="text/javascript" <script type="text/javascript"
src="lib/presentation/jquery.js"></script> src="lib/presentation/jquery.js"></script>
<script type="text/javascript" <script type="text/javascript"
...@@ -29,7 +30,7 @@ ...@@ -29,7 +30,7 @@
<i class="icon-download-alt icon-white"></i> <i class="icon-download-alt icon-white"></i>
Save Save
</button>&nbsp; </button>&nbsp;
<img src="lib/presentation/images/slide_icon.png" onclick=window.open("lib/presentation/slides.html"); alt="See slideshow" title="See slideshow" /> <img src="lib/presentation/images/slide_icon.png" onclick="window.open('lib/presentation/slides.html');" alt="See slideshow" title="See slideshow" />
<img src="lib/presentation/images/questionmark.png" alt="see Instruction" title="Drag and drop to modify the order of the slides. <img src="lib/presentation/images/questionmark.png" alt="see Instruction" title="Drag and drop to modify the order of the slides.
Click on the top left corner of a slide to modify it or on the top right corner to delete it." /> Click on the top left corner of a slide to modify it or on the top right corner to delete it." />
</div> </div>
...@@ -39,17 +40,20 @@ Click on the top left corner of a slide to modify it or on the top right corner ...@@ -39,17 +40,20 @@ Click on the top left corner of a slide to modify it or on the top right corner
<label> <label>
Page Content Page Content
</label> </label>
<div class="input"><div > <div class="input">
<link rel="stylesheet" type="text/css" href="lib/presentation/jquery-ui.css"> <link rel="stylesheet" type="text/css" href="lib/presentation/jquery-ui.css"/>
<link rel="stylesheet" type="text/css" href="lib/presentation/slideshow_editor.css"> <link rel="stylesheet" type="text/css" href="lib/presentation/slideshow_editor.css"/>
<script language="javascript" src="lib/presentation/slideshow_editor.js"></script> <script type="text/javascript"
<script language="javascript" src="lib/presentation/erp5_run_my_docs.js"></script> src="lib/presentation/slideshow_editor.js"></script>
<div id="list"></div> <script type="text/javascript"
<div id="add_slide"> src="lib/presentation/erp5_run_my_docs.js"></script>
<section id="add_slide_button"> Add Slide </section> <div id="list"></div>
<div id="add_slide">
<section id="add_slide_button"> Add Slide </section>
</div>
<div id="dialog_add_slide" class="slide_dialog"></div>
<div id="dialog_edit_slide" class="slide_dialog"></div>
</div> </div>
<div id="dialog_add_slide" class="slide_dialog"></div>
<div id="dialog_edit_slide" class="slide_dialog"></div>
</div> </div>
<p class="clear"></p> <p class="clear"></p>
...@@ -92,12 +96,12 @@ Click on the top left corner of a slide to modify it or on the top right corner ...@@ -92,12 +96,12 @@ Click on the top left corner of a slide to modify it or on the top right corner
</tbody> </tbody>
</table> </table>
</test> </test>
</textarea> </div>
</div> </textarea>
</div> </div>
</fieldset> </div>
<p class="clear"></p> </fieldset>
</form> <p class="clear"></p>
</body> </body>
</html> </html>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment