Subversion Repositories wimsdev

Rev

Rev 14097 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !if $totalcnt>0
  2.   !if $totalcnt>=$sellist
  3.     <p>
  4.       $name_moddevcnt
  5.       !href cmd=reply&jobreq=prop <span class="small">$wims_name_account_property</span>
  6.     </p>
  7.     !form reply
  8.     <label for="selectshow">$name_browselist</label>
  9.     <input id="selectshow" type="text" size="30" name="selectshow" value="$selectshow">
  10.     <input type="submit" value="$wims_name_search">
  11.       $
  12.     !set wims_ref_class=wims_button_help
  13.     !href cmd=help&special_parm=regex $wims_name_help
  14.     !formend
  15.   !endif
  16.   <p>$name_clicktitle.</p>
  17.  
  18.   !reset table_center
  19.   !set table_id=modules_list
  20.   !set table_class=sortable
  21.   $table_header
  22.   <caption>
  23.     $name_modname
  24.     !if $totalcnt>=$maxlist and $existcnt>=$maxlist
  25.       <div class="small">($name_limited)</div>
  26.     !endif
  27.   </caption>
  28.   <thead>$table_hdtr
  29.     <th scope="col">$wims_name_Address</th><th scope="col">$wims_name_title</th>
  30.     <th scope="col">$wims_name_action</th><th scope="col">$wims_name_Description</th>
  31.   </tr></thead>
  32.   <tbody>
  33.   !for n in $existing
  34.     !readdef wimshome/public_html/modules/devel/$auth_login/$n/INDEX
  35.     $table_tr<td class="wims_fname nowrap">
  36.     !! !replace internal ~ by ~ $ in $n $
  37.     !href cmd=reply&jobreq=flist&modreq=$n $n
  38.     !if ~ notin $n
  39.       !set wims_ref_class=wims_button
  40.       !href cmd=reply&jobreq=move&original=devel/$auth_login/$n $name_rename
  41.     !endif
  42.     </td><td>
  43.     !href cmd=reply&jobreq=flist&modreq=$n $title
  44.     </td><td class="wimscenter">
  45.     !set wims_ref_class=wims_button
  46.     !href cmd=reply&jobreq=index&modreq=$n $wims_name_properties
  47.     !set wims_ref_class=wims_button wims_warning
  48.     !href cmd=reply&jobreq=del&modreq=$n $wims_name_erase
  49.     </td><td class="wims_mod_desc">$description</td>
  50.     </tr>
  51.   !next n
  52.   </tbody>
  53.   $table_end
  54.   !read tablesort.phtml
  55.  
  56.   !set wims_menu_items=!append line itemsep,0,$wims_name_navigation\
  57.   createnew,1,cmd=reply&jobreq=create\
  58.   restore,1,cmd=reply&jobreq=restore\
  59.   to $wims_menu_items
  60.   !read themes/_procs/othermethods.proc
  61.   !read themes/_procs/othertools.proc
  62. !else
  63.   $name_nomodule
  64.   !href cmd=reply&jobreq=create $name_create
  65.   $wims_name_or
  66.   !href cmd=reply&jobreq=restore $name_restore
  67.   .
  68. !endif
  69. !if $wims_theme=default
  70.   !!drownbox now
  71.   !set wims_menu_items=!append line itemsep,0,\
  72.   account_property,1,cmd=reply&jobreq=prop\
  73.   to $wims_menu_items
  74. !endif
  75.  
  76. !reset target target1 target2 target3 target4 selectshow
  77.