]> git.p6c8.net - devedit.git/blob - templates/copydir.htm
Updated template class to version 2.0
[devedit.git] / templates / copydir.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 directory {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 directory {FILE}</h1>
12
13 <p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
14
15 <p><a href="{SCRIPT}?command=show&amp;file={DIR_URL}">Back to {DIR}</a></p>
16
17 <hr>
18
19 <form action="{SCRIPT}" method="post">
20 <input type="hidden" name="command" value="copy">
21 <input type="hidden" name="file" value="{FILE}">
22
23 <p>Copy directory '{FILE}' to:<br>
24 <input type="text" name="newfile" value="{FILE}"></p>
25
26 <p><input type="submit" value="Copy directory!"></p>
27 </form>
28
29 <p><b>Important notes:</b></p>
30
31 <ul>
32 <li>The target you want this directory to copy to <b>must not</b> exist!</li>
33 <li>Please make sure that all your files were copied correctly. Due to problems concerning the architecture of Dev-Editor, a check of this is currently impossible. And by the way, you are absolutely right if you think now that I'm a very lousy and incompetent programmer.</li>
34 </ul>
35
36 <hr>
37
38 <p align="right"><a href="{SCRIPT}?command=about" target="_blank"><i>About Dev-Editor</i></a></p>
39 </body>
40 </html>

patrick-canterino.de