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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Mon Sep 3 22:40:33 2001 UTC (22 years, 8 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## - ##toc_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 ##talkSubTitle##
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 ##talkTitle##
33 <h1>##talkTitle##</h1>
34 #endif
35 </td>
36 <td class="cell-heading-up" width="2%">
37 &nbsp;
38 </td>
39 </tr>
40 #if ##talkSubTitle##
41 <tr>
42 <td class="cell-heading-down">
43 <h2>##talkSubTitle##</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 <h3>##toc_title##</h3>
67 <ul>
68 #for ##toc_entries##
69 ##pre_html##
70 #if ! ##more##
71 <li>
72 #else
73 <br><small>
74 #endif
75 <a
76 #if ##accesskey##
77 accesskey="##accesskey##"
78 #endif
79 tabindex="##tabindex##" href="##href##">##title##</a>
80 #if ! ##more##
81 </li>
82 #else
83 </small></br>
84 #endif
85 ##post_html##
86 #endfor
87 </ul>
88 </div>
89 </td>
90 </tr>
91 <tr>
92 <td class="footer">
93 <table border="0" width="100%">
94 <tr>
95 <td width="33%" class="footer-info">
96 <p>
97 <i>##talkTitle##</i>
98 #if ##author##
99 <br>
100 #if ##authorUrl##
101 <a href="##authorUrl##">
102 #endif
103 ##author##
104 #if ##authorUrl##
105 </a>
106 #endif
107 #endif
108
109 #if ##date##
110 (##date##)
111 #endif
112 </p>
113 </td><td width="33%" class="footer-nav">
114 <table border="0">
115 <tr>
116 <td>
117 [ <a href="slide1.html">On with the show</a> ]
118 </td>
119 </tr>
120 </table>
121 </td>
122 <td width="33%" class="footer-count">
123 ##slide_html##
124 #if ##author2##
125 #if ##author2Url##
126 <a href="##author2Url##">
127 #endif
128 <br>##author2##
129 #if ##author2Url##
130 </a>
131 #endif
132 #endif
133 </td>
134 </tr>
135 </table>
136 </td>
137 </tr>
138 </table>
139 </body>
140 </html>

  ViewVC Help
Powered by ViewVC 1.1.26