]> git.p6c8.net - devedit.git/commitdiff
Replaced "&" by "&" in query strings
authorpcanterino <>
Sun, 18 Jul 2004 11:41:31 +0000 (11:41 +0000)
committerpcanterino <>
Sun, 18 Jul 2004 11:41:31 +0000 (11:41 +0000)
12 files changed:
templates/confirm_unlock.htm
templates/copyfile.htm
templates/dirlist.htm
templates/dirlist_dir.htm
templates/dirlist_file.htm
templates/dirlist_up.htm
templates/error.htm
templates/mkdir.htm
templates/mkfile.htm
templates/renamefile.htm
templates/upload.htm
templates/viewfile.htm

index 882fde13257e3eb795dc5a00fd8067fb5453b673..e620f1788de7b104ed97d6124a0016132fde94b6 100644 (file)
@@ -12,7 +12,7 @@
 
 <p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
 
-<p><a href="{SCRIPT}?command=show&file={DIR}">Back to {DIR}</a></p>
+<p><a href="{SCRIPT}?command=show&amp;file={DIR}">Back to {DIR}</a></p>
 
 <p>Someone else is currently editing this file. At least, the file is marked so. Maybe, someone who was editing the file has forgotten to unlock it. In this case (and <b>only</b> in this case) you can unlock the file using this button:</p>
 
index fa7ce7c90ca9d949f39e79e879ec8e4cf871a33b..1a81a6e91594b06eaedb316029913f99b8cd0266 100644 (file)
@@ -12,7 +12,7 @@
 
 <p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
 
-<p><a href="{SCRIPT}?command=show&file={DIR}">Back to {DIR}</a></p>
+<p><a href="{SCRIPT}?command=show&amp;file={DIR}">Back to {DIR}</a></p>
 
 <hr>
 
index 59abf6670927800d2a29de7c0b1fa2a388d63648..4ce6c19b4b9c34bf5c2ce99c3b604c184090e71c 100644 (file)
@@ -39,7 +39,7 @@
 </tr>
 
 <tr>
-<td colspan="2"><a href="{SCRIPT}?command=upload&file={DIR}">Upload a file</a></td>
+<td colspan="2"><a href="{SCRIPT}?command=upload&amp;file={DIR}">Upload a file</a></td>
 </tr>
 </table>
 
index f8cc412b6852a223c891a67e4595750eef116ee3..04a2daaeee3b203942a4abbedd7ae4cfbfee233f 100644 (file)
@@ -1,6 +1,6 @@
 <tr>
 <td align="right">[SUBDIR]</td>
 <td style="padding-left:15pt">{DATE}</td>
-<td style="padding-left:15pt"><a href="{SCRIPT}?command=show&file={DIR}">{DIR_NAME}/</a></td>
-<td style="padding-left:15pt">(<a href="{SCRIPT}?command=rename&file={DIR}">Rename</a> | <a href="{SCRIPT}?command=remove&file={DIR}">Delete</a> | <a href="{URL}" target="_blank">View in Browser</a>)</td>
+<td style="padding-left:15pt"><a href="{SCRIPT}?command=show&amp;file={DIR}">{DIR_NAME}/</a></td>
+<td style="padding-left:15pt">(<a href="{SCRIPT}?command=rename&amp;file={DIR}">Rename</a> | <a href="{SCRIPT}?command=remove&amp;file={DIR}">Delete</a> | <a href="{URL}" target="_blank">View in Browser</a>)</td>
 </tr>
index 4e29e5022bd8d48eb4eae9fdc6144b9642a320ba..92d61cc7c14fadffa04e662900a123a52bb58ce9 100644 (file)
@@ -2,5 +2,5 @@
 <td align="right">{SIZE}</td>
 <td style="padding-left:15pt">{DATE}</td>
 <td style="padding-left:15pt">{FILE_NAME}</td>
-<td style="padding-left:15pt">({IF viewable}<a href="{SCRIPT}?command=show&file={FILE}">View</a>{ELSE}<span style="color:#C0C0C0" title="{IF not_readable}Not readable{ELSE}{IF binary}Binary file{ELSE}{IF too_large}File too large{ENDIF}{ENDIF}{ENDIF}">View</span>{ENDIF} | {IF editable}<a href="{SCRIPT}?command=beginedit&file={FILE}">Edit</a>{ELSE}<span style="color:#C0C0C0" title="{IF not_readable}Not readable{ELSE}{IF readonly}Read only{ELSE}{IF binary}Binary file{ELSE}{IF too_large}File too large{ENDIF}{IF in_use}In use{ENDIF}{ENDIF}{ENDIF}{ENDIF}">Edit</span>{ENDIF} | <a href="{SCRIPT}?command=copy&file={FILE}">Copy</a>{IF unused} | <a href="{SCRIPT}?command=rename&file={FILE}">Rename</a> | <a href="{SCRIPT}?command=remove&file={FILE}">Delete</a>{ENDIF}{IF in_use} | <a href="{SCRIPT}?command=unlock&file={FILE}">Unlock</a>{ENDIF} | <a href="{URL}" target="_blank">View in Browser</a>)</td>
+<td style="padding-left:15pt">({IF viewable}<a href="{SCRIPT}?command=show&amp;file={FILE}">View</a>{ELSE}<span style="color:#C0C0C0" title="{IF not_readable}Not readable{ELSE}{IF binary}Binary file{ELSE}{IF too_large}File too large{ENDIF}{ENDIF}{ENDIF}">View</span>{ENDIF} | {IF editable}<a href="{SCRIPT}?command=beginedit&amp;file={FILE}">Edit</a>{ELSE}<span style="color:#C0C0C0" title="{IF not_readable}Not readable{ELSE}{IF readonly}Read only{ELSE}{IF binary}Binary file{ELSE}{IF too_large}File too large{ENDIF}{IF in_use}In use{ENDIF}{ENDIF}{ENDIF}{ENDIF}">Edit</span>{ENDIF} | <a href="{SCRIPT}?command=copy&amp;file={FILE}">Copy</a>{IF unused} | <a href="{SCRIPT}?command=rename&amp;file={FILE}">Rename</a> | <a href="{SCRIPT}?command=remove&amp;file={FILE}">Delete</a>{ENDIF}{IF in_use} | <a href="{SCRIPT}?command=unlock&amp;file={FILE}">Unlock</a>{ENDIF} | <a href="{URL}" target="_blank">View in Browser</a>)</td>
 </tr>
index 0892e3d7ffd1230629b999ad1f730e680bf6bea0..734be5c307d6f3a7fba2137a4519b10e49a994f1 100644 (file)
@@ -1,5 +1,5 @@
 <tr>
 <td align="right">[SUBDIR]</td>
 <td style="padding-left:15pt">{DATE}</td>
-<td colspan="2" style="padding-left:15pt"><a href="{SCRIPT}?command=show&file={UPPER_DIR}">../</a></td>
+<td colspan="2" style="padding-left:15pt"><a href="{SCRIPT}?command=show&amp;file={UPPER_DIR}">../</a></td>
 </tr>
index 4cbd60a2f56e23068d9f56bebeaefeead9bf4ed4..56989040c6bf49e5226137df56c7b5e826885acf 100644 (file)
@@ -12,6 +12,6 @@
 
 <p>{ERROR}</p>{IF dir}
 
-<p><a href="{SCRIPT}?command=show&file={DIR}">Back to {DIR}</a></p>{ENDIF}
+<p><a href="{SCRIPT}?command=show&amp;file={DIR}">Back to {DIR}</a></p>{ENDIF}
 </body>
 </html>
\ No newline at end of file
index 45d237cd9bbcf48ec6e0596ee0a5f6abc947734c..565e9042735dc1296a63d3ed799a7088d905e241 100644 (file)
@@ -10,7 +10,7 @@
 
 <h1>Create new directory</h1>
 
-<p><a href="{SCRIPT}?command=show&file={DIR}">Back to {DIR}</a></p>
+<p><a href="{SCRIPT}?command=show&amp;file={DIR}">Back to {DIR}</a></p>
 
 <p>Using this form, you can create a new directory in the current directory ('{DIR}').</p>
 
index ef75c3f493def166797cd8cb64b42d34a69c9219..66e2c8337196cf65f25f73f44deef5f5b3f9e558 100644 (file)
@@ -10,7 +10,7 @@
 
 <h1>Create new file</h1>
 
-<p><a href="{SCRIPT}?command=show&file={DIR}">Back to {DIR}</a></p>
+<p><a href="{SCRIPT}?command=show&amp;file={DIR}">Back to {DIR}</a></p>
 
 <p>Using this form, you can create a new file in the current directory ('{DIR}').</p>
 
index bdfb04bdcb7875fa84866d75664d6691acd590c9..f7b1ac6ae2ce24c7fe7cfbdee902fb2f1f228566 100644 (file)
@@ -12,7 +12,7 @@
 
 <p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
 
-<p><a href="{SCRIPT}?command=show&file={DIR}">Back to {DIR}</a></p>
+<p><a href="{SCRIPT}?command=show&amp;file={DIR}">Back to {DIR}</a></p>
 
 <hr>
 
index 276bc6b3fa2b966a1b901b0a99059bd82ac79865..2b9912889f98b0d3ffca00647aba1f56ac3049f4 100644 (file)
@@ -12,7 +12,7 @@
 
 <p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
 
-<p><a href="{SCRIPT}?command=show&file={DIR}">Back to {DIR}</a></p>
+<p><a href="{SCRIPT}?command=show&amp;file={DIR}">Back to {DIR}</a></p>
 
 <p>Using this form, you can upload a file to the current directory ('{DIR}').</p>
 
index fdc96b8144ee7d7ce084f2f0b3c8b72b9970dd37..56d65959189279688d9d667818acc07fcee3586a 100644 (file)
@@ -12,7 +12,7 @@
 
 <p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
 
-<p><a href="{SCRIPT}?command=show&file={DIR}">Back to {DIR}</a></p>
+<p><a href="{SCRIPT}?command=show&amp;file={DIR}">Back to {DIR}</a></p>
 
 <div style="background-color:#FFFFE0;border:1px solid black;margin-top:10px;width:100%">
 <pre style="color:#0000C0;">

patrick-canterino.de