Updated s5 tests.
This commit is contained in:
parent
851d39f8f8
commit
6f75034bb9
2 changed files with 24 additions and 40 deletions
|
@ -19,29 +19,21 @@
|
|||
<script src="ui/default/slides.js" type="text/javascript"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="title">My S5 Document</h1>
|
||||
<div class="layout">
|
||||
<div id="controls"></div>
|
||||
<div id="currentSlide"></div>
|
||||
<div id="header"></div>
|
||||
<div id="footer">
|
||||
<h1
|
||||
>July 15, 2006</h1
|
||||
><h2
|
||||
>My S5 Document</h2
|
||||
></div>
|
||||
<h1>July 15, 2006</h1>
|
||||
<h2>My S5 Document</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="presentation">
|
||||
|
||||
<div class="slide">
|
||||
<h1
|
||||
>My S5 Document</h1
|
||||
><h3
|
||||
>Sam Smith<br
|
||||
/>Jen Jones</h3
|
||||
><h4
|
||||
>July 15, 2006</h4
|
||||
></div>
|
||||
<h1>My S5 Document</h1>
|
||||
<h3>Sam Smith<br/>Jen Jones</h3>
|
||||
<h4>July 15, 2006</h4>
|
||||
</div>
|
||||
<div class="slide">
|
||||
<h1
|
||||
>First slide</h1
|
||||
|
|
|
@ -7,6 +7,16 @@
|
|||
<meta name="author" content="Sam Smith" />
|
||||
<meta name="author" content="Jen Jones" />
|
||||
<meta name="date" content="July 15, 2006" />
|
||||
<!-- configuration parameters -->
|
||||
<meta name="defaultView" content="slideshow" />
|
||||
<meta name="controlVis" content="hidden" />
|
||||
<!-- style sheet links -->
|
||||
<link rel="stylesheet" href="ui/default/slides.css" type="text/css" media="projection" id="slideProj" />
|
||||
<link rel="stylesheet" href="ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" />
|
||||
<link rel="stylesheet" href="ui/default/print.css" type="text/css" media="print" id="slidePrint" />
|
||||
<link rel="stylesheet" href="ui/default/opera.css" type="text/css" media="projection" id="operaFix" />
|
||||
<!-- S5 JS -->
|
||||
<script src="ui/default/slides.js" type="text/javascript"></script>
|
||||
<script type="text/javascript"
|
||||
>/*
|
||||
LaTeXMathML.js from http://math.etsu.edu/LaTeXMathML/
|
||||
|
@ -208,41 +218,23 @@
|
|||
{window.onload=generic;}}
|
||||
</script
|
||||
>
|
||||
<!-- configuration parameters -->
|
||||
<meta name="defaultView" content="slideshow" />
|
||||
<meta name="controlVis" content="hidden" />
|
||||
<!-- style sheet links -->
|
||||
<link rel="stylesheet" href="ui/default/slides.css" type="text/css" media="projection" id="slideProj" />
|
||||
<link rel="stylesheet" href="ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" />
|
||||
<link rel="stylesheet" href="ui/default/print.css" type="text/css" media="print" id="slidePrint" />
|
||||
<link rel="stylesheet" href="ui/default/opera.css" type="text/css" media="projection" id="operaFix" />
|
||||
<!-- S5 JS -->
|
||||
<script src="ui/default/slides.js" type="text/javascript"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="title">My S5 Document</h1>
|
||||
<div class="layout">
|
||||
<div id="controls"></div>
|
||||
<div id="currentSlide"></div>
|
||||
<div id="header"></div>
|
||||
<div id="footer">
|
||||
<h1
|
||||
>July 15, 2006</h1
|
||||
><h2
|
||||
>My S5 Document</h2
|
||||
></div>
|
||||
<h1>July 15, 2006</h1>
|
||||
<h2>My S5 Document</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="presentation">
|
||||
|
||||
<div class="slide">
|
||||
<h1
|
||||
>My S5 Document</h1
|
||||
><h3
|
||||
>Sam Smith<br
|
||||
/>Jen Jones</h3
|
||||
><h4
|
||||
>July 15, 2006</h4
|
||||
></div>
|
||||
<h1>My S5 Document</h1>
|
||||
<h3>Sam Smith<br/>Jen Jones</h3>
|
||||
<h4>July 15, 2006</h4>
|
||||
</div>
|
||||
<div class="slide">
|
||||
<h1
|
||||
>First slide</h1
|
||||
|
|
Loading…
Reference in a new issue