/[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.1 - (show annotations)
Sat May 5 03:31:33 2001 UTC (22 years, 11 months ago) by dpavlin
Branch: MAIN
File MIME type: text/html
separated presentation from code using Text::FastTemplate

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 ##talkTitle##
27 <h1>##talkTitle##</h1>
28 #endif
29 #if ##talkSubTitle##
30 <h2>##talkSubTitle##</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 ##prevlink##
71 ##toclink##
72 ##nextlink##
73 </td>
74 </tr>
75 </table>
76 </td>
77 <td width="33%" class="footer-count">
78 ##slide_html##
79 #if ##author2##
80 <br>##author2##
81 #endif
82 </td>
83 </tr>
84 </table>
85 </td>
86 </tr>
87 </table>
88 </body>
89 </html>

  ViewVC Help
Powered by ViewVC 1.1.26