initial commit
[emacs-init.git] / nxhtml / nxhtml / html-wtoc / html-wtoc-template.html
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <title>HEAD</title>
6     <link rel="stylesheet" href="html-wtoc.css" type="text/css" />
7     <link rel="stylesheet" href="html-wtoc-template.css" type="text/css" />
8     <script type="text/javascript" src="html-wtoc.js"></script>
9     <script type="text/javascript" src="html-wtoc-template.js"></script>
10     <script type="text/javascript">
11       var my_old_onload = window.onload;
12       function my_onload() {
13         HTML_WTOC_NS.onload_actions(%%PNUM%%);
14         if (undefined != my_old_onload) { my_old_onload(); }
15       }
16       window.onload =  my_onload;
17     </script>
18
19   </head>
20 <body>
21
22
23
24
25     <table summary="Page columns" cellspacing="0" border="0" cellpadding="0" width="100%" >
26       <tr valign="top">
27         <td id="html-wtoc-id-toccol" class="html-wtoc-contcol">
28           <table summary="Contents column" id="html-wtoc-id-toc" class="html-wtoc-contcol"
29                  cellspacing="0" border="0" cellpadding="0" width="100%">
30             <tr valign="top">
31               <td colspan="2" height="50" >
32                 <table summary="Contents displaying buttons" id="html-wtoc-id-hidetoc"
33                        border="0" cellpadding="0" cellspacing="0" width="100%">
34                   <tr>
35                     <td width="70%">
36                       <a href="javascript:HTML_WTOC_NS.show_content(0); void(0);"
37                          class="html-wtoc-buttonimg"
38                          ><img src="img/showCont.gif"
39                          alt="Show table of content"
40                          border="0" /></a>
41
42                       <a style="display:none;"
43                          href="javascript:toggle_toc_nailing()"
44                          class="html-wtoc-buttonimg"
45                          ><img id="html-wtoc-id-nailimg"
46                          src="img/freeCont.gif"
47                          alt="Let table of content move with page"
48                          border="0" /></a>
49
50                     </td>
51                   </tr>
52                 </table>
53                 <table summary="Logo" id="html-wtoc-id-logo">
54                   <tr>
55                     <td align="right" valign="bottom" >
56                       <a href="http://www.OurComments.org/Emacs/EmacsW32.html"
57                          ><img src="img/gnu-m-x-160.png" width="80" height="80"
58                          alt="Go to EmacsW32 Home Page"
59                          title="Go to EmacsW32 Home Page"
60                          onmouseover="transLbi(this, false);"
61                          onmouseout ="transLbi(this, true);"
62                          style="
63                          margin-top:10px;
64                          padding-left:20px;
65                          padding-right:20px;
66                          padding-top:10px;
67                          padding-bottom:10px;
68                          "
69                          border="0"
70                          /></a>
71                     </td>
72                   </tr>
73                 </table>
74               </td>
75               </tr><tr valign="top">
76               <td >
77                 <table>
78                   <tr>
79                     <td>%%TOC%%</td>
80                   </tr>
81                   <tr>
82                     <td id="nxhtml-link">
83                       <br />
84                       Built using Emacs
85                       <br />
86                       with nxhtml from
87                       <br />
88                       <a href="http://ourcomments.org/Emacs/Emacs.html"
89                          target="_blank">ourcomments.org</a>
90                     </td>
91                   </tr>
92                 </table>
93               </td>
94               <td class="html-wtoc-vdivline" width="1"></td>
95               </tr><tr>
96               <td colspan="2">
97               </td>
98             </tr>
99           </table>
100           <table summary="Ensure table width"
101                  cellspacing="0" id="html-wtoc-id-tocwidth"><tr><td></td></tr></table>
102         </td>
103         <td id="html-wtoc-id-tocdiv" ></td>
104         <td align="left" >
105           <table summary="Right column outermost"
106                  cellspacing="0" border="0" cellpadding="0" width="100%">
107             <tr valign="top">
108               <td >&nbsp;&nbsp;&nbsp;</td>
109               <td align="left" class="html-wtoc-main">
110                 <p class="html-wtoc-maintop">
111                   <a href="javascript:HTML_WTOC_NS.show_content(1); void(0);"
112                      id="html-wtoc-id-showtoc" style="display:none;"
113                      class="html-wtoc-buttonimg"
114                      ><img src="img/hideCont.gif"
115                      alt="Hide table of content"
116                      border="0"
117                      /></a>
118                   &nbsp;
119                 </p>
120                 %%PAGE%%
121                 <p>&nbsp;</p>
122                 <!--
123                 <hr style="clear:both" width="50%" class="copyright" />
124                 <span class="copyright"
125                       >
126                   &copy; Copyright 2006 OurComments.org,
127                   <a href="http://www.OurComments.org/" target="_blank"
128                      class="copyright"
129                      >http://www.OurComments.org/</a>.
130                   All rights reserved.
131                 </span>
132                 -->
133                 <br />
134                 <br />
135               </td>
136               <td width="10">&nbsp;</td>
137             </tr>
138           </table>
139         </td>
140       </tr>
141     </table>
142   </body>
143 </html>