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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Mon Sep 3 22:40:33 2001 UTC (22 years, 7 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
added blue and oragne template

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

  ViewVC Help
Powered by ViewVC 1.1.26