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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Mon Sep 3 20:34:17 2001 UTC (22 years, 7 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +6 -0 lines
File MIME type: text/html
support author2 URL

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%">
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 <h3>##toc_title##</h3>
41 <ul>
42 #for ##toc_entries##
43 ##pre_html##
44 #if ! ##more##
45 <li>
46 #else
47 <br><small>
48 #endif
49 <a
50 #if ##accesskey##
51 accesskey="##accesskey##"
52 #endif
53 tabindex="##tabindex##" href="##href##">##title##</a>
54 #if ! ##more##
55 </li>
56 #else
57 </small></br>
58 #endif
59 ##post_html##
60 #endfor
61 </ul>
62 </div>
63 </td>
64 </tr>
65 <tr>
66 <td class="footer">
67 <table border="0" width="100%">
68 <tr>
69 <td width="33%" class="footer-info">
70 <p>
71 <i>##talkTitle##</i>
72 #if ##author##
73 <br>
74 #if ##authorUrl##
75 <a href="##authorUrl##">
76 #endif
77 ##author##
78 #if ##authorUrl##
79 </a>
80 #endif
81 #endif
82
83 #if ##date##
84 (##date##)
85 #endif
86 </p>
87 </td><td width="33%" class="footer-nav">
88 <table border="0">
89 <tr>
90 <td>
91 [ <a href="slide1.html">On with the show</a> ]
92 </td>
93 </tr>
94 </table>
95 </td>
96 <td width="33%" class="footer-count">
97 ##slide_html##
98 #if ##author2##
99 #if ##author2Url##
100 <a href="##author2Url##">
101 #endif
102 <br>##author2##
103 #if ##author2Url##
104 </a>
105 #endif
106 #endif
107 </td>
108 </tr>
109 </table>
110 </td>
111 </tr>
112 </table>
113 </body>
114 </html>

  ViewVC Help
Powered by ViewVC 1.1.26