]> git.p6c8.net - devedit.git/blob - templates/error.htm
Added an option for overwriting files during file upload if they already exist
[devedit.git] / templates / error.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>Error</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>Error</h1>
12
13 <p>{ERROR}</p>{IF dir}
14
15 <p><a href="{SCRIPT}?command=show&amp;file={DIR}">Back to {DIR}</a></p>{ENDIF}
16 </body>
17 </html>

patrick-canterino.de