/[PLies]/w3c/slide.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /w3c/slide.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Fri May 11 14:18:25 2001 UTC (22 years, 11 months ago) by dpavlin
Branch: MAIN
File MIME type: text/html
first version of SlideMaker's original template converted for PLies

1 ##doctype##
2 <head>
3 <meta http-equiv="Content-type" content="text/html; charset=ISO-8859-2">
4 <title>##talkTitle## - ##title##</title>
5 <link rel="next" href="##next_link##" title="Next">
6 <link rel="previous" href="##prev_link##" title="Previous">
7 <link rel="contents" href="##toc_link##" title="Contents">
8 ##http_equiv##
9 ##stylelink##
10 </head>
11 <body>
12 <table class="navbar" cellspacing="0" cellpadding="0" border="0" width="97%" summary="navigation buttons">
13 <tr valign="top">
14 <td align="left">
15 #if ##logoLink## && ##logoFile##
16 <a href="##logoLink##"><img src="##logoFile##" alt="##logoAlt##" border="0"></a>
17 #elsif ##logoFile##
18 <img src="##logoFile##" alt="##logoAlt##">
19 #endif
20 #if ##logoLink2## && ##logoFile2##
21 <a href="##logoLink2##"><img src="##logoFile2##" alt="##logoAlt2##" border="0"></a>
22 #elsif ##logoFile2##
23 <img src="##logoFile2##" alt="##logoAlt2##">
24 #endif
25 </td>
26 <td valign="top" nowrap>
27 <div align="right">
28 #if ##prev_link##
29 <a rel="previous" href="##prev_link##" accesskey="P">
30 #else
31 <a rel="previous" href="##toc_link##" accesskey="P">
32 #endif
33 <img src="##template##/left.gif" border="0" width="32" height="32" alt=" previous" title="##next_title##">
34 </a>
35 <a rel="contents" href="##toc_link##" accesskey="C">
36 <img src="##template##/toc.gif" border="0" width="32" height="32" alt=" contents" title="##toc_title##">
37 </a>
38 #if ##next_link##
39 <a href="##next_link##" accesskey="N">
40 #else
41 <a href="##toc_link##" accesskey="N">
42 #endif
43 <img src="##template##/right.gif" border="0" width="32" height="32" alt=" next" title="##next_title##">
44 </a>
45 </div>
46 </td>
47 </tr>
48 </table>
49
50 #if ##title##
51 <h1 class="slide">##title##</h1>
52 #endif
53
54 #if ##subtitle##
55 <h2 class="slide">##subtitle##</h2>
56 #endif
57
58 <hr class="top">
59
60 <div class="slidebody">
61
62 ##content##
63
64 </div>
65
66 <hr class="bottom">
67
68 <table class="footer" cellspacing="0" cellpadding="0" border="0" width="97%" summary="footer">
69 <tr valign="bottom">
70 <td><p class="author">
71 #if ##author##
72 #if ##authorUrl##
73 <a href="##authorUrl##">
74 #endif
75 ##author##
76 #if ##authorUrl##
77 </a>
78 #endif
79 #endif
80 #if ##author2##
81 <br>
82 #if ##authorUrl2##
83 <a href="##authorUrl2##">
84 #endif
85 ##author2##
86 #if ##authorUrl2##
87 </a>
88 #endif
89 #endif
90 </p></td>
91 <td align="right"><p class="index">##slide_html##</p></td>
92 <td valign="top" nowrap>
93 <div align="right">
94 #if ##prev_link##
95 <a rel="previous" href="##prev_link##" accesskey="P">
96 #else
97 <a rel="previous" href="##toc_link##" accesskey="P">
98 #endif
99 <img src="##template##/left.gif" border="0" width="32" height="32" alt=" previous" title="##next_title##">
100 </a>
101 #if ##next_link##
102 <a href="##next_link##" accesskey="N">
103 #else
104 <a href="##toc_link##" accesskey="N">
105 #endif
106 <img src="##template##/right.gif" border="0" width="32" height="32" alt=" next" title="##next_title##">
107 </a>
108 </td>
109 </tr>
110 </table>
111 </body>
112 </html>

  ViewVC Help
Powered by ViewVC 1.1.26