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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 dpavlin 1.2 ##doctype##
2     <head>
3     <title>##talkTitle## - ##title##</title>
4     <link rel="next" href="##next_link##" title="Next">
5     <link rel="previous" href="##prev_link##" title="Previous">
6     <link rel="contents" href="##toc_link##" title="Contents">
7     ##http_equiv##
8     ##stylelink##
9     </head>
10     <body>
11     <table class="navbar" cellspacing="0" cellpadding="0" border="0" width="97%" summary="navigation buttons">
12     <tr valign="top">
13     <td align="left">
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 valign="top" nowrap>
26     <div align="right">
27     #if ##prev_link##
28     <a rel="previous" href="##prev_link##" accesskey="P">
29     #else
30     <a rel="previous" href="##toc_link##" accesskey="P">
31     #endif
32 dpavlin 1.3 <img src="##template_dir##left.gif" border="0" width="32" height="32" alt=" previous" title="##next_title##">
33 dpavlin 1.2 </a>
34     <a rel="contents" href="##toc_link##" accesskey="C">
35 dpavlin 1.3 <img src="##template_dir##toc.gif" border="0" width="32" height="32" alt=" contents" title="##toc_title##">
36 dpavlin 1.2 </a>
37     #if ##next_link##
38     <a href="##next_link##" accesskey="N">
39     #else
40     <a href="##toc_link##" accesskey="N">
41     #endif
42 dpavlin 1.3 <img src="##template_dir##right.gif" border="0" width="32" height="32" alt=" next" title="##next_title##">
43 dpavlin 1.2 </a>
44     </div>
45     </td>
46     </tr>
47     </table>
48    
49     #if ##title##
50     <h1 class="slide">##title##
51     </h1>
52     #endif
53    
54    
55     <hr class="top">
56    
57     <div class="slidebody">
58    
59     <big>##subtitle##</big>
60    
61     </div>
62    
63     <hr class="bottom">
64    
65     <table class="footer" cellspacing="0" cellpadding="0" border="0" width="97%" summary="footer">
66     <tr valign="bottom">
67     <td><p class="author">
68     #if ##author##
69     #if ##authorUrl##
70     <a href="##authorUrl##">
71     #endif
72     ##author##
73     #if ##authorUrl##
74     </a>
75     #endif
76     #endif
77     #if ##author2##
78     <br>
79 dpavlin 1.4 #if ##author2Url##
80     <a href="##author2Url##">
81 dpavlin 1.2 #endif
82     ##author2##
83 dpavlin 1.4 #if ##author2Url##
84 dpavlin 1.2 </a>
85     #endif
86     #endif
87     </p></td>
88     <td align="right"><p class="index">##slide_html##</p></td>
89     <td valign="top" nowrap>
90     <div align="right">
91     #if ##prev_link##
92     <a rel="previous" href="##prev_link##" accesskey="P">
93     #else
94     <a rel="previous" href="##toc_link##" accesskey="P">
95     #endif
96 dpavlin 1.3 <img src="##template_dir##left.gif" border="0" width="32" height="32" alt=" previous" title="##next_title##">
97 dpavlin 1.2 </a>
98     #if ##next_link##
99     <a href="##next_link##" accesskey="N">
100     #else
101     <a href="##toc_link##" accesskey="N">
102     #endif
103 dpavlin 1.3 <img src="##template_dir##right.gif" border="0" width="32" height="32" alt=" next" title="##next_title##">
104 dpavlin 1.2 </a>
105     </td>
106     </tr>
107     </table>
108     </body>
109     </html>

  ViewVC Help
Powered by ViewVC 1.1.26