]>
git.p6c8.net - devedit.git/blob - templates/viewfile.htm
1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
6 <title>Contents of file {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>Contents of file {FILE}
</h1>
13 <p>(equals
<a href=
"{URL}" target=
"_blank">{URL}
</a>)
</p>
15 <p><a href=
"{SCRIPT}?command=show&file={DIR}">Back to {DIR}
</a></p>
17 <div style=
"background-color:#FFFFE0;border:1px solid black;margin-top:10px;width:100%">
18 <pre style=
"color:#0000C0;">
23 {IF editable}
<p><a href=
"{SCRIPT}?command=beginedit&file={FILE}">Edit this file
</a></p>{ELSE}
<br>{ENDIF}
27 <table border=
"0" width=
"100%">
29 <form action=
"{SCRIPT}">
30 <input type=
"hidden" name=
"command" value=
"show">
31 <td>Go to directory/file:
<input type=
"text" name=
"file" value=
"{FILE}"> <input type=
"submit" value=
"Go!"></td>
33 <td align=
"right"><a href=
"{SCRIPT}?command=about" target=
"_blank"><i>About Dev-Editor
</i></a></td>
patrick-canterino.de