Subversion Repositories wimsdev

Rev

Rev 8764 | Rev 9810 | 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 createnew,1,cmd=reply&jobreq=create\
  44.  restore,1,cmd=reply&jobreq=restore\
  45.  ,0,\
  46.  createxo,1,module=adm/createxo\
  47.  latex2wims,1,cmd=new&module=adm/latex2wims\
  48.  to $wims_menu_items
  49.  !set wims_menu_items=!append line quicktool,1,cmd=new&module=adm/quicktool\
  50.  to $wims_menu_items
  51.  !set wims_menu_items=!append line coordclick,1,module=adm/tool/coordclick\
  52.  to $wims_menu_items
  53.  !set wims_menu_items=!append line chemtool,1,module=adm/tool/chemtool\
  54.  to $wims_menu_items
  55. !else
  56. $name_nomodule
  57.  !href cmd=reply&jobreq=create $name_create
  58.  $wims_name_or
  59.  !href cmd=reply&jobreq=restore $name_restore
  60. .
  61. !endif
  62.  
  63. !set wims_menu_items=!append line ,0,\
  64. account_property,1,cmd=reply&jobreq=prop\
  65. to $wims_menu_items
  66.  
  67. !reset target target1 target2 target3 target4 selectshow
  68.  
  69.