/[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

Annotation of /default/overview.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Fri May 11 14:17:53 2001 UTC (22 years, 11 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +2 -2 lines
File MIME type: text/html
toc -> toc_title

1 dpavlin 1.1 ##doctype##
2     <head>
3 dpavlin 1.2 <title>##talkTitle## - ##toc_title##</title>
4 dpavlin 1.1 ##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 dpavlin 1.2 <h3>##toc_title##</h3>
41 dpavlin 1.1 <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     <br>##author2##
100     #endif
101     </td>
102     </tr>
103     </table>
104     </td>
105     </tr>
106     </table>
107     </body>
108     </html>

  ViewVC Help
Powered by ViewVC 1.1.26