]> git.p6c8.net - devedit.git/blob - templates/copyfile.htm
Oooops...
[devedit.git] / templates / copyfile.htm
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3
4 <html>
5 <head>
6 <title>Copy file {FILE}</title>
7 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
8 </head>
9 <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
10
11 <h1>Copy file {FILE}</h1>
12
13 <p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
14
15 <p><a href="{SCRIPT}?command=show&file={DIR}">Back to {DIR}</a></p>
16
17 <form action="{SCRIPT}" method="post">
18 <input type="hidden" name="command" value="copy">
19 <input type="hidden" name="file" value="{FILE}">
20
21 <p>Copy file '{FILE}' to:<br>
22 {DIR} <input type="text" name="newfile"></p>
23
24 <p><input type="submit" value="Copy file!"></p>
25 </form>
26 </body>
27 </html>

patrick-canterino.de