Rev 11170 | Rev 12706 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11170 | Rev 12498 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | - | ||
2 | !if $totalcnt>0 |
1 | !if $totalcnt>0 |
3 | !if $totalcnt>=$sellist |
2 | !if $totalcnt>=$sellist |
4 | $name_moddevcnt |
3 | $name_moddevcnt |
5 | !href cmd=reply&jobreq=prop <span class="small">$wims_name_account_property</span> |
4 | !href cmd=reply&jobreq=prop <span class="small">$wims_name_account_property</span> |
6 | !form reply |
5 | !form reply |
7 | <label for="selectshow">$name_browselist</label> |
6 | <label for="selectshow">$name_browselist</label> |
8 | <input id="selectshow" type="text" size="30" name="selectshow" value="$selectshow" /> |
7 | <input id="selectshow" type="text" size="30" name="selectshow" value="$selectshow" /> |
9 | <input type="submit" value="$wims_name_search" /> |
8 | <input type="submit" value="$wims_name_search" /> |
10 | $ |
9 | $ |
11 | !set wims_ref_class=wims_button_help |
10 | !set wims_ref_class=wims_button_help |
12 | !href cmd=help&special_parm=regex $wims_name_help |
11 | !href cmd=help&special_parm=regex $wims_name_help |
13 | !formend |
12 | !formend |
14 | !endif |
- | |
15 | $name_clicktitle |
- | |
16 | !if $totalcnt>=$maxlist and $existcnt>=$maxlist |
- | |
17 | ($name_limited). |
- | |
18 | !endif |
- | |
19 | !reset table_center |
- | |
20 | $table_header |
- | |
21 | $table_hdtr<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> |
- | |
22 | </tr> |
- | |
23 | !for n in $existing |
- | |
24 | !readdef wimshome/public_html/modules/devel/$auth_login/$n/INDEX |
- | |
25 | $table_tr<td class="wims_fname nowrap"> |
- | |
26 | !! !replace internal ~ by ~ $ in $n $ |
- | |
27 | $n |
- | |
28 | !if ~ notin $n |
- | |
29 | !set wims_ref_class=wims_button |
- | |
30 | !href cmd=reply&jobreq=move&original=devel/$auth_login/$n $name_rename |
- | |
31 | !endif |
13 | !endif |
32 |
|
14 | $name_clicktitle |
33 | ! |
15 | !if $totalcnt>=$maxlist and $existcnt>=$maxlist |
34 |
|
16 | ($name_limited). |
35 | ! |
17 | !endif |
36 | !href cmd=reply&jobreq=index&modreq=$n $wims_name_properties |
- | |
37 |
|
18 | !reset table_center |
38 |
|
19 | $table_header |
39 |
|
20 | $table_hdtr<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> |
40 | </tr> |
21 | </tr> |
- | 22 | !for n in $existing |
|
- | 23 | !readdef wimshome/public_html/modules/devel/$auth_login/$n/INDEX |
|
- | 24 | $table_tr<td class="wims_fname nowrap"> |
|
- | 25 | !! !replace internal ~ by ~ $ in $n $ |
|
- | 26 | $n |
|
- | 27 | !if ~ notin $n |
|
- | 28 | !set wims_ref_class=wims_button |
|
- | 29 | !href cmd=reply&jobreq=move&original=devel/$auth_login/$n $name_rename |
|
- | 30 | !endif |
|
- | 31 | </td><td> |
|
- | 32 | !href cmd=reply&jobreq=flist&modreq=$n $title |
|
- | 33 | </td><td class="wimscenter"> |
|
- | 34 | !set wims_ref_class=wims_button |
|
- | 35 | !href cmd=reply&jobreq=index&modreq=$n $wims_name_properties |
|
- | 36 | !set wims_ref_class=wims_button wims_warning |
|
- | 37 | !href cmd=reply&jobreq=del&modreq=$n $wims_name_erase |
|
- | 38 | </td><td class="wims_mod_desc">$description</td> |
|
- | 39 | </tr> |
|
41 | !next n |
40 | !next n |
42 | $table_end |
41 | $table_end |
43 | !set wims_menu_items=!append line itemsep,0,$wims_name_navigation\ |
42 | !set wims_menu_items=!append line itemsep,0,$wims_name_navigation\ |
44 | createnew,1,cmd=reply&jobreq=create\ |
43 | createnew,1,cmd=reply&jobreq=create\ |
45 | restore,1,cmd=reply&jobreq=restore\ |
44 | restore,1,cmd=reply&jobreq=restore\ |
46 | to $wims_menu_items |
45 | to $wims_menu_items |
47 | !read themes/_procs/othermethods.proc |
46 | !read themes/_procs/othermethods.proc |
48 | !read themes/_procs/othertools.proc |
47 | !read themes/_procs/othertools.proc |
49 | !else |
48 | !else |
50 | $name_nomodule |
49 | $name_nomodule |
51 | !href cmd=reply&jobreq=create $name_create |
50 | !href cmd=reply&jobreq=create $name_create |
52 | $wims_name_or |
51 | $wims_name_or |
53 | !href cmd=reply&jobreq=restore $name_restore |
52 | !href cmd=reply&jobreq=restore $name_restore |
54 | . |
53 | . |
55 | !endif |
54 | !endif |
56 | !if $wims_theme=default |
55 | !if $wims_theme=default |
57 | !!drownbox now |
56 | !!drownbox now |
58 | !set wims_menu_items=!append line itemsep,0,\ |
57 | !set wims_menu_items=!append line itemsep,0,\ |
59 | account_property,1,cmd=reply&jobreq=prop\ |
58 | account_property,1,cmd=reply&jobreq=prop\ |
60 | to $wims_menu_items |
59 | to $wims_menu_items |
61 | !endif |
60 | !endif |
62 | 61 | ||
63 | !reset target target1 target2 target3 target4 selectshow |
62 | !reset target target1 target2 target3 target4 selectshow |