Rev 5869 | Rev 5926 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5869 | Rev 5917 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | !set iniparm1=!replace internal & by $ $ in $iniparm |
21 | !set iniparm1=!replace internal & by $ $ in $iniparm |
22 | !set block=!getopt block in $iniparm1 |
22 | !set block=!getopt block in $iniparm1 |
23 | $table_header |
23 | $table_header |
24 | $table_tr |
24 | $table_tr |
25 | <th>$wims_name_title</th><td colspan="2"> <input size="50" name="title" value="$title"/></td> |
25 | <th>$wims_name_title</th><td colspan="2"> <input size="50" name="title" value="$title"/></td> |
26 | $table_tr |
26 | $table_tr<th>$wims_name_Status</th> |
27 | <td> |
27 | <td> |
28 | !formselect status list 0,1 prompt $wims_name_status |
28 | !formselect status list 0,1 prompt $wims_name_status |
29 | <input type="hidden" name="job" value="$job"/> |
29 | <input type="hidden" name="job" value="$job"/> |
30 | !if $doc>0 |
30 | !if $doc>0 |
31 | !formcheckbox update list 0 prompt $wims_name_erase |
31 | !formcheckbox update list 0 prompt $wims_name_erase |