1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
6 <title>Remove files
</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">
13 <p>Do you really want to remove these files?
</p>
16 <li>{FILES.FILE_PATH}
</li>{ENDLOOP}
19 <form action=
"{SCRIPT}" method=
"get">
20 <input type=
"hidden" name=
"command" value=
"remove_multi">
21 <input type=
"hidden" name=
"file" value=
"{DIR}">
22 <input type=
"hidden" name=
"confirmed" value=
"1">
24 <input type=
"hidden" name=
"files" value=
"{FILES.FILE}">{ENDLOOP}
26 <p><input type=
"submit" value=
"Yes"></p>
29 <form action=
"{SCRIPT}" method=
"get">
30 <input type=
"hidden" name=
"command" value=
"show">
31 <input type=
"hidden" name=
"file" value=
"{DIR}">
33 <p><input type=
"submit" value=
"No"></p>