template.html.svn-base
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:2k
源码类别:

外挂编程

开发平台:

Windows_Unix

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>@TITLE@ : OpenKore source code documentation</title>
  6. <link rel="stylesheet" type="text/css" href="openkore.css">
  7. <link rel="stylesheet" type="text/css" href="highlight.css">
  8. <!-- Fix broken PNG transparency for IE/Win5-6+ -->
  9. <!--[if gte IE 5.5000]>
  10. <script type="text/javascript" src="pngfix.js"></script>
  11. <![endif]-->
  12. </head>
  13. <body>
  14. <div id="title">OpenKore source code documentation</div>
  15. <div id="navigation">
  16. <ul>
  17. <li><a href="http://www.openkore.com/">Main website</a></li>
  18. <li><a href="index.html">Table of contents</a></li>
  19. <li><b>@MODULE@</b></li>
  20. </ul>
  21. </div>
  22. <div id="main">
  23. <h1>@TITLE@</h1>
  24. @DESCRIPTION@
  25. @FUNCINDEX@
  26. @FUNCTABLE@
  27. <p><hr><p>
  28. <div id="footer">
  29. <ul>
  30. <li><a href="http://validator.w3.org/check?uri=referer" title="Valid HTML 4.01!"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" height="31" width="88"></a></li>
  31. <li><a href="http://www.mozilla.com/" title="Get Firefox - Take Back the Web"><img width="104" height="32" src="http://www.mozilla.org/products/firefox/buttons/getfirefox_small.png" alt="Get Firefox - Take Back the Web"></a></li>
  32. <li><a href="http://www.mozilla.com/" title="If you were looking at this page in any browser but Microsoft Internet Explorer, it would look and run better and faster"><img width="45" height="45" src="http://linuxart.com/img/noIE-small.png" alt="If you were looking at this page in any browser but Microsoft Internet Explorer, it would look and run better and faster"></a></li>
  33. </ul>
  34. Last modified: @MODIFIED@
  35. </div>
  36. </div>
  37. </body>
  38. </html>