summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/nxhtml/html-wtoc/html-wtoc-template.html
blob: 440ece7ee1c35b2a6cf97fa701c8cfb62bd87d37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>HEAD</title>
    <link rel="stylesheet" href="html-wtoc.css" type="text/css" />
    <link rel="stylesheet" href="html-wtoc-template.css" type="text/css" />
    <script type="text/javascript" src="html-wtoc.js"></script>
    <script type="text/javascript" src="html-wtoc-template.js"></script>
    <script type="text/javascript">
      var my_old_onload = window.onload;
      function my_onload() {
        HTML_WTOC_NS.onload_actions(%%PNUM%%);
        if (undefined != my_old_onload) { my_old_onload(); }
      }
      window.onload =  my_onload;
    </script>

  </head>
<body>




    <table summary="Page columns" cellspacing="0" border="0" cellpadding="0" width="100%" >
      <tr valign="top">
        <td id="html-wtoc-id-toccol" class="html-wtoc-contcol">
          <table summary="Contents column" id="html-wtoc-id-toc" class="html-wtoc-contcol"
                 cellspacing="0" border="0" cellpadding="0" width="100%">
            <tr valign="top">
              <td colspan="2" height="50" >
                <table summary="Contents displaying buttons" id="html-wtoc-id-hidetoc"
                       border="0" cellpadding="0" cellspacing="0" width="100%">
                  <tr>
                    <td width="70%">
                      <a href="javascript:HTML_WTOC_NS.show_content(0); void(0);"
                         class="html-wtoc-buttonimg"
                         ><img src="img/showCont.gif"
                         alt="Show table of content"
                         border="0" /></a>

                      <a style="display:none;"
                         href="javascript:toggle_toc_nailing()"
                         class="html-wtoc-buttonimg"
                         ><img id="html-wtoc-id-nailimg"
                         src="img/freeCont.gif"
                         alt="Let table of content move with page"
                         border="0" /></a>

                    </td>
                  </tr>
                </table>
                <table summary="Logo" id="html-wtoc-id-logo">
                  <tr>
                    <td align="right" valign="bottom" >
                      <a href="http://www.OurComments.org/Emacs/EmacsW32.html"
                         ><img src="img/gnu-m-x-160.png" width="80" height="80"
                         alt="Go to EmacsW32 Home Page"
                         title="Go to EmacsW32 Home Page"
                         onmouseover="transLbi(this, false);"
                         onmouseout ="transLbi(this, true);"
                         style="
                         margin-top:10px;
                         padding-left:20px;
                         padding-right:20px;
                         padding-top:10px;
                         padding-bottom:10px;
                         "
                         border="0"
                         /></a>
                    </td>
                  </tr>
                </table>
              </td>
              </tr><tr valign="top">
              <td >
                <table>
                  <tr>
                    <td>%%TOC%%</td>
                  </tr>
                  <tr>
                    <td id="nxhtml-link">
                      <br />
                      Built using Emacs
                      <br />
                      with nxhtml from
                      <br />
                      <a href="http://ourcomments.org/Emacs/Emacs.html"
                         target="_blank">ourcomments.org</a>
                    </td>
                  </tr>
                </table>
              </td>
              <td class="html-wtoc-vdivline" width="1"></td>
              </tr><tr>
              <td colspan="2">
              </td>
            </tr>
          </table>
          <table summary="Ensure table width"
                 cellspacing="0" id="html-wtoc-id-tocwidth"><tr><td></td></tr></table>
        </td>
        <td id="html-wtoc-id-tocdiv" ></td>
        <td align="left" >
          <table summary="Right column outermost"
                 cellspacing="0" border="0" cellpadding="0" width="100%">
            <tr valign="top">
              <td >&nbsp;&nbsp;&nbsp;</td>
              <td align="left" class="html-wtoc-main">
                <p class="html-wtoc-maintop">
                  <a href="javascript:HTML_WTOC_NS.show_content(1); void(0);"
                     id="html-wtoc-id-showtoc" style="display:none;"
                     class="html-wtoc-buttonimg"
                     ><img src="img/hideCont.gif"
                     alt="Hide table of content"
                     border="0"
                     /></a>
                  &nbsp;
                </p>
                %%PAGE%%
                <p>&nbsp;</p>
                <!--
                <hr style="clear:both" width="50%" class="copyright" />
                <span class="copyright"
                      >
                  &copy; Copyright 2006 OurComments.org,
                  <a href="http://www.OurComments.org/" target="_blank"
                     class="copyright"
                     >http://www.OurComments.org/</a>.
                  All rights reserved.
                </span>
                -->
                <br />
                <br />
              </td>
              <td width="10">&nbsp;</td>
            </tr>
          </table>
        </td>
      </tr>
    </table>
  </body>
</html>