mirror of
https://github.com/php/web-pres2.git
synced 2026-03-23 23:12:07 +01:00
74 lines
1.9 KiB
HTML
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> 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" backgroundfixed="true"
|
|
backgroundimage = "" navsize="1.4em"</h5>
|
|
<h1>First Page headline </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><?php<br>echo "hello world";<br><br>?> </pre>
|
|
</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
<hr width="100%" size="2"> <br>
|
|
<br>
|
|
</body>
|
|
</html>
|