Subversion Repositories wimsdev

Rev

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

  1. !!!readproc lang/names.phtml.$modu_lang
  2. <p>
  3. !if $totalcnt>0
  4.  !if $totalcnt>=$sellist
  5. $name_moddevcnt
  6. !href cmd=reply&jobreq=prop <small>$wims_name_account_property</small>
  7.   <p></p>
  8.   !form reply
  9.   $name_browselist
  10.   <input type=text size=30 name="selectshow" value="$selectshow">
  11.   <input type=submit value="$wims_name_tosave">
  12.     &nbsp;
  13.   !set wims_ref_class=wims_button_help
  14.   !href cmd=help&special_parm=regex $wims_name_help
  15.   </form> <p></p>
  16.  !endif
  17.  $name_clicktitle
  18.  !if $totalcnt>=$maxlist and $existcnt>=$maxlist
  19.  ($name_limited)
  20.  !endif
  21.  $table_header
  22.  $table_hdtr<th>$wims_name_Address</th><th>$wims_name_title</th><th>$wims_name_action</th><th>$wims_name_Description</th>
  23.  </tr>
  24.  !for n in $existing
  25.   !readdef wimshome/public_html/modules/devel/$auth_login/$n/INDEX
  26.   $table_tr<td><small>
  27.   !replace internal ~ by ~ $ in $n $
  28.   !if ~ notin $n
  29.    !href cmd=reply&jobreq=move&original=devel/$auth_login/$n [$name_rename]
  30.   !endif
  31.   </small></td><td>
  32.   !href cmd=reply&jobreq=flist&modreq=$n $title
  33.   <td align="center">
  34.   !set wims_ref_class=wims_button
  35.   !href cmd=reply&jobreq=index&modreq=$n $wims_name_properties
  36. !set wims_ref_class=wims_button
  37.   !href cmd=reply&jobreq=del&modreq=$n $wims_name_erase
  38.   </td><td><small>$description</small></td>
  39.   </tr>
  40.  !next n
  41.  $table_end
  42.  !set wims_menu_items=!append line createnew,1,cmd=reply&jobreq=create\
  43.  restore,1,cmd=reply&jobreq=restore\
  44.  latex2wims,1,cmd=new&module=adm/latex2wims\
  45.  to $wims_menu_items
  46.  !set wims_menu_items=!append line quicktool,1,cmd=new&module=adm/quicktool\
  47.  to $wims_menu_items
  48. !else
  49. $name_nomodule
  50.  !href cmd=reply&jobreq=create $name_create
  51.  $wims_name_or
  52.  !href cmd=reply&jobreq=restore $name_restore
  53. .
  54. !endif
  55.  
  56. !set wims_menu_items=!append line ,0,\
  57. account_property,1,cmd=reply&jobreq=prop\
  58. to $wims_menu_items
  59.  
  60. !reset target target1 target2 target3 target4 selectshow
  61.  
  62.