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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Mon Sep 3 20:34:17 2001 UTC (22 years, 9 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +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     #if ##title##
27     <h1>##title##</h1>
28     </td>
29     </tr>
30     </table>
31     </td>
32     </tr>
33     <tr>
34     <td height="##content_hight##" class="body" valign="center">
35     <div class="title">
36     ##subtitle##
37     </div>
38     </td>
39     </tr>
40     <tr>
41     <td class="footer">
42     <table border="0" width="100%">
43     <tr>
44     <td width="33%" class="footer-info">
45     <p>
46     <i>##talkTitle##</i>
47     #if ##author##
48     <br>
49     #if ##authorUrl##
50     <a href="##authorUrl##">
51     #endif
52     ##author##
53     #if ##authorUrl##
54     </a>
55     #endif
56     #endif
57    
58     #if ##date##
59     (##date##)
60     #endif
61     </p>
62     </td><td width="33%" class="footer-nav">
63     <table border="0">
64     <tr>
65     <td>
66     #if ##prev_link##
67     <a href="##prev_link##" title="##prev_title##">&lt;&lt;</a>
68     #endif
69     #if ##toc_link##
70     [ <a href="##toc_link##" title="Contents">Contents</a> ]
71     #endif
72     #if ##next_link##
73     <a href="##next_link##" title="##next_title##">&gt;&gt;</a>
74     #endif
75    
76     </td>
77     </tr>
78     </table>
79     </td>
80     <td width="33%" class="footer-count">
81     ##slide_html##
82     #if ##author2##
83 dpavlin 1.2 #if ##author2Url##
84     <a href="##author2Url##">
85     #endif
86 dpavlin 1.1 <br>##author2##
87 dpavlin 1.2 #if ##author2Url##
88     </a>
89     #endif
90 dpavlin 1.1 #endif
91     </td>
92     </tr>
93     </table>
94     </td>
95     </tr>
96     </table>
97     </body>
98     </html>

  ViewVC Help
Powered by ViewVC 1.1.26