1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
6 <title>Replace exisiting 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>Replace exisiting file
</h1>
13 <p>A file called '{NEW_FILE}' already exists. Do you want to replace it?
</p>
15 <form action=
"{SCRIPT}" method=
"post">
16 <input type=
"hidden" name=
"command" value=
"{COMMAND}">
17 <input type=
"hidden" name=
"file" value=
"{FILE}">
18 <input type=
"hidden" name=
"newfile" value=
"{NEW_FILENAME}">
19 <input type=
"hidden" name=
"curdir" value=
"{NEW_DIR}">
20 <input type=
"hidden" name=
"confirmed" value=
"1">
22 <p><input type=
"submit" value=
"Yes"></p>
25 <form action=
"{SCRIPT}" method=
"get">
26 <input type=
"hidden" name=
"command" value=
"show">
27 <input type=
"hidden" name=
"file" value=
"{DIR}">
29 <p><input type=
"submit" value=
"No"></p>