template.html 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!-- 插件官网地址:http://ruby-china.org/topics/17028 -->
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>venders-dp</title>
  6. <link rel="stylesheet" type="text/css" href="http://47.93.33.207:8889/static-content/markdownToc_files/github2-rightpart.css" media="all">
  7. <link rel="stylesheet" type="text/css" href="http://47.93.33.207:8889/static-content/markdownToc_files/github1-contents.css">
  8. <link rel="stylesheet" href="http://47.93.33.207:8889/static-content/markdownToc_files/zTreeStyle.css" type="text/css">
  9. <style>
  10. .ztree li a.curSelectedNode {
  11. padding-top: 0px;
  12. background-color: #FFE6B0;
  13. color: black;
  14. height: 16px;
  15. border: 1px #FFB951 solid;
  16. opacity: 0.8;
  17. }
  18. .ztree{
  19. overflow: auto;
  20. height:100%;
  21. min-height: 200px;
  22. top: 0px;
  23. }
  24. </style>
  25. </head>
  26. <body style="">
  27. <div>
  28. <div style="width:30%;">
  29. <ul id="tree" class="ztree" style="width: 260px; overflow: auto; position: fixed; z-index: 2147483647; border: 0px none; left: 0px; bottom: 0px;">
  30. <!-- 目录内容在网页另存为之后将插入到此处 -->
  31. </ul>
  32. </div>
  33. <div id="readme" style="width:70%;margin-left:25%;">
  34. <article class="markdown-body">
  35. #replaceMePlease#
  36. </article>
  37. </div>
  38. </div>
  39. <script src="http://47.93.33.207:8889/static-content/markdownToc_files/jquery-1.10.2.min.js"></script>
  40. <script src="http://47.93.33.207:8889/static-content/markdownToc_files/jquery.ztree.all-3.5.min.js"></script>
  41. <script src="http://47.93.33.207:8889/static-content/markdownToc_files/jquery.ztree_toc.min.js"></script>
  42. <script type="text/javascript">
  43. $(document).ready(function(){
  44. $('#tree').ztree_toc({
  45. is_auto_number:false,
  46. documment_selector:'.markdown-body',
  47. is_expand_all: true
  48. });
  49. });
  50. </script>
  51. </body>
  52. </html>