Rev 18361 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18361 | Rev 18604 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | <tbody> |
23 | <tbody> |
24 | !for j=1 to $n_ |
24 | !for j=1 to $n_ |
25 | !set c_=!record $j of wimshome/log/classes/$wims_class/tool/.glossary$gl |
25 | !set c_=!record $j of wimshome/log/classes/$wims_class/tool/.glossary$gl |
26 | !distribute line $c_ into di_,ti_, |
26 | !distribute line $c_ into di_,ti_, |
27 | $table_tr |
27 | $table_tr |
28 | <td><input size=" |
28 | <td><input size="30" name="title$j" value="$ti_" id="title$j" required="required" class="noicon"></td> |
29 | <td> |
29 | <td> |
30 | !if $j=$n_ |
30 | !if $j=$n_ |
31 | !formcheckbox delete$j list 1 prompt $wims_name_erase |
31 | !formcheckbox delete$j list 1 prompt $wims_name_erase |
32 | !endif |
32 | !endif |
33 | </td> |
33 | </td> |
34 | <td><input size=" |
34 | <td><input size="50" name="adress$j" value="$di_" id="adress$j" required="required" class="noicon"></td> |
35 | </tr> |
35 | </tr> |
36 | !next |
36 | !next |
37 | </tbody> |
37 | </tbody> |
38 | $table_end |
38 | $table_end |
39 | !read tablesort.phtml |
39 | !read tablesort.phtml |