Rev 15987 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15987 | Rev 16156 | ||
---|---|---|---|
Line 17... | Line 17... | ||
17 | $ |
17 | $ |
18 | <label for="seq_desc"> $wims_name_Description</label>: <input id="seq_desc" name="seq_desc" size="20" value="$(data[2;])" /> |
18 | <label for="seq_desc"> $wims_name_Description</label>: <input id="seq_desc" name="seq_desc" size="20" value="$(data[2;])" /> |
19 | $ |
19 | $ |
20 | <label for="visible">$wims_name_Status</label>: |
20 | <label for="visible">$wims_name_Status</label>: |
21 | !set visible=$(data[4;]) |
21 | !set visible=$(data[4;]) |
22 | !formselect visible list 0,1 prompt |
22 | !formselect visible list 0,1 prompt $wims_name_shstatus[0..1] |
23 | $table_header |
23 | $table_header |
24 | <caption>$wims_name_Docs, $wims_name_Votes & $C_A</caption> |
24 | <caption>$wims_name_Docs, $wims_name_Votes & $C_A</caption> |
25 | 25 | ||
26 | $table_hdtr<th scope="col">$wims_name_title</th> |
26 | $table_hdtr<th scope="col">$wims_name_title</th> |
27 | <th scope="col">$wims_name_Status</th> |
27 | <th scope="col">$wims_name_Status</th> |