| 12345678910111213141516171819 |
- <!-- start footer part -->
- <!--BEGIN GENERATE_TREEVIEW-->
- <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
- <ul>
- $navpath
- <li class="footer">
- <script type="text/javascript">
- <!--
- writeFooter.call(this);
- //-->
- </script>
- </li>
- </ul>
- </div>
- <!--END GENERATE_TREEVIEW-->
- <!--BEGIN !GENERATE_TREEVIEW-->
- <!--END !GENERATE_TREEVIEW-->
- </body>
- </html>
|