Rev 18361 | 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"> |
||
15584 | bpr | 4 | <legend>$wims_name_properties</legend> |
12640 | obado | 5 | <div class="field box"> |
6 | <label for="title">$wims_name_title</label> |
||
17180 | bpr | 7 | <input size="50" name="title" value="$ti" id="title" required="required" class="noicon"> |
12640 | obado | 8 | </div> |
9 | <div class="field box"> |
||
12825 | bpr | 10 | <label for="desc">$wims_name_Description</label> |
17180 | bpr | 11 | <input size="50" name="desc" value="$di" id="desc"> |
12640 | obado | 12 | </div> |
12760 | bpr | 13 | <div class="field box"> |
14 | !set n_=!recordcnt wimshome/log/classes/$wims_class/tool/.glossary$gl |
||
15 | !set table_id=gloss_list |
||
16 | !set table_class=sortable |
||
17 | $table_header |
||
18 | <thead> |
||
19 | $table_hdtr |
||
20 | <th>$wims_name_title</th><th>$wims_name_action</th><th>file</th> |
||
21 | </tr> |
||
22 | </thead> |
||
23 | <tbody> |
||
24 | !for j=1 to $n_ |
||
25 | !set c_=!record $j of wimshome/log/classes/$wims_class/tool/.glossary$gl |
||
26 | !distribute line $c_ into di_,ti_, |
||
27 | $table_tr |
||
18604 | gmarbeuf | 28 | <td><input size="30" name="title$j" value="$ti_" id="title$j" required="required" class="noicon"></td> |
12760 | bpr | 29 | <td> |
18306 | bpr | 30 | !if $j=$n_ |
31 | !formcheckbox delete$j list 1 prompt $wims_name_erase |
||
32 | !endif |
||
12760 | bpr | 33 | </td> |
18604 | gmarbeuf | 34 | <td><input size="50" name="adress$j" value="$di_" id="adress$j" required="required" class="noicon"></td> |
12760 | bpr | 35 | </tr> |
36 | !next |
||
37 | </tbody> |
||
38 | $table_end |
||
39 | !read tablesort.phtml |
||
17180 | bpr | 40 | <div class="wimscenter wimsform"><input type="submit" value="$wims_name_send"></div> |
12760 | bpr | 41 | </div> |
17180 | bpr | 42 | <input type="hidden" name="job" value="mod"> |
12569 | bpr | 43 | </fieldset> |
15584 | bpr | 44 | <div class="wims_msg help"> |
45 | $name_helpglo |
||
46 | </div> |
||
12569 | bpr | 47 | !formend |
48 | !endif |
||
49 | |||
50 | !if $cmd=reply |
||
51 | $name_endmod. |
||
12595 | bpr | 52 | !set wims_menu_items=!append line glossarycheck,1,module=adm/tool/glossary&gl=$gl\ |
12569 | bpr | 53 | to $wims_menu_items |
54 | !endif |