|
Revision 725, 1.3 kB
(checked in by earle, 3 years ago)
|
|
more accurate summary
|
-
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 additional information summarising the node and the change being made to it"> |
|---|
| 4 | <tr> |
|---|
| 5 | <td colspan="2"><label for="summary">One-line summary of this node:</label></td> |
|---|
| 6 | </tr> |
|---|
| 7 | <tr> |
|---|
| 8 | <td colspan="2"><input type="text" size="50" id="summary" name="summary" value="[% summary %]" /></td> |
|---|
| 9 | </tr> |
|---|
| 10 | <tr> |
|---|
| 11 | <td> |
|---|
| 12 | <strong><label for="username">Your username</label> (<a href="preferences.cgi">set</a>)</strong> |
|---|
| 13 | </td> |
|---|
| 14 | <td> |
|---|
| 15 | <input type="text" size="30" name="username" id="username" value="[% username %]" /> |
|---|
| 16 | </td> |
|---|
| 17 | </tr> |
|---|
| 18 | <tr> |
|---|
| 19 | <td><strong><label for="comment">Comment about your changes:</label></strong></td> |
|---|
| 20 | <td><input type="text" size="30" name="comment" id="comment" value="[% comment %]" /></td> |
|---|
| 21 | </tr> |
|---|
| 22 | <tr> |
|---|
| 23 | <td><strong><label for="edit_type">Type of edit:</label></strong></td> |
|---|
| 24 | <td> |
|---|
| 25 | <select name="edit_type" id="edit_type"> |
|---|
| 26 | <option [% IF edit_type == "Normal edit" %] selected="1" [% END %] value="Normal edit">Normal edit</option> |
|---|
| 27 | <option [% IF edit_type == "Minor tidying" %] selected="1" [% END %] value="Minor tidying">Minor tidying</option> |
|---|
| 28 | </select> |
|---|
| 29 | </td> |
|---|
| 30 | </tr> |
|---|
| 31 | </table> |
|---|
| 32 | </fieldset> |
|---|
| 33 | |
|---|
| 34 | |
|---|