]> git.p6c8.net - devedit.git/blobdiff - templates/dirlist.htm
Removed useless "use Tool;" in Output.pm
[devedit.git] / templates / dirlist.htm
index ca83e305bd48a7f11a5b77894b795bfa477e3a0b..2db1617f13b0772f434c3d8787b76fd02d85681f 100644 (file)
 <td>{DIR} <input type="text" name="newfile"> <input type="submit" value="Create!"></td>
 </form>
 </tr>
-</table>
+{IF dir_writeable}
+<tr>
+<td colspan="2"><a href="{SCRIPT}?command=upload&amp;file={DIR}">Upload a file</a></td>
+</tr>
+{ENDIF}</table>
 
 <hr>
 
+<table border="0" width="100%">
+<tr>
+<form action="{SCRIPT}">
+<input type="hidden" name="command" value="show">
+<td>Go to directory/file: <input type="text" name="file" value="{DIR}"> <input type="submit" value="Go!"></td>
+</form>
+<td align="right"><a href="{SCRIPT}?command=about" target="_blank"><i>About Dev-Editor</i></a></td>
+</tr>
+</table>
 </body>
 </html>
\ No newline at end of file

patrick-canterino.de