Subversion Repositories wimsdev

Rev

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

  1. !if yes isin $sectest
  2.  <p>
  3.  <span class="wims_warning">$wims_name_warning!</span> $name_warning
  4.  </p>
  5. !endif
  6.  
  7. $name_online<ul>
  8. <li>$name_configuration:
  9. !set catcnt=!recordcnt lang/cat.$modu_lang
  10. !for i=1 to $catcnt
  11.  !set l=!record $i of lang/cat.$modu_lang
  12.  !distribute lines $l into x_,y_
  13.  !distribute lines $l into x_$i,y_$i
  14.  !if $i notwordof 5 11
  15.  !href cmd=reply&job=conf&confcat=$i $y_
  16. &nbsp;&nbsp;
  17. !endif
  18. !next i
  19. !set cat1cnt=!recordcnt lang/cat1.$modu_lang
  20. !for i=1 to $cat1cnt
  21.  !set l=!record $i of lang/cat1.$modu_lang
  22.  !distribute lines $l into x1_$i,y1_$i
  23. !next i
  24.  
  25. </li><li>$name_checklist:
  26. !href cmd=reply&job=conf&confcat=5#check $(y_5)
  27. &nbsp;&nbsp;
  28. !href cmd=reply&job=conf&confcat=11#check $(y_11)
  29. &nbsp;&nbsp;
  30. !href cmd=reply&job=attrib $(y1_1)
  31.  
  32. </li><li>$name_checkmaintain
  33. !href cmd=reply&job=class&job2=first $(y_2)
  34. &nbsp;&nbsp;
  35. !href module=adm/doc $(y_3)
  36. &nbsp;&nbsp;
  37. !href cmd=reply&job=activ $(y1_2)
  38. &nbsp;&nbsp;
  39. !href cmd=reply&job=sendmail $(y1_11)
  40.  
  41. </li><li>$name_createmaintain
  42. !href cmd=reply&job=developer&job2=first $(y1_3)
  43.  ($wims_name_modtool)
  44. </li><li>
  45. !href cmd=reply&job=modules&job2=first  $(y1_4)
  46. &nbsp;&nbsp;
  47. !href cmd=reply&job=mkindex $(y1_5)
  48.  ($name_mkindex)
  49. </li><li>
  50. !href cmd=reply&job=backup&job2=first $(y1_6)
  51. &nbsp;&nbsp;
  52. !href cmd=reply&job=upload $(y1_7)
  53. &nbsp;&nbsp;
  54. !href cmd=reply&job=update&job2=first $(y1_8)
  55. &nbsp;&nbsp;
  56. !href cmd=reply&job=otherdownload $(y1_9)
  57. &nbsp;&nbsp;
  58. !href cmd=reply&job=fs&job2= $(y1_10)
  59.  
  60. </li>
  61. </ul>
  62.  
  63. !reset fsdir
  64.