Rev 12706 | Rev 14097 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12706 | Rev 14091 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !if $totalcnt>0 |
1 | !if $totalcnt>0 |
2 | !if $totalcnt>=$sellist |
2 | !if $totalcnt>=$sellist |
- | 3 | <p> |
|
3 | $name_moddevcnt |
4 | $name_moddevcnt |
4 | !href cmd=reply&jobreq=prop <span class="small">$wims_name_account_property</span> |
5 | !href cmd=reply&jobreq=prop <span class="small">$wims_name_account_property</span> |
- | 6 | </p> |
|
5 | !form reply |
7 | !form reply |
6 | <label for="selectshow">$name_browselist</label> |
8 | <label for="selectshow">$name_browselist</label> |
7 | <input id="selectshow" type="text" size="30" name="selectshow" value="$selectshow" /> |
9 | <input id="selectshow" type="text" size="30" name="selectshow" value="$selectshow" /> |
8 | <input type="submit" value="$wims_name_search" /> |
10 | <input type="submit" value="$wims_name_search" /> |
9 | $ |
11 | $ |
10 | !set wims_ref_class=wims_button_help |
12 | !set wims_ref_class=wims_button_help |
11 | !href cmd=help&special_parm=regex $wims_name_help |
13 | !href cmd=help&special_parm=regex $wims_name_help |
12 | !formend |
14 | !formend |
13 | !endif |
15 | !endif |
14 | $name_clicktitle |
16 | <p>$name_clicktitle.</p> |
15 | !if $totalcnt>=$maxlist and $existcnt>=$maxlist |
- | |
16 | ($name_limited). |
- | |
17 | !endif |
- | |
18 | !reset table_center |
17 | !reset table_center |
19 | 18 | ||
20 | !set table_id=modules_list |
19 | !set table_id=modules_list |
21 | !set table_class=sortable |
20 | !set table_class=sortable |
22 | $table_header |
21 | $table_header |
- | 22 | <caption> |
|
- | 23 | $name_modname |
|
- | 24 | !if $totalcnt>=$maxlist and $existcnt>=$maxlist |
|
- | 25 | <div class="small">($name_limited)</div> |
|
- | 26 | !endif |
|
- | 27 | </caption> |
|
23 | <thead>$table_hdtr |
28 | <thead>$table_hdtr |
24 | <th scope="col">$wims_name_Address</th><th scope="col">$wims_name_title</th><th scope="col">$wims_name_action</th><th scope="col">$wims_name_Description</th> |
29 | <th scope="col">$wims_name_Address</th><th scope="col">$wims_name_title</th><th scope="col">$wims_name_action</th><th scope="col">$wims_name_Description</th> |
25 | </tr></thead> |
30 | </tr></thead> |
26 | <tbody> |
31 | <tbody> |
27 | !for n in $existing |
32 | !for n in $existing |
28 | !readdef wimshome/public_html/modules/devel/$auth_login/$n/INDEX |
33 | !readdef wimshome/public_html/modules/devel/$auth_login/$n/INDEX |
29 | $table_tr<td class="wims_fname nowrap"> |
34 | $table_tr<td class="wims_fname nowrap"> |
30 | !! !replace internal ~ by ~ $ in $n $ |
35 | !! !replace internal ~ by ~ $ in $n $ |
31 | $n |
36 | !href cmd=reply&jobreq=flist&modreq=$n $n |
32 | !if ~ notin $n |
37 | !if ~ notin $n |
33 | !set wims_ref_class=wims_button |
38 | !set wims_ref_class=wims_button |
34 | !href cmd=reply&jobreq=move&original=devel/$auth_login/$n $name_rename |
39 | !href cmd=reply&jobreq=move&original=devel/$auth_login/$n $name_rename |
35 | !endif |
40 | !endif |
36 | </td><td> |
41 | </td><td> |