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

Contents of /blue/title.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Wed Sep 5 17:32:01 2001 UTC (22 years, 7 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +18 -4 lines
File MIME type: text/html
new title layout

1 ##doctype##
2 <head>
3 <title>##talkTitle## - ##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%" rowspan="1" >
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-up" width="93%">
26 #if ##title##
27 <h1>##title##</h1>
28 #endif
29 </td>
30 <td class="cell-heading-up" width="2%">
31 &nbsp;
32 </td>
33 </tr>
34 <tr>
35 <td class="cell-heading-white" colspan="3">
36 &nbsp;
37 </td>
38 </tr>
39 <tr>
40 <td class="cell-heading-orange" colspan="3">
41 &nbsp;
42 </td>
43 </tr>
44 </table>
45 </td>
46 </tr>
47 <tr>
48 <td height="##content_hight##" class="body" valign="center">
49 <div class="title">
50 ##subtitle##
51 </div>
52 </td>
53 </tr>
54 <tr>
55 <td class="footer">
56 <table border="0" width="100%">
57 <tr>
58 <td width="33%" class="footer-info">
59 <p>
60 <i>##talkTitle##</i>
61 #if ##author##
62 <br>
63 #if ##authorUrl##
64 <a href="##authorUrl##">
65 #endif
66 ##author##
67 #if ##authorUrl##
68 </a>
69 #endif
70 #endif
71
72 #if ##date##
73 (##date##)
74 #endif
75 </p>
76 </td><td width="33%" class="footer-nav">
77 <table border="0">
78 <tr>
79 <td>
80 #if ##prev_link##
81 <a href="##prev_link##" title="##prev_title##">&lt;&lt;</a>
82 #endif
83 #if ##toc_link##
84 [ <a href="##toc_link##" title="Contents">Contents</a> ]
85 #endif
86 #if ##next_link##
87 <a href="##next_link##" title="##next_title##">&gt;&gt;</a>
88 #endif
89
90 </td>
91 </tr>
92 </table>
93 </td>
94 <td width="33%" class="footer-count">
95 ##slide_html##
96 #if ##author2##
97 #if ##author2Url##
98 <a href="##author2Url##">
99 #endif
100 <br>##author2##
101 #if ##author2Url##
102 </a>
103 #endif
104 #endif
105 </td>
106 </tr>
107 </table>
108 </td>
109 </tr>
110 </table>
111 </body>
112 </html>

  ViewVC Help
Powered by ViewVC 1.1.26