Subversion Repositories wimsdev

Rev

Rev 12498 | Rev 14091 | 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.  
  20.   !set table_id=modules_list
  21.   !set table_class=sortable
  22.   $table_header
  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>
  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
  46.   </tbody>
  47.   $table_end
  48.   !read tablesort.phtml
  49.  
  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
  56. !else
  57.   $name_nomodule
  58.   !href cmd=reply&jobreq=create $name_create
  59.   $wims_name_or
  60.   !href cmd=reply&jobreq=restore $name_restore
  61.   .
  62. !endif
  63. !if $wims_theme=default
  64.   !!drownbox now
  65.   !set wims_menu_items=!append line itemsep,0,\
  66.   account_property,1,cmd=reply&jobreq=prop\
  67.   to $wims_menu_items
  68. !endif
  69.  
  70. !reset target target1 target2 target3 target4 selectshow
  71.