ngx-fancyindex/template.html

119 lines
2.2 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-30 12:29:41 +00:00
2007-08-24 11:47:59 +00:00
<html xmlns="http://www.w3.org/1999/xhtml">
2007-08-30 12:29:41 +00:00
2007-08-24 11:47:59 +00:00
<head>
2007-08-24 12:07:53 +00:00
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
2007-08-30 12:29:41 +00:00
<style type="text/css" media="screen">
2007-08-24 12:07:53 +00:00
body,html {
background:#fff;
font-family:"Bitstream Vera Sans","Lucida Grande",
"Lucida Sans Unicode",Lucidux,Verdana,Lucida,sans-serif;
2007-08-24 11:47:59 +00:00
}
2007-08-30 12:29:41 +00:00
tr.e {
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
}
#readme {
padding:0;
margin:1em 0;
border:none;
width:100%;
}
2007-08-30 12:29:41 +00:00
2007-08-24 11:47:59 +00:00
</style>
2007-08-30 12:29:41 +00:00
<script type="text/javascript">
// <![CDATA[
function ngx_onload(){
var f=document.getElementById('readme');
if(!(f&&f.contentDocument))return;
f.style.height=f.contentDocument.body.offsetHeight+'px';
f.contentDocument.body.style.padding='0';
f.contentDocument.body.style.margin='0';
}
// ]]>
</script>
2007-08-24 11:47:59 +00:00
<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>
2007-08-30 12:29:41 +00:00
2007-08-24 11:47:59 +00:00
</head>
<!-- var t03_body1 -->
<body onload="ngx_onload()">
2007-08-30 12:29:41 +00:00
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>
2007-08-30 12:29:41 +00:00
2007-08-24 11:47:59 +00:00
<!-- var t05_list1 -->
2007-08-24 12:07:53 +00:00
<table id="list" cellpadding="0.1em" cellspacing="0">
2007-08-30 12:29:41 +00:00
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>
2007-08-30 12:29:41 +00:00
2007-08-24 11:47:59 +00:00
<thead>
<tr>
<th>File Name</th>
<th>File Size</th>
<th>Date</th>
</tr>
</thead>
2007-08-30 12:29:41 +00:00
2007-08-24 11:47:59 +00:00
<tbody>
2007-08-30 12:29:41 +00:00
<tr class="o">
<td><a href="../">Parent directory/</a></td>
2007-08-24 12:07:53 +00:00
<td>-</td>
<td>-</td>
</tr>
<!-- var NONE -->
2007-08-30 12:29:41 +00:00
<tr class="e">
2007-08-24 12:07:53 +00:00
<td>test file 1</td>
<td>123kB</td>
<td>date</td>
</tr>
2007-08-30 12:29:41 +00:00
<tr class="o">
2007-08-24 12:07:53 +00:00
<td>test file 2</td>
<td>321MB</td>
<td>date</td>
</tr>
2007-08-30 12:29:41 +00:00
<tr class="e">
2007-08-24 12:07:53 +00:00
<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_foot1 -->
2007-08-24 11:47:59 +00:00
</body>
</html>