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

Diff of /w3c/title.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Fri May 11 14:18:25 2001 UTC revision 1.2 by dpavlin, Fri May 11 14:37:29 2001 UTC
# Line 0  Line 1 
1    ##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     <img src="##template##/left.gif" border="0" width="32" height="32" alt=" previous" title="##next_title##">
33    </a>
34    <a rel="contents" href="##toc_link##" accesskey="C">
35     <img src="##template##/toc.gif" border="0" width="32" height="32" alt=" contents" title="##toc_title##">
36    </a>
37    #if ##next_link##
38    <a href="##next_link##" accesskey="N">
39    #else
40    <a href="##toc_link##" accesskey="N">
41    #endif
42     <img src="##template##/right.gif" border="0" width="32" height="32" alt=" next" title="##next_title##">
43    </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     #if ##authorUrl2##
80      <a href="##authorUrl2##">
81     #endif
82     ##author2##
83     #if ##authorUrl2##
84      </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     <img src="##template##/left.gif" border="0" width="32" height="32" alt=" previous" title="##next_title##">
97    </a>
98    #if ##next_link##
99    <a href="##next_link##" accesskey="N">
100    #else
101    <a href="##toc_link##" accesskey="N">
102    #endif
103     <img src="##template##/right.gif" border="0" width="32" height="32" alt=" next" title="##next_title##">
104    </a>
105    </td>
106    </tr>
107    </table>
108    </body>
109    </html>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26