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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Fri May 11 23:46:43 2001 UTC (22 years, 11 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -3 lines
File MIME type: text/html
fixed author2 URL

1 ##doctype##
2 <head>
3 ##http_equiv##
4 <title>##talkTitle## - ##title##</title>
5 ##stylelink##
6 </head>
7 ##body##
8
9 <table class="navbar" border="0" width="97%" summary="header logo">
10 <tr valign="top">
11 <td align="left"><a href="##logoLink##"><img src="##logoFile##" align="bottom" border="0" alt="##logoAlt##"></a>
12 #if ##logoFile2##
13 <a href="##logoLink2##"><img src="##logoFile2##" align="bottom" border="0" alt="##logoAlt2##"></a>
14 #endif
15 </td>
16 </tr>
17 </table>
18
19 <h1 align="center" class="slideList">##talkTitle##<br>
20 <smmall>##loc_by##</small> <i>
21 #if ##author##
22 #if ##authorUrl##
23 <a href="##authorUrl##">
24 #endif
25 ##author##
26 #if ##authorUrl##
27 </a>
28 #endif
29 #endif
30 #if ##author2##
31 <br>
32 #if ##author2Url##
33 <a href="##author2Url##">
34 #endif
35 ##author2##
36 #if ##author2Url##
37 </a>
38 #endif
39 #endif
40 </i></h1>
41
42 <h2>##loc_toc##</h2>
43
44 <ul>
45
46 #for ##toc_entries##
47 ##pre_html##
48 #if ! ##more##
49 <li>
50 #else
51 <br><small>
52 #endif
53 <a
54 #if ##accesskey##
55 accesskey="##accesskey##"
56 #endif
57 tabindex="##tabindex##" href="##href##">##title##</a>
58 #if ! ##more##
59 </li>
60 #else
61 </small></br>
62 #endif
63 ##post_html##
64 #endfor
65 </ul>
66
67 </body>
68 </html>

  ViewVC Help
Powered by ViewVC 1.1.26