]> git.p6c8.net - devedit.git/blob - templates/chprop.htm
The "Edit" link of files in use were not greyed in directory listing.
[devedit.git] / templates / chprop.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>Change properties of {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>Change properties of {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}">Back to {DIR}</a></p>
16
17 <p>Current mode: {MODE_STRING} (Octal: {MODE_OCTAL})</p>
18
19 <p>Current group: {IF group_detected}{GROUP} ({ENDIF}GID: {GID}{IF group_detected}){ENDIF}</p>
20
21 <hr>
22
23 <table border="0">
24 <tr>
25 <td>Change mode:</td>
26 <form action="{SCRIPT}" method="get">
27 <input type="hidden" name="command" value="chprop">
28 <input type="hidden" name="file" value="{FILE}">
29 <td><input type="text" name="mode"> <input type="submit" value="Change!"></td>
30 </form>
31 </tr>
32 <tr>
33 <td>Change group:</td>
34 <form action="{SCRIPT}" method="get">
35 <input type="hidden" name="command" value="chprop">
36 <input type="hidden" name="file" value="{FILE}">
37 <td><input type="text" name="group"> <input type="submit" value="Change!"></td>
38 </form>
39 </tr>
40 </table>
41
42 <p><b>Notes:</b></p>
43
44 <ul>
45 <li><b>Change mode:</b><br>
46 Use an <b>octal</b> number to change the mode of the file. SetUID, SetGID and Sticky Bit are also supported.</li>
47 <li><b>Change group:</b><br>
48 Enter the group name or the group ID the file should be assigned to. If a group name is also a numeric group ID, the value is used as a group name.</li>
49 </ul>
50
51 <hr>
52
53 <p align="right"><a href="{SCRIPT}?command=about" target="_blank"><i>About Dev-Editor</i></a></p>
54 </body>
55 </html>

patrick-canterino.de