Subversion Repositories wimsdev

Rev

Rev 3039 | Rev 3070 | 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>
  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.   !href cmd=help&special_parm=regex <sup>$wims_name_help</sup>
  13.   </form> <p>
  14.  !endif
  15.  $name_clicktitle
  16.  !if $totalcnt>=$maxlist and $existcnt>=$maxlist
  17.  ($name_limited)
  18.  !endif
  19.  $table_header
  20.  $table_hdtr<th>$wims_name_Address</th><th>$wims_name_title</th><th>$wims_name_action</th><th>$wims_name_Description</th>
  21.  </tr>
  22.  !for n in $existing
  23.   !readdef wimshome/public_html/modules/devel/$auth_login/$n/INDEX
  24.   $table_tr<td><small>
  25.   !replace internal ~ by ~ $ in $n $
  26.   !if ~ notin $n
  27.    !href cmd=reply&jobreq=move&original=devel/$auth_login/$n [$name_rename]
  28.   !endif
  29.   </small></td><td>
  30.   !href cmd=reply&jobreq=flist&modreq=$n $title
  31.   <td align="center"><small>
  32.   !href cmd=reply&jobreq=index&modreq=$n $wims_name_properties
  33.  
  34.   !href cmd=reply&jobreq=del&modreq=$n $wims_name_erase
  35.   </small></td><td><small>$description</small></td>
  36.   </tr>
  37.  !next n
  38.  $table_end
  39.  !set wims_menu_items=!append line createnew,1,cmd=reply&jobreq=create\
  40.  restore,1,cmd=reply&jobreq=restore\
  41.  latex2wims,1,cmd=new&module=adm/latex2wims\
  42.  to $wims_menu_items
  43.  !set wims_menu_items=!append line quicktool,1,cmd=new&module=adm/quicktool\
  44.  to $wims_menu_items
  45. !else
  46. $name_nomodule
  47.  !href cmd=reply&jobreq=create $name_create
  48.  $wims_name_or
  49.  !href cmd=reply&jobreq=restore $name_restore
  50. .
  51. !endif
  52.  
  53. !set wims_menu_items=!append line ,0,\
  54. account_property,1,cmd=reply&jobreq=prop\
  55. to $wims_menu_items
  56.  
  57. !reset target target1 target2 target3 target4 selectshow
  58.  
  59.