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.h

64 lines
1.2 KiB

18 years ago
/* Automagically generated, do not edit! */
static const u_char t01_head1[] = ""
"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\""
"\"http://www.w3.or/TR/xhtml1/DTD/xhtml1-strict.dtd\">"
"<html xmlns=\"http://www.w3.or/1999/xhtml\">"
"<head>"
"<style type=\"text/css\">"
"body, html {"
"backround: #fff;"
"}"
"tr.o {"
"backround: #eee;"
"}"
"th {"
"font-weiht: bold;"
"backround: #ddd;"
"}"
"</style>"
"<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"/>"
"<title>Index of "
;
static const u_char t02_head2[] = ""
"</title>"
"</head>"
;
static const u_char t03_body1[] = ""
"<body>"
"<h1>"
;
static const u_char t04_body2[] = ""
"</h1>"
;
static const u_char t05_list1[] = ""
"<table>"
"<colroup>"
"<col width=\"55%\"/>"
"<col width=\"20%\" style=\"text-alin: riht\"/>"
"<col width=\"25%\"/>"
"</colroup>"
"<thead>"
"<tr>"
"<th>File Name</th>"
"<th>File Size</th>"
"<th>Date</th>"
"</tr>"
"</thead>"
"<tbody>"
"<tr>"
"<td colspan=\"3\"><a href=\"../\">Parent Directory</a></td>"
"</tr>"
;
static const u_char t06_list2[] = ""
"</tbody>"
"</table>"
;
static const u_char t07_body3[] = ""
;
static const u_char t08_body4[] = ""
;
static const u_char t09_foot1[] = ""
"</body>"
"</html>"
;