|
Revision 558, 1.0 kB
(checked in by kake, 4 years ago)
|
|
Fixed validation errors and indentation.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <fieldset> |
|---|
| 2 | <legend>OpenGuides information</legend> |
|---|
| 3 | <table summary="Fields for entering information about the changes being made to this page"> |
|---|
| 4 | <tr> |
|---|
| 5 | <td> |
|---|
| 6 | <strong><label for="username">Your username</label> (<a href="preferences.cgi">set</a>)</strong> |
|---|
| 7 | </td> |
|---|
| 8 | <td> |
|---|
| 9 | <input type="text" size="30" name="username" id="username" value="[% username %]" /> |
|---|
| 10 | </td> |
|---|
| 11 | </tr> |
|---|
| 12 | <tr> |
|---|
| 13 | <td><strong><label for="comment">Comment about your changes:</label></strong></td> |
|---|
| 14 | <td><input type="text" size="30" name="comment" id="comment" value="[% comment %]" /></td> |
|---|
| 15 | </tr> |
|---|
| 16 | <tr> |
|---|
| 17 | <td><strong><label for="edit_type">Type of edit:</label></strong></td> |
|---|
| 18 | <td> |
|---|
| 19 | <select name="edit_type" id="edit_type"> |
|---|
| 20 | <option [% IF edit_type == "Normal edit" %] selected="1" [% END %] value="Normal edit">Normal edit</option> |
|---|
| 21 | <option [% IF edit_type == "Minor tidying" %] selected="1" [% END %] value="Minor tidying">Minor tidying</option> |
|---|
| 22 | </select> |
|---|
| 23 | </td> |
|---|
| 24 | </tr> |
|---|
| 25 | </table> |
|---|
| 26 | </fieldset> |
|---|