1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
6 <title>Change properties of {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>Change properties of {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 <p>Current mode: {MODE_STRING} (Octal: {MODE_OCTAL})
</p>
19 <p>Current group: {GROUP} (GID: {GID})
</p>
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" value=
"{MODE_OCTAL}"> <input type=
"submit" value=
"Change!"></td>
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" value=
"{GROUP}"> <input type=
"submit" value=
"Change!"></td>
44 <p align=
"right"><a href=
"{SCRIPT}?command=about" target=
"_blank"><i>About Dev-Editor
</i></a></p>