You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngx-fancyindex/template.html

90 lines
1.7 KiB

<!-- var t01_head1 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<style type="text/css">
body,html {
background:#fff;
}
tr.o {
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;
}
</style>
<title>Index of
<!-- var NONE -->
/path/to/somewhere
<!-- var t02_head2 -->
</title>
</head>
<!-- var t03_body1 -->
<body>
<h1>Index of
<!-- var NONE -->
/path/to/somewhere
<!-- var t04_body2 -->
</h1>
<!-- var t05_list1 -->
<table id="list" cellpadding="0.1em" cellspacing="0">
<colgroup>
<col width="55%"/>
<col width="20%"/>
<col width="25%"/>
</colgroup>
<thead>
<tr>
<th>File Name</th>
<th>File Size</th>
<th>Date</th>
</tr>
</thead>
<tbody>
<tr class="e">
<td><a href="../">Parent directory/</a></td>
<td>-</td>
<td>-</td>
</tr>
<!-- var NONE -->
<tr class="o">
<td>test file 1</td>
<td>123kB</td>
<td>date</td>
</tr>
<tr class="e">
<td>test file 2</td>
<td>321MB</td>
<td>date</td>
</tr>
<tr class="o">
<td>test file 3</td>
<td>666</td>
<td>date</td>
</tr>
<!-- var t06_list2 -->
</tbody>
</table>
<!-- var t07_body3 -->
<!-- var t08_body4 -->
<!-- var t09_foot1 -->
</body>
</html>