Changes between Version 5 and Version 6 of NewHack


Ignore:
Timestamp:
Jul 5, 2005, 6:55:52 AM (19 years ago)
Author:
Alec Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewHack

    v5 v6  
    22
    33[[NewHack]]
    4 
    5 {{{
    6 #!html
    7 <form id="edit" method="post" action="/wiki/NewHackTemplate" name="newhackform">
    8 <fieldset id="changeinfo">
    9 <legend>Register a new Trac Hack</legend>
    10 
    11 <div class="field">
    12   <label for="name">Name of hack:</label>
    13   <br/>
    14   <input id="name" title="Full name of Trac Hack" name="name" type="text" size="32" maxlength="16"/>
    15 </div>
    16 
    17 <div class="field">
    18   <label for="release">Trac release:</label>
    19   <br />
    20   <input type="checkbox" name="stable" checked value="1"/> Stable
    21   <input type="checkbox" name="trunk" value="2"/> Trunk
    22 </div>
    23 
    24 <div class="field">
    25   <label for="type">Type of hack:</label>
    26   <br />
    27   <select id="type" name="type" style="width: 10em;">
    28     <option value="macro">Macro</option>
    29     <option value="script">Script</option>
    30     <option value="patch">Patch</option>
    31     <option value="plugin">Plugin</option>
    32 
    33   </select>
    34 </div>
    35 
    36 <br/>
    37 <div class="field">
    38 <label for="description">Description:</label>
    39 <br/>
    40 <textarea id="description" name="description" cols="72" rows="8" wrap="hard">
    41 </textarea>
    42 </div>
    43 </fieldset>
    44 <div class="buttons">
    45  <input type="submit" name="create" value="Register new Trac Hack" />&nbsp;
    46  <input type="submit" name="cancel" value="Cancel" />
    47 </div>
    48 </form>
    49 }}}