diff options
Diffstat (limited to 'plugins/!NotAdopted/HTTPServer/data/HTTPServerIndex.html')
-rw-r--r-- | plugins/!NotAdopted/HTTPServer/data/HTTPServerIndex.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/plugins/!NotAdopted/HTTPServer/data/HTTPServerIndex.html b/plugins/!NotAdopted/HTTPServer/data/HTTPServerIndex.html new file mode 100644 index 0000000000..4fdc41940a --- /dev/null +++ b/plugins/!NotAdopted/HTTPServer/data/HTTPServerIndex.html @@ -0,0 +1,34 @@ +<html>
+<head>
+<title>Directory Listing of [DirectoryName]</title>
+<style type="text/css">
+td { font-size:14px; color:#000033;}
+a:link { text-decoration: none; color:#003366; }
+a:visited { text-decoration: none; color:#003366; }
+a:active { text-decoration: none; color:#FFAA33; }
+a:hover { text-decoration: underline; color:#FFAA33; }
+</style>
+</head>
+<body bgcolor=#B0B0CC>
+<font face='tahoma, arial'>
+
+<table cellspacing=1 cellpadding=2 width=700>
+<tr height=40 bgcolor=#EEEEFF><td colspan=3 align=center>
+<h3 style='margin:0px'><font color="#666688">Directory Listing of [DirectoryName]</font></h3>
+[ForDirectoriesDo]<tr [IsEven]bgcolor=#EEEEFF[End][IsOdd]bgcolor=#DDDDEE[End]><td colspan=3><img src="/icons/folder_gray.png"><img src="/placeholder.gif" width=5><a href="[DirectoryUrl]">[DirectoryName]</a></td></tr>[End]
+[ForFilesDo]<tr [IsEven]bgcolor=#EEEEFF[End][IsOdd]bgcolor=#DDDDEE[End]><td>
+[IsFileType=jpg,jpeg,gif,png,bmp]<img src="/icons/image2.png">[End]
+[IsFileType=zip,rar,ace,arj,lha,lhz,tar,gz]<img src="/icons/tar.png">[End]
+[IsFileType=rtf,doc]<img src="/icons/doc.png">[End]
+[IsFileType=txt,diz]<img src="/icons/txt.png">[End]
+[IsFileType=pdf]<img src="/icons/pdf.png">[End]
+[IsFileType=exe,bat]<img src="/icons/win_apps.png">[End]
+[IsFileType=html,htm,xml]<img src="/icons/www.png">[End]
+[IsFileType=avi,mpg]<img src="/icons/video.png">[End]
+[IsFileType=c,cpp,h]<img src="/icons/source.png">[End]
+[IsFileType=mp3,ogg,wav,mid,mod,xm]<img src="/icons/sound.png">[End]
+[IsFileType=*]<img src="/icons/empty.png">[End]<img src="/placeholder.gif" width=5><a href="[FileUrl]">[FileName]</a></td><td>[FileModified]</td><td align='right'>[FileSize]</td></tr>[End]
+</font>
+</body>
+
+</html>
\ No newline at end of file |