/[PLies]/default/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 /default/slide.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Sat May 5 19:20:29 2001 UTC (22 years, 11 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +14 -7 lines
File MIME type: text/html
fixed links, links now display slide titles (as they should),
relative anchors (#something) are resolved accross slides (so that
you can jump from one slide to another)

1 ##doctype##
2 <head>
3 <title>##talkTitle## - ##title##</title>
4 ##http_equiv##
5 ##stylelink##
6 </head>
7 ##body##
8 <table height="100%" width="100%">
9 <tr>
10 <td class="header-first" valign="top">
11 <table width="100%" border="0">
12 <tr>
13 <td class="cell-logo">
14 #if ##logoLink## && ##logoFile##
15 <a href="##logoLink##"><img src="##logoFile##" alt="##logoAlt##" border="0"></a>
16 #elsif ##logoFile##
17 <img src="##logoFile##" alt="##logoAlt##">
18 #endif
19 #if ##logoLink2## && ##logoFile2##
20 <a href="##logoLink2##"><img src="##logoFile2##" alt="##logoAlt2##" border="0"></a>
21 #elsif ##logoFile2##
22 <img src="##logoFile2##" alt="##logoAlt2##">
23 #endif
24 </td>
25 <td class="cell-heading">
26 #if ##title##
27 <h1>##title##</h1>
28 #endif
29 #if ##subtitle##
30 <h2>##subtitle##</h2>
31 #endif
32 </td>
33 </tr>
34 </table>
35 </td>
36 </tr>
37 <tr>
38 <td height="##content_hight##" class="body" valign="top">
39 <div class="body">
40 ##content##
41 </div>
42 </td>
43 </tr>
44 <tr>
45 <td class="footer">
46 <table border="0" width="100%">
47 <tr>
48 <td width="33%" class="footer-info">
49 <p>
50 <i>##talkTitle##</i>
51 #if ##author##
52 <br>
53 #if ##authorUrl##
54 <a href="##authorUrl##">
55 #endif
56 ##author##
57 #if ##authorUrl##
58 </a>
59 #endif
60 #endif
61
62 #if ##date##
63 (##date##)
64 #endif
65 </p>
66 </td><td width="33%" class="footer-nav">
67 <table border="0">
68 <tr>
69 <td>
70 #if ##prev_link##
71 <a href="##prev_link##" title="##prev_title##">&lt;&lt;</a>
72 #endif
73 #if ##toc_link##
74 [ <a href="##toc_link##" title="Contents">Contents</a> ]
75 #endif
76 #if ##next_link##
77 <a href="##next_link##" title="##next_title##">&gt;&gt;</a>
78 #endif
79
80 </td>
81 </tr>
82 </table>
83 </td>
84 <td width="33%" class="footer-count">
85 ##slide_html##
86 #if ##author2##
87 <br>##author2##
88 #endif
89 </td>
90 </tr>
91 </table>
92 </td>
93 </tr>
94 </table>
95 </body>
96 </html>

  ViewVC Help
Powered by ViewVC 1.1.26