Subversion Repositories wimsdev

Rev

Rev 2523 | Rev 3049 | 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.  $table_header
  16.  <caption>$name_clicktitle
  17.  !if $totalcnt>=$maxlist and $existcnt>=$maxlist
  18.   <br>($name_limited)
  19.  !endif
  20.  </caption>
  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><small>
  26.   !replace internal ~ by ~ $ in $n $
  27.   !if ~ notin $n
  28.    !href cmd=reply&jobreq=move&original=devel/$auth_login/$n [$name_rename]
  29.   !endif
  30.   </small></td><td>
  31.   !href cmd=reply&jobreq=flist&modreq=$n $title
  32.   <td align=center><small>
  33.   !href cmd=reply&jobreq=index&modreq=$n $wims_name_properties
  34.  
  35.   !href cmd=reply&jobreq=del&modreq=$n $wims_name_erase
  36.   </small></td><td><small>$description</small></td>
  37.   </tr>
  38.  !next n
  39.  $table_end
  40.  !set wims_menu_items=!append line createnew,1,cmd=reply&jobreq=create\
  41.  restore,1,cmd=reply&jobreq=restore\
  42.  latex2wims,1,cmd=new&module=adm/latex2wims\
  43.  to $wims_menu_items
  44.  !set wims_menu_items=!append line quicktool,1,cmd=new&module=adm/quicktool\
  45.  to $wims_menu_items
  46. !else
  47. $name_nomodule
  48.  !href cmd=reply&jobreq=create $name_create
  49.  $wims_name_or
  50.  !href cmd=reply&jobreq=restore $name_restore
  51. .
  52. !endif
  53.  
  54. !set wims_menu_items=!append line ,0,\
  55. account_property,1,cmd=reply&jobreq=prop\
  56. to $wims_menu_items
  57.  
  58. !reset target target1 target2 target3 target4 selectshow
  59.  
  60.