Subversion Repositories wimsdev

Rev

Rev 11170 | Rev 12706 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !if $totalcnt>0
  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
  13.   !endif
  14.   $name_clicktitle
  15.   !if $totalcnt>=$maxlist and $existcnt>=$maxlist
  16.     ($name_limited).
  17.   !endif
  18.   !reset table_center
  19.   $table_header
  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>
  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>
  40.   !next n
  41.   $table_end
  42.   !set wims_menu_items=!append line itemsep,0,$wims_name_navigation\
  43.   createnew,1,cmd=reply&jobreq=create\
  44.   restore,1,cmd=reply&jobreq=restore\
  45.   to $wims_menu_items
  46.   !read themes/_procs/othermethods.proc
  47.   !read themes/_procs/othertools.proc
  48. !else
  49.   $name_nomodule
  50.   !href cmd=reply&jobreq=create $name_create
  51.   $wims_name_or
  52.   !href cmd=reply&jobreq=restore $name_restore
  53.   .
  54. !endif
  55. !if $wims_theme=default
  56.   !!drownbox now
  57.   !set wims_menu_items=!append line itemsep,0,\
  58.   account_property,1,cmd=reply&jobreq=prop\
  59.   to $wims_menu_items
  60. !endif
  61.  
  62. !reset target target1 target2 target3 target4 selectshow
  63.