Subversion Repositories wimsdev

Rev

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

  1.  
  2. !if $totalcnt>0
  3.  !if $totalcnt>=$sellist
  4. $name_moddevcnt
  5. !href cmd=reply&jobreq=prop <span class="small">$wims_name_account_property</span>
  6.   !form reply
  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" />
  10.     &nbsp;
  11.   !set wims_ref_class=wims_button_help
  12.   !href cmd=help&special_parm=regex $wims_name_help
  13.   !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>$wims_name_Address</th><th>$wims_name_title</th><th>$wims_name_action</th><th>$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
  32.   </td><td>
  33.   !href cmd=reply&jobreq=flist&modreq=$n $title
  34.   </td><td class="wimscenter">
  35.   !set wims_ref_class=wims_button
  36.   !href cmd=reply&jobreq=index&modreq=$n $wims_name_properties
  37. !set wims_ref_class=wims_button wims_warning
  38.   !href cmd=reply&jobreq=del&modreq=$n $wims_name_erase
  39.   </td><td class="wims_mod_desc">$description</td>
  40.   </tr>
  41.  !next n
  42.  $table_end
  43.  !set wims_menu_items=!append line itemsep,0,$wims_name_navigation\
  44.  createnew,1,cmd=reply&jobreq=create\
  45.  restore,1,cmd=reply&jobreq=restore\
  46. to $wims_menu_items
  47.  
  48.  !read themes/_procs/othermethods.proc
  49.  !read themes/_procs/othertools.proc
  50.  
  51. !else
  52. $name_nomodule
  53.  !href cmd=reply&jobreq=create $name_create
  54.  $wims_name_or
  55.  !href cmd=reply&jobreq=restore $name_restore
  56. .
  57. !endif
  58.  
  59. !set wims_menu_items=!append line itemsep,0,\
  60. account_property,1,cmd=reply&jobreq=prop\
  61. to $wims_menu_items
  62.  
  63. !reset target target1 target2 target3 target4 selectshow
  64.