|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html> |
3 | 3 | <head> |
4 | | -<meta charset="utf-8"> |
5 | | -<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | | -<title>PPTXjs - Meshesha</title> |
7 | | - |
8 | | -<link rel="stylesheet" href="./css/pptxjs.css"> |
9 | | -<link rel="stylesheet" href="./css/nv.d3.min.css"> |
10 | | - |
11 | | -<script type="text/javascript" src="./js/jquery-1.11.3.min.js"></script> |
12 | | -<script type="text/javascript" src="./js/jszip.min.js"></script> |
13 | | -<script type="text/javascript" src="./js/filereader.js"></script> |
14 | | -<script type="text/javascript" src="./js/d3.min.js"></script> |
15 | | -<script type="text/javascript" src="./js/nv.d3.min.js"></script> |
16 | | -<script type="text/javascript" src="./js/pptxjs.js"></script> |
17 | | -<script type="text/javascript" src="./js/divs2slides.js"></script> |
18 | | - |
19 | | -<script type="text/javascript" src="./js/jquery.fullscreen-min.js"></script> |
20 | | - |
21 | | -<script type="text/javascript"> |
22 | | - $(function() { |
23 | | - var oldWidth, oldMargin ,isFullscreenMode=false; |
24 | | - $("#fullscreen-btn").on("click", function(){ |
25 | | - |
26 | | - if(!isFullscreenMode){ |
27 | | - oldWidth = $("#result .slide").css("width"); |
28 | | - oldMargin = $("#result .slide").css("margin"); |
29 | | - $("#result .slide").css({ |
30 | | - "width": "99%", |
31 | | - "margin": "0 auto" |
32 | | - }) |
33 | | - $("#result").toggleFullScreen(); |
34 | | - isFullscreenMode = true; |
35 | | - }else{ |
36 | | - $("#result .slide").css({ |
37 | | - "width": oldWidth, |
38 | | - "margin": oldMargin |
39 | | - }) |
40 | | - $("#result").toggleFullScreen(); |
41 | | - isFullscreenMode = false; |
42 | | - } |
43 | | - }); |
44 | | - $(document).bind("fullscreenchange", function() { |
45 | | - if(!$(document).fullScreen()){ |
46 | | - $("#result .slide").css({ |
47 | | - "width": oldWidth, |
48 | | - "margin": oldMargin |
49 | | - }) |
50 | | - } |
51 | | - }); |
52 | | - }); |
53 | | -</script> |
54 | | -<style> |
55 | | - html, body { margin: 0; padding: 0; } |
56 | | - #warper { margin-right: auto; margin-left: auto; width: 900px; } |
57 | | -</style> |
| 4 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 5 | + <meta name="Author" content="Made by 'tree'"> |
| 6 | + <meta name="GENERATOR" content="tree v2.1.1 ยฉ 1996 - 2023 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro"> |
| 7 | + <title>Directory Tree</title> |
| 8 | + <style type="text/css"> |
| 9 | + BODY { font-family : monospace, sans-serif; color: black;} |
| 10 | + P { font-family : monospace, sans-serif; color: black; margin:0px; padding: 0px;} |
| 11 | + A:visited { text-decoration : none; margin : 0px; padding : 0px;} |
| 12 | + A:link { text-decoration : none; margin : 0px; padding : 0px;} |
| 13 | + A:hover { text-decoration: underline; background-color : yellow; margin : 0px; padding : 0px;} |
| 14 | + A:active { margin : 0px; padding : 0px;} |
| 15 | + .VERSION { font-size: small; font-family : arial, sans-serif; } |
| 16 | + .NORM { color: black; } |
| 17 | + .FIFO { color: purple; } |
| 18 | + .CHAR { color: yellow; } |
| 19 | + .DIR { color: blue; } |
| 20 | + .BLOCK { color: yellow; } |
| 21 | + .LINK { color: aqua; } |
| 22 | + .SOCK { color: fuchsia;} |
| 23 | + .EXEC { color: green; } |
| 24 | + </style> |
58 | 25 | </head> |
59 | 26 | <body> |
60 | | - <div id="warper"> |
61 | | - <input id="uploadFileInput" type="file" /> |
62 | | - <br><br> |
63 | | - <div id="container"> |
64 | | - <input id="fullscreen-btn" type="button" value="Fullscreen" /> |
65 | | - <br> |
66 | | - <div id="result"></div> |
67 | | - </div> |
68 | | - </div> |
69 | | -<script> |
70 | | -$("#result").pptxToHtml({ |
71 | | - pptxFileUrl: "Sample_12.pptx", |
72 | | - fileInputId: "uploadFileInput", |
73 | | - slideMode: false, |
74 | | - keyBoardShortCut: false, |
75 | | - slideModeConfig: { //on slide mode (slideMode: true) |
76 | | - first: 1, |
77 | | - nav: false, /** true,false : show or not nav buttons*/ |
78 | | - navTxtColor: "white", /** color */ |
79 | | - navNextTxt:"›", //">" |
80 | | - navPrevTxt: "‹", //"<" |
81 | | - showPlayPauseBtn: false,/** true,false */ |
82 | | - keyBoardShortCut: false, /** true,false */ |
83 | | - showSlideNum: false, /** true,false */ |
84 | | - showTotalSlideNum: false, /** true,false */ |
85 | | - autoSlide: false, /** false or seconds (the pause time between slides) , F8 to active(keyBoardShortCut: true) */ |
86 | | - randomAutoSlide: false, /** true,false ,autoSlide:true */ |
87 | | - loop: false, /** true,false */ |
88 | | - background: "black", /** false or color*/ |
89 | | - transition: "default", /** transition type: "slid","fade","default","random" , to show transition efects :transitionTime > 0.5 */ |
90 | | - transitionTime: 1 /** transition time in seconds */ |
91 | | - } |
92 | | -}); |
93 | | -</script> |
| 27 | + <h1>Directory Tree</h1><p> |
| 28 | + <a href="../">๐ ๅๅฐไธไธ็บง็ฎๅฝ</a><br> |
| 29 | + โโโ <a href="./LICENSE">LICENSE</a><br> |
| 30 | + โโโ <a href="./README.md">README.md</a><br> |
| 31 | + โโโ <a href="./css/">css</a><br> |
| 32 | + โย ย โโโ <a href="./css/nv.d3.min.css">nv.d3.min.css</a><br> |
| 33 | + โย ย โโโ <a href="./css/pptxjs.css">pptxjs.css</a><br> |
| 34 | + โโโ <a href="./filereader.js">filereader.js</a><br> |
| 35 | + โโโ <a href="./js/">js</a><br> |
| 36 | + โโโ <a href="./js/d3.min.js">d3.min.js</a><br> |
| 37 | + โโโ <a href="./js/dingbat.js">dingbat.js</a><br> |
| 38 | + โโโ <a href="./js/divs2slides.js">divs2slides.js</a><br> |
| 39 | + โโโ <a href="./js/divs2slides.min.js">divs2slides.min.js</a><br> |
| 40 | + โโโ <a href="./js/filereader.js">filereader.js</a><br> |
| 41 | + โโโ <a href="./js/jquery-1.11.3.min.js">jquery-1.11.3.min.js</a><br> |
| 42 | + โโโ <a href="./js/jquery.fullscreen-min.js">jquery.fullscreen-min.js</a><br> |
| 43 | + โโโ <a href="./js/jszip.min.js">jszip.min.js</a><br> |
| 44 | + โโโ <a href="./js/nv.d3.min.js">nv.d3.min.js</a><br> |
| 45 | + โโโ <a href="./js/pptxjs.js">pptxjs.js</a><br> |
| 46 | + โโโ <a href="./js/pptxjs.min.js">pptxjs.min.js</a><br> |
| 47 | +<br><br><p> |
| 48 | + |
| 49 | +3 directories, 16 files |
94 | 50 |
|
| 51 | +</p> |
| 52 | + <hr> |
| 53 | + <p class="VERSION"> |
| 54 | + tree v2.1.1 ยฉ 1996 - 2023 by Steve Baker and Thomas Moore <br> |
| 55 | + HTML output hacked and copyleft ยฉ 1998 by Francesc Rocher <br> |
| 56 | + JSON output hacked and copyleft ยฉ 2014 by Florian Sesser <br> |
| 57 | + Charsets / OS/2 support ยฉ 2001 by Kyosuke Tokoro |
| 58 | + </p> |
95 | 59 | </body> |
96 | 60 | </html> |
| 61 | +<style>body { font-family: Arial, sans-serif; } .tree { margin: 20px; } .tree ul { list-style-type: none; margin-left: 20px; padding-left: 1em; position: relative; } .tree ul ul::before { content: ""; display: block; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background-color: #ccc; } .tree li { margin: 5px 0; padding-left: 1.5em; position: relative; } .tree li::before { content: ""; display: block; position: absolute; left: 0; top: 0.7em; width: 10px; height: 1px; background-color: #ccc; } .tree a { color: #0366d6; text-decoration: none; } .tree a:hover { text-decoration: underline; } .back-link { font-weight: bold; color: #0366d6; }</style> |
0 commit comments