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