Create iis.html
parent
6162f2e3c9
commit
87f3ce7b4e
|
@ -0,0 +1,24 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title><!--Sitename--> - /<!--PathArrayStart--><!--PathArrayName-->/<!--PathArrayEnd--></title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<H1><!--Sitename--> - /<!--DiskPathArrayStart--><!--PathArrayName-->/<!--DiskPathArrayEnd--></H1><hr>
|
||||||
|
<table>
|
||||||
|
<!--BackArrowStart-->
|
||||||
|
<tr><td colspan="3"><A HREF="<!--BackArrowUrl-->">[To Parent Directory]</A></td></tr>
|
||||||
|
<!--BackArrowEnd-->
|
||||||
|
<!--ListStart-->
|
||||||
|
<!--IsFolderStart-->
|
||||||
|
<!--FolderListStart-->
|
||||||
|
<tr><td><!--lastModifiedDateTime--></td><td align="right" width="20%"><dir></td><td><A HREF="<!--FileEncodeReplaceUrl-->/"><!--FileEncodeReplaceName--></A></td></tr>
|
||||||
|
<!--FolderListEnd-->
|
||||||
|
<!--FileListStart-->
|
||||||
|
<tr><td><!--lastModifiedDateTime--></td><td align="right" width="20%"><!--size--></td><td><A HREF="<!--FileEncodeReplaceUrl-->"><!--FileEncodeReplaceName--></A></td></tr>
|
||||||
|
<!--FileListEnd-->
|
||||||
|
<!--IsFolderEnd-->
|
||||||
|
<!--ListEnd-->
|
||||||
|
</table>
|
||||||
|
<hr>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue