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

Annotation of /default/slide.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide 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 dpavlin 1.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 dpavlin 1.2 #if ##title##
27     <h1>##title##</h1>
28 dpavlin 1.1 #endif
29 dpavlin 1.2 #if ##subtitle##
30     <h2>##subtitle##</h2>
31 dpavlin 1.1 #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 dpavlin 1.2 #if ##prev_link##
71     <a href="##prev_link##" title="##prev_title##">&lt;&lt;</a>
72     #endif
73     #if ##toc_link##
74     [ <a href="##toc_link##" title="Contents">Contents</a> ]
75     #endif
76     #if ##next_link##
77     <a href="##next_link##" title="##next_title##">&gt;&gt;</a>
78     #endif
79    
80 dpavlin 1.1 </td>
81     </tr>
82     </table>
83     </td>
84     <td width="33%" class="footer-count">
85     ##slide_html##
86     #if ##author2##
87 dpavlin 1.3 #if ##author2Url##
88     <a href="##author2Url##">
89     #endif
90 dpavlin 1.1 <br>##author2##
91 dpavlin 1.3 #if ##author2Url##
92     </a>
93     #endif
94 dpavlin 1.1 #endif
95     </td>
96     </tr>
97     </table>
98     </td>
99     </tr>
100     </table>
101     </body>
102     </html>

  ViewVC Help
Powered by ViewVC 1.1.26