Upload Modules
This commit is contained in:
101
ngx_fancyindex/template.html
Normal file
101
ngx_fancyindex/template.html
Normal file
@@ -0,0 +1,101 @@
|
||||
<!-- var t01_head1 -->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<style type="text/css">
|
||||
body,html {
|
||||
background:#fff;
|
||||
font-family:"Bitstream Vera Sans","Lucida Grande",
|
||||
"Lucida Sans Unicode",Lucidux,Verdana,Lucida,sans-serif;
|
||||
}
|
||||
table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
tr:nth-child(even) {
|
||||
background:#f4f4f4;
|
||||
}
|
||||
th,td {
|
||||
padding:0.1em 0.5em;
|
||||
}
|
||||
th {
|
||||
text-align:left;
|
||||
font-weight:bold;
|
||||
background:#eee;
|
||||
border-bottom:1px solid #aaa;
|
||||
}
|
||||
#list {
|
||||
border:1px solid #aaa;
|
||||
width:100%;
|
||||
}
|
||||
a {
|
||||
color:#a33;
|
||||
}
|
||||
a:hover {
|
||||
color:#e33;
|
||||
}
|
||||
.link {
|
||||
white-space: nowrap;
|
||||
text-overflow: '>';
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- var t02_head2 -->
|
||||
|
||||
<title>Index of
|
||||
<!-- var NONE -->
|
||||
/path/to/somewhere
|
||||
<!-- var t03_head3 -->
|
||||
</title>
|
||||
|
||||
</head>
|
||||
<!-- var t04_body1 -->
|
||||
<body>
|
||||
<h1>Index of
|
||||
<!-- var NONE -->
|
||||
/path/to/somewhere
|
||||
<!-- var t05_body2 -->
|
||||
</h1>
|
||||
|
||||
<!-- var t06_list1 -->
|
||||
<table id="list">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2"><a href="?C=N&O=A">File Name</a> <a href="?C=N&O=D"> ↓ </a></th>
|
||||
<th><a href="?C=S&O=A">File Size</a> <a href="?C=S&O=D"> ↓ </a></th>
|
||||
<th><a href="?C=M&O=A">Date</a> <a href="?C=M&O=D"> ↓ </a></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<!-- var t_parentdir_entry -->
|
||||
<tr>
|
||||
<td colspan="2" class="link"><a href="../?C=N&O=A">Parent directory/</a></td>
|
||||
<td class="size">-</td>
|
||||
<td class="date">-</td>
|
||||
</tr>
|
||||
|
||||
<!-- var NONE -->
|
||||
<tr>
|
||||
<td colspan="2">test file 1</td>
|
||||
<td>123kB</td>
|
||||
<td>date</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">test file 2</td>
|
||||
<td>321MB</td>
|
||||
<td>date</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">test file 3</td>
|
||||
<td>666</td>
|
||||
<td>date</td>
|
||||
</tr>
|
||||
<!-- var t07_list2 -->
|
||||
</tbody>
|
||||
</table>
|
||||
<!-- var t08_foot1 -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user