1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
6 <title>Directory listing of {DIR}
</title>
7 <meta http-equiv=
"content-type" content=
"text/html; charset=iso-8859-1">
9 <body bgcolor=
"#FFFFFF" text=
"#000000" link=
"#0000FF" vlink=
"#800080" alink=
"#FF0000">
11 <h1>Directory listing of {DIR}
</h1>
13 <p>(equals
<a href=
"{URL}" target=
"_blank">{URL}
</a>)
</p>
17 <table border=
"0" style=
"font-family:'Courier New',Courier,monospace;font-size:10pt;">
24 <form action=
"{SCRIPT}">
25 <input type=
"hidden" name=
"command" value=
"mkdir">
26 <input type=
"hidden" name=
"curdir" value=
"{DIR}">
27 <td>Create new directory:
</td>
28 <td>{DIR}
<input type=
"text" name=
"newfile"> <input type=
"submit" value=
"Create!"></td>
33 <td>Create new file:
</td>
34 <form action=
"{SCRIPT}">
35 <input type=
"hidden" name=
"command" value=
"mkfile">
36 <input type=
"hidden" name=
"curdir" value=
"{DIR}">
37 <td>{DIR}
<input type=
"text" name=
"newfile"> <input type=
"submit" value=
"Create!"></td>
42 <td colspan=
"2"><a href=
"{SCRIPT}?command=upload&file={DIR}">Upload a file
</a></td>