Skip to content

Commit 22f8289

Browse files
committed
Merge branch 'main' of github.com:OpenListTeam/static-asset
2 parents dce076b + 5c7adfd commit 22f8289

4 files changed

Lines changed: 159 additions & 89 deletions

File tree

โ€Žindex.htmlโ€Ž

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ <h1>Directory Tree</h1><p>
110110
โ”‚ย ย  โ”œโ”€โ”€ <a href="./pdf.js/LICENSE">LICENSE</a><br>
111111
โ”‚ย ย  โ”œโ”€โ”€ <a href="./pdf.js/build/">build</a><br>
112112
โ”‚ย ย  โ””โ”€โ”€ <a href="./pdf.js/web/">web</a><br>
113+
โ”œโ”€โ”€ <a href="./ppt.js/">ppt.js</a><br>
114+
โ”‚ย ย  โ”œโ”€โ”€ <a href="./ppt.js/LICENSE">LICENSE</a><br>
115+
โ”‚ย ย  โ”œโ”€โ”€ <a href="./ppt.js/README.md">README.md</a><br>
116+
โ”‚ย ย  โ”œโ”€โ”€ <a href="./ppt.js/css/">css</a><br>
117+
โ”‚ย ย  โ”œโ”€โ”€ <a href="./ppt.js/filereader.js">filereader.js</a><br>
118+
โ”‚ย ย  โ””โ”€โ”€ <a href="./ppt.js/js/">js</a><br>
113119
โ”œโ”€โ”€ <a href="./ruffle/">ruffle</a><br>
114120
โ”‚ย ย  โ”œโ”€โ”€ <a href="./ruffle/42e3aa343876f01186be.wasm">42e3aa343876f01186be.wasm</a><br>
115121
โ”‚ย ย  โ”œโ”€โ”€ <a href="./ruffle/LICENSE_APACHE">LICENSE_APACHE</a><br>
@@ -127,7 +133,7 @@ <h1>Directory Tree</h1><p>
127133
&nbsp;&nbsp;&nbsp; โ””โ”€โ”€ <a href="./script/v4.sh">v4.sh</a><br>
128134
<br><br><p>
129135

130-
11 directories, 89 files
136+
14 directories, 92 files
131137

132138
</p>
133139
<hr>

โ€Žppt.js/css/index.htmlโ€Ž

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
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>
25+
</head>
26+
<body>
27+
<h1>Directory Tree</h1><p>
28+
<a href="../">๐Ÿ‘† ๅ›žๅˆฐไธŠไธ€็บง็›ฎๅฝ•</a><br>
29+
โ”œโ”€โ”€ <a href="./nv.d3.min.css">nv.d3.min.css</a><br>
30+
โ””โ”€โ”€ <a href="./pptxjs.css">pptxjs.css</a><br>
31+
<br><br><p>
32+
33+
1 directory, 2 files
34+
35+
</p>
36+
<hr>
37+
<p class="VERSION">
38+
tree v2.1.1 ยฉ 1996 - 2023 by Steve Baker and Thomas Moore <br>
39+
HTML output hacked and copyleft ยฉ 1998 by Francesc Rocher <br>
40+
JSON output hacked and copyleft ยฉ 2014 by Florian Sesser <br>
41+
Charsets / OS/2 support ยฉ 2001 by Kyosuke Tokoro
42+
</p>
43+
</body>
44+
</html>
45+
<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>

โ€Žppt.js/index.htmlโ€Ž

Lines changed: 53 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,61 @@
11
<!DOCTYPE html>
22
<html>
33
<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>
5825
</head>
5926
<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:"&#8250;", //">"
80-
navPrevTxt: "&#8249;", //"<"
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+
&nbsp;&nbsp;&nbsp; โ”œโ”€โ”€ <a href="./js/d3.min.js">d3.min.js</a><br>
37+
&nbsp;&nbsp;&nbsp; โ”œโ”€โ”€ <a href="./js/dingbat.js">dingbat.js</a><br>
38+
&nbsp;&nbsp;&nbsp; โ”œโ”€โ”€ <a href="./js/divs2slides.js">divs2slides.js</a><br>
39+
&nbsp;&nbsp;&nbsp; โ”œโ”€โ”€ <a href="./js/divs2slides.min.js">divs2slides.min.js</a><br>
40+
&nbsp;&nbsp;&nbsp; โ”œโ”€โ”€ <a href="./js/filereader.js">filereader.js</a><br>
41+
&nbsp;&nbsp;&nbsp; โ”œโ”€โ”€ <a href="./js/jquery-1.11.3.min.js">jquery-1.11.3.min.js</a><br>
42+
&nbsp;&nbsp;&nbsp; โ”œโ”€โ”€ <a href="./js/jquery.fullscreen-min.js">jquery.fullscreen-min.js</a><br>
43+
&nbsp;&nbsp;&nbsp; โ”œโ”€โ”€ <a href="./js/jszip.min.js">jszip.min.js</a><br>
44+
&nbsp;&nbsp;&nbsp; โ”œโ”€โ”€ <a href="./js/nv.d3.min.js">nv.d3.min.js</a><br>
45+
&nbsp;&nbsp;&nbsp; โ”œโ”€โ”€ <a href="./js/pptxjs.js">pptxjs.js</a><br>
46+
&nbsp;&nbsp;&nbsp; โ””โ”€โ”€ <a href="./js/pptxjs.min.js">pptxjs.min.js</a><br>
47+
<br><br><p>
48+
49+
3 directories, 16 files
9450

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>
9559
</body>
9660
</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>

โ€Žppt.js/js/index.htmlโ€Ž

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
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>
25+
</head>
26+
<body>
27+
<h1>Directory Tree</h1><p>
28+
<a href="../">๐Ÿ‘† ๅ›žๅˆฐไธŠไธ€็บง็›ฎๅฝ•</a><br>
29+
โ”œโ”€โ”€ <a href="./d3.min.js">d3.min.js</a><br>
30+
โ”œโ”€โ”€ <a href="./dingbat.js">dingbat.js</a><br>
31+
โ”œโ”€โ”€ <a href="./divs2slides.js">divs2slides.js</a><br>
32+
โ”œโ”€โ”€ <a href="./divs2slides.min.js">divs2slides.min.js</a><br>
33+
โ”œโ”€โ”€ <a href="./filereader.js">filereader.js</a><br>
34+
โ”œโ”€โ”€ <a href="./jquery-1.11.3.min.js">jquery-1.11.3.min.js</a><br>
35+
โ”œโ”€โ”€ <a href="./jquery.fullscreen-min.js">jquery.fullscreen-min.js</a><br>
36+
โ”œโ”€โ”€ <a href="./jszip.min.js">jszip.min.js</a><br>
37+
โ”œโ”€โ”€ <a href="./nv.d3.min.js">nv.d3.min.js</a><br>
38+
โ”œโ”€โ”€ <a href="./pptxjs.js">pptxjs.js</a><br>
39+
โ””โ”€โ”€ <a href="./pptxjs.min.js">pptxjs.min.js</a><br>
40+
<br><br><p>
41+
42+
1 directory, 11 files
43+
44+
</p>
45+
<hr>
46+
<p class="VERSION">
47+
tree v2.1.1 ยฉ 1996 - 2023 by Steve Baker and Thomas Moore <br>
48+
HTML output hacked and copyleft ยฉ 1998 by Francesc Rocher <br>
49+
JSON output hacked and copyleft ยฉ 2014 by Florian Sesser <br>
50+
Charsets / OS/2 support ยฉ 2001 by Kyosuke Tokoro
51+
</p>
52+
</body>
53+
</html>
54+
<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

Comments
ย (0)