Files
archived-web-pres2/tools/example.html
2002-10-18 06:42:03 +00:00

74 lines
1.9 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Design Strategies for PHP-GTK Applications</title>
</head>
<body>
<br>
<h6>&nbsp;comments are in H6, directives are in H5 : eg. output dir</h6>
<h5>outputDir slides/example<br>
title Title of the Talk<br>
topic Presents<br>
event Demo<br>
location where<br>
date November 5, 2002<br>
speaker Alan Knowles<br>
company Freelance Consultant<br>
email alan@akbkhome.com<br>
url http://conf.php.net/pres<br>
presentation jskeyboard="1" template="php" &nbsp; &nbsp; backgroundfixed="true"&nbsp;&nbsp;&nbsp;
backgroundimage = ""&nbsp; &nbsp; navsize="1.4em"</h5>
<h1>First Page headline&nbsp;</h1>
<ul>
<li>usage</li>
</ul>
<table cellpadding="2" cellspacing="2" border="1"
style="text-align: left;" width="100%">
<tbody>
<tr>
<td valign="top">
<pre><br>php HTML2pres.php example.html<br><br></pre>
</td>
</tr>
</tbody>
</table>
<br>
H4 is the default blurb level ! This will convert the text into individual
slide xml files, and a master slide.xml
<hr width="100%" size="2">
<h1>Page 2</h1>
<ul>
<li>some bullet points<br>
</li>
</ul>
<br>
<hr width="100%" size="2">
<h1>An image page</h1>
<img src="test.png" title="" alt="a" style="width: 150px; height: 53px;"><br>
And a smaller image<br>
<img src="test.png" title="" alt="a" style="width: 44px; height: 16px;"><br>
<hr width="100%" size="2">
<h1>a page with some code</h1>
<ul>
<li>notes<br>
</li>
<li>notes</li>
</ul>
<table cellpadding="2" cellspacing="2" border="1"
style="text-align: left;" width="100%">
<tbody>
<tr>
<td valign="top">
<pre>&lt;?php<br>echo "hello world";<br><br>?&gt; </pre>
</td>
</tr>
</tbody>
</table>
<hr width="100%" size="2">&nbsp;<br>
<br>
</body>
</html>