ngx-fancyindex/template.html

90 lines
1.7 KiB
HTML
Raw Normal View History

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