1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
6 <title>Move/Rename file {FILE}
</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>Move/Rename file {FILE}
</h1>
13 <p>(equals
<a href=
"{URL}" target=
"_blank">{URL}
</a>)
</p>
15 <p><a href=
"{SCRIPT}?command=show&file={DIR_URL}">Back to {DIR}
</a></p>
19 <form action=
"{SCRIPT}" method=
"post">
20 <input type=
"hidden" name=
"command" value=
"rename">
21 <input type=
"hidden" name=
"file" value=
"{FILE}">
23 <p>Move/Rename file '{FILE}' to:
<br>
24 <input type=
"text" name=
"newfile" value=
"{FILE}"> <input type=
"checkbox" name=
"confirmed" id=
"overwrite"><label for=
"overwrite">Overwrite existing file
</label></p>
26 <p><input type=
"submit" value=
"Move/Rename file!"></p>
31 <p align=
"right"><a href=
"{SCRIPT}?command=about" target=
"_blank"><i>About Dev-Editor
</i></a></p>