]> git.p6c8.net - devedit.git/blobdiff - templates/dirlist.htm
- Some color changes
[devedit.git] / templates / dirlist.htm
index 2db1617f13b0772f434c3d8787b76fd02d85681f..4777d4189a1c16e8a3ef605912328d0c17bbbdb7 100644 (file)
 
 <hr>
 
 
 <hr>
 
+{IF empty}<p><i>This directory is empty or nothing is matching against your wildcard</i></p>{ELSE}<form>
+<input type="hidden" name="command" value="remove_multi">
+<input type="hidden" name="file" value="{DIR}">
+
 <table border="0" style="font-family:'Courier New',Courier,monospace;font-size:10pt;">
 {DIRLIST}</table>
 
 <hr>
 
 <table border="0" style="font-family:'Courier New',Courier,monospace;font-size:10pt;">
 {DIRLIST}</table>
 
 <hr>
 
+<p><input type="submit" value="Delete selected files"></p>
+
+</form>{ENDIF}
+
+<hr>
+
 <table border="0">
 <tr>
 <form action="{SCRIPT}">
 <table border="0">
 <tr>
 <form action="{SCRIPT}">
 <form action="{SCRIPT}">
 <input type="hidden" name="command" value="mkfile">
 <input type="hidden" name="curdir" value="{DIR}">
 <form action="{SCRIPT}">
 <input type="hidden" name="command" value="mkfile">
 <input type="hidden" name="curdir" value="{DIR}">
-<td>{DIR} <input type="text" name="newfile"> <input type="submit" value="Create!"></td>
+<td>{DIR} <input type="text" name="newfile"> <input type="submit" value="Create!"> <input type="checkbox" name="edit" id="edit" value="1"><label for="edit">Open file for editing</label></td>
 </form>
 </tr>
 {IF dir_writeable}
 <tr>
 </form>
 </tr>
 {IF dir_writeable}
 <tr>
-<td colspan="2"><a href="{SCRIPT}?command=upload&amp;file={DIR}">Upload a file</a></td>
+<td colspan="2"><a href="{SCRIPT}?command=upload&amp;file={DIR_URL}">Upload a file</a></td>
 </tr>
 {ENDIF}</table>
 
 </tr>
 {ENDIF}</table>
 
 
 <table border="0" width="100%">
 <tr>
 
 <table border="0" width="100%">
 <tr>
+<td>
+<table border="0">
+<tr>
+<form action="{SCRIPT}">
+<input type="hidden" name="command" value="show">{IF filter}
+<input type="hidden" name="filter" value="{FILTER}">{ENDIF}
+<td>Go to directory/file:</td>
+<td><input type="text" name="file" value="{DIR}"></td>
+<td><input type="submit" value="Go!"></td>
+</form>
+</tr>
+<tr>
 <form action="{SCRIPT}">
 <input type="hidden" name="command" value="show">
 <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>
+<input type="hidden" name="file" value="{DIR}">
+<td>Filter:</td>
+<td><input type="text" name="filter" value="{FILTER}"></td>
+<td><input type="submit" value="Filter!"></td>
 </form>
 </form>
-<td align="right"><a href="{SCRIPT}?command=about" target="_blank"><i>About Dev-Editor</i></a></td>
+</tr>
+</table>
+</td>
+<td align="right" valign="top"><a href="{SCRIPT}?command=about" target="_blank"><i>About Dev-Editor</i></a></td>
 </tr>
 </table>
 </body>
 </tr>
 </table>
 </body>

patrick-canterino.de