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