Rev 12595 | Rev 12760 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12569 | bpr | 1 | !if $cmd=new or $cmd=resume |
2 | !form reply |
||
3 | <fieldset class="property_fields halfwidth blockcenter"> |
||
12640 | obado | 4 | <legend>$wims_name_properties $wims_name_Glossary $d</legend> |
5 | <div class="field box"> |
||
6 | <label for="title">$wims_name_title</label> |
||
7 | <input size="50" name="title" value="$ti" id="title" required="required" class="noicon"/> |
||
8 | </div> |
||
9 | <div class="field box"> |
||
10 | !set n_=!recordcnt wimshome/log/classes/$wims_class/tool/.glossary$gl |
||
11 | !set table_id=gloss_list |
||
12 | !set table_class=sortable |
||
13 | $table_header |
||
14 | <thead> |
||
15 | $table_hdtr |
||
16 | <th>$wims_name_title</th><th>$wims_name_action</th><th>file</th> |
||
17 | </tr> |
||
18 | </thead> |
||
19 | <tbody> |
||
20 | !for j=1 to $n_ |
||
21 | !set c_=!record $j of wimshome/log/classes/$wims_class/tool/.glossary$gl |
||
22 | !distribute line $c_ into di_,ti_, |
||
23 | $table_tr |
||
24 | <td><input size="20" name="title$j" value="$ti_" id="title" required="required" class="noicon"/></td> |
||
25 | <td> |
||
26 | !formcheckbox delete$j list 1 prompt $wims_name_erase |
||
27 | </td> |
||
28 | <td>$di_</td> |
||
29 | </tr> |
||
30 | !next |
||
31 | </tbody> |
||
32 | $table_end |
||
33 | !read tablesort.phtml |
||
34 | <div class="wimscenter wimsform"><input type="submit" value="$wims_name_send" /></div> |
||
35 | </div> |
||
36 | <input type="hidden" name="job" value="mod" /> |
||
12569 | bpr | 37 | </fieldset> |
38 | !formend |
||
39 | |||
40 | !endif |
||
41 | |||
42 | !if $cmd=reply |
||
43 | $name_endmod. |
||
12595 | bpr | 44 | !set wims_menu_items=!append line glossarycheck,1,module=adm/tool/glossary&gl=$gl\ |
12569 | bpr | 45 | to $wims_menu_items |
46 | !endif |