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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Fri May 11 14:33:01 2001 UTC (22 years, 11 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +5 -4 lines
File MIME type: text/html
better sub-title handling

1 dpavlin 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 dpavlin 1.2 <h1 class="slide">##title##
51     #if ##subtitle##
52     <small>##subtitle##</small>
53 dpavlin 1.1 #endif
54    
55 dpavlin 1.2 </h1>
56 dpavlin 1.1 #endif
57 dpavlin 1.2
58 dpavlin 1.1
59     <hr class="top">
60    
61     <div class="slidebody">
62    
63     ##content##
64    
65     </div>
66    
67     <hr class="bottom">
68    
69     <table class="footer" cellspacing="0" cellpadding="0" border="0" width="97%" summary="footer">
70     <tr valign="bottom">
71     <td><p class="author">
72     #if ##author##
73     #if ##authorUrl##
74     <a href="##authorUrl##">
75     #endif
76     ##author##
77     #if ##authorUrl##
78     </a>
79     #endif
80     #endif
81     #if ##author2##
82     <br>
83     #if ##authorUrl2##
84     <a href="##authorUrl2##">
85     #endif
86     ##author2##
87     #if ##authorUrl2##
88     </a>
89     #endif
90     #endif
91     </p></td>
92     <td align="right"><p class="index">##slide_html##</p></td>
93     <td valign="top" nowrap>
94     <div align="right">
95     #if ##prev_link##
96     <a rel="previous" href="##prev_link##" accesskey="P">
97     #else
98     <a rel="previous" href="##toc_link##" accesskey="P">
99     #endif
100     <img src="##template##/left.gif" border="0" width="32" height="32" alt=" previous" title="##next_title##">
101     </a>
102     #if ##next_link##
103     <a href="##next_link##" accesskey="N">
104     #else
105     <a href="##toc_link##" accesskey="N">
106     #endif
107     <img src="##template##/right.gif" border="0" width="32" height="32" alt=" next" title="##next_title##">
108     </a>
109     </td>
110     </tr>
111     </table>
112     </body>
113     </html>

  ViewVC Help
Powered by ViewVC 1.1.26