]> git.p6c8.net - devedit.git/blob - templates/viewlink.htm
Fixed a really strange bug only occuring on Windows systems
[devedit.git] / templates / viewlink.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>Target of symbolic link {FILE}</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>Target of symbolic link {FILE}</h1>
12
13 <p>(equals <a href="{URL}" target="_blank">{URL}</a>)</p>
14
15 <p><a href="{SCRIPT}?command=show&amp;file={DIR_URL}">Back to {DIR}</a></p>
16
17 <p>'{FILE}' is a symbolic link pointing to:<br>
18 <tt>{LINK_TARGET}</tt></p>
19
20 <p>For security reasons, you cannot access the target of this link.</p>
21
22 <hr>
23
24 <table border="0" width="100%">
25 <tr>
26 <form action="{SCRIPT}">
27 <input type="hidden" name="command" value="show">
28 <td>Go to directory/file: <input type="text" name="file" value="{FILE}"> <input type="submit" value="Go!"></td>
29 </form>
30 <td align="right"><a href="{SCRIPT}?command=about" target="_blank"><i>About Dev-Editor</i></a></td>
31 </tr>
32 </table>
33 </body>
34 </html>

patrick-canterino.de