Subversion Repositories wimsdev

Rev

Rev 12706 | Rev 14097 | Go to most recent revision | 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.   !reset table_center
  18.  
  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><th scope="col">$wims_name_action</th><th scope="col">$wims_name_Description</th>
  30.   </tr></thead>
  31.   <tbody>
  32.   !for n in $existing
  33.     !readdef wimshome/public_html/modules/devel/$auth_login/$n/INDEX
  34.     $table_tr<td class="wims_fname nowrap">
  35.     !! !replace internal ~ by ~ $ in $n $
  36.     !href cmd=reply&jobreq=flist&modreq=$n $n
  37.     !if ~ notin $n
  38.       !set wims_ref_class=wims_button
  39.       !href cmd=reply&jobreq=move&original=devel/$auth_login/$n $name_rename
  40.     !endif
  41.     </td><td>
  42.     !href cmd=reply&jobreq=flist&modreq=$n $title
  43.     </td><td class="wimscenter">
  44.     !set wims_ref_class=wims_button
  45.     !href cmd=reply&jobreq=index&modreq=$n $wims_name_properties
  46.     !set wims_ref_class=wims_button wims_warning
  47.     !href cmd=reply&jobreq=del&modreq=$n $wims_name_erase
  48.     </td><td class="wims_mod_desc">$description</td>
  49.     </tr>
  50.   !next n
  51.   </tbody>
  52.   $table_end
  53.   !read tablesort.phtml
  54.  
  55.   !set wims_menu_items=!append line itemsep,0,$wims_name_navigation\
  56.   createnew,1,cmd=reply&jobreq=create\
  57.   restore,1,cmd=reply&jobreq=restore\
  58.   to $wims_menu_items
  59.   !read themes/_procs/othermethods.proc
  60.   !read themes/_procs/othertools.proc
  61. !else
  62.   $name_nomodule
  63.   !href cmd=reply&jobreq=create $name_create
  64.   $wims_name_or
  65.   !href cmd=reply&jobreq=restore $name_restore
  66.   .
  67. !endif
  68. !if $wims_theme=default
  69.   !!drownbox now
  70.   !set wims_menu_items=!append line itemsep,0,\
  71.   account_property,1,cmd=reply&jobreq=prop\
  72.   to $wims_menu_items
  73. !endif
  74.  
  75. !reset target target1 target2 target3 target4 selectshow
  76.