Rev 14091 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14091 | Rev 14097 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | !set wims_ref_class=wims_button_help |
12 | !set wims_ref_class=wims_button_help |
13 | !href cmd=help&special_parm=regex $wims_name_help |
13 | !href cmd=help&special_parm=regex $wims_name_help |
14 | !formend |
14 | !formend |
15 | !endif |
15 | !endif |
16 | <p>$name_clicktitle.</p> |
16 | <p>$name_clicktitle.</p> |
17 | !reset table_center |
- | |
18 | 17 | ||
- | 18 | !reset table_center |
|
19 | !set table_id=modules_list |
19 | !set table_id=modules_list |
20 | !set table_class=sortable |
20 | !set table_class=sortable |
21 | $table_header |
21 | $table_header |
22 | <caption> |
22 | <caption> |
23 | $name_modname |
23 | $name_modname |
24 | !if $totalcnt>=$maxlist and $existcnt>=$maxlist |
24 | !if $totalcnt>=$maxlist and $existcnt>=$maxlist |
25 | <div class="small">($name_limited)</div> |
25 | <div class="small">($name_limited)</div> |
26 | !endif |
26 | !endif |
27 | </caption> |
27 | </caption> |
28 | <thead>$table_hdtr |
28 | <thead>$table_hdtr |
- | 29 | <th scope="col">$wims_name_Address</th><th scope="col">$wims_name_title</th> |
|
29 |
|
30 | <th scope="col">$wims_name_action</th><th scope="col">$wims_name_Description</th> |
30 | </tr></thead> |
31 | </tr></thead> |
31 | <tbody> |
32 | <tbody> |
32 | !for n in $existing |
33 | !for n in $existing |
33 | !readdef wimshome/public_html/modules/devel/$auth_login/$n/INDEX |
34 | !readdef wimshome/public_html/modules/devel/$auth_login/$n/INDEX |
34 | $table_tr<td class="wims_fname nowrap"> |
35 | $table_tr<td class="wims_fname nowrap"> |