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">
11 <h1>Remove files
</h1>{IF success}
13 <p>The following files have been removed successfully:
</p>
16 <li>{SUCCESS.FILE_PATH}
</li>{ENDLOOP}
17 </ul>{ENDIF}{IF failed}
19 <p>The following could not be removed:
</p>
22 <li>{FAILED.FILE_PATH}
</li>{ENDLOOP}
25 <p><a href=
"{SCRIPT}?command=show&file={DIR}">Back to {DIR}
</a></p>