12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <!-- 插件官网地址:http://ruby-china.org/topics/17028 -->
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>venders-dp</title>
- <link rel="stylesheet" type="text/css" href="http://47.93.33.207:8889/static-content/markdownToc_files/github2-rightpart.css" media="all">
- <link rel="stylesheet" type="text/css" href="http://47.93.33.207:8889/static-content/markdownToc_files/github1-contents.css">
- <link rel="stylesheet" href="http://47.93.33.207:8889/static-content/markdownToc_files/zTreeStyle.css" type="text/css">
- <style>
- .ztree li a.curSelectedNode {
- padding-top: 0px;
- background-color: #FFE6B0;
- color: black;
- height: 16px;
- border: 1px #FFB951 solid;
- opacity: 0.8;
- }
- .ztree{
- overflow: auto;
- height:100%;
- min-height: 200px;
- top: 0px;
- }
- </style>
- </head>
- <body style="">
- <div>
- <div style="width:30%;">
- <ul id="tree" class="ztree" style="width: 260px; overflow: auto; position: fixed; z-index: 2147483647; border: 0px none; left: 0px; bottom: 0px;">
- <!-- 目录内容在网页另存为之后将插入到此处 -->
- </ul>
- </div>
- <div id="readme" style="width:70%;margin-left:25%;">
- <article class="markdown-body">
- #replaceMePlease#
- </article>
- </div>
- </div>
- <script src="http://47.93.33.207:8889/static-content/markdownToc_files/jquery-1.10.2.min.js"></script>
- <script src="http://47.93.33.207:8889/static-content/markdownToc_files/jquery.ztree.all-3.5.min.js"></script>
- <script src="http://47.93.33.207:8889/static-content/markdownToc_files/jquery.ztree_toc.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $('#tree').ztree_toc({
- is_auto_number:false,
- documment_selector:'.markdown-body',
- is_expand_all: true
- });
- });
- </script>
- </body>
- </html>
|