initial commit
[emacs-init.git] / nxhtml / nxhtml / html-toc / html-toc-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-toc/html-toc.css" type="text/css" />
7     <link rel="stylesheet" href="html-toc/html-toc-template.css" type="text/css" />
8     <script type="text/javascript" src="html-toc/html-toc.js"></script>
9     <script type="text/javascript" src="html-toc/html-toc-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   </head>
19   <body>
20
21
22     <table summary="Page columns" cellspacing="0" border="0" cellpadding="0" xwidth="100%" >
23       <tr valign="top">
24         <td id="html-wtoc-id-toccol" class="html-wtoc-contcol">
25           <table summary="Contents column" id="html-wtoc-id-toc" class="html-wtoc-contcol"
26                  cellspacing="0" border="1" cellpadding="0" width="100%">
27             <tr valign="top">
28               <td colspan="2" height="50" >
29                 <table summary="Logo" id="html-wtoc-id-logo">
30                   <tr>
31                     <td align="right" valign="bottom" >
32                       <a href="http://www.OurComments.org/Emacs/EmacsW32.html"
33                          ><img src="img/gnu-m-x-160.png" width="80" height="80"
34                          alt="Go to EmacsW32 Home Page"
35                          title="Go to EmacsW32 Home Page"
36                          onmouseover="transLbi(this, false);"
37                          onmouseout ="transLbi(this, true);"
38                          style="
39                          margin-top:10px;
40                          padding-left:20px;
41                          padding-right:20px;
42                          padding-top:10px;
43                          padding-bottom:10px;
44                          "
45                          border="0"
46                          /></a>
47                     </td>
48                   </tr>
49                 </table>
50               </td>
51               </tr><tr valign="top">
52               <td >
53                 <table border="1">
54                   <tr>
55                     <td>%%TOC%%</td>
56                   </tr>
57                   <tr>
58                     <td id="nxhtml-link">
59                       <br />
60                       Built using Emacs
61                       <br />
62                       with nxhtml from
63                       <br />
64                       <a href="http://ourcomments.org/Emacs/Emacs.html"
65                          target="_blank">ourcomments.org</a>
66                     </td>
67                   </tr>
68                 </table>
69               </td>
70               </tr><tr>
71               <td colspan="2" style="background-color:red;">
72                 &nbsp;
73               </td>
74             </tr>
75           </table>
76           <table summary="Ensure table width"
77                  cellspacing="0" id="html-wtoc-id-tocwidth"><tr><td></td></tr></table>
78         </td>
79
80       </tr>
81     </table>
82   </body>
83 </html>