Subversion Repositories wimsdev

Rev

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

  1. !read lang/update.phtml.$modu_lang
  2.  
  3. !read adm/title.phtml 3\
  4. \
  5. $title
  6.  
  7. !if $error!=$empty
  8.  !if $error=no_script
  9.  $name_sorry
  10.  !endif
  11.  
  12.  !goto end
  13. !endif
  14.  
  15. !if true iswordof $testing
  16. <span class="wims_warning">$name_test</span>
  17. <p>
  18. !endif
  19.  
  20. !if $lockcheck != $empty
  21.  $name_warning
  22. <pre>
  23.  !sh cat ../log/update.log
  24.  </pre>
  25.  <a id="updateend"></a>
  26.  !href cmd=resume#updateend $wims_name_refresh
  27. .
  28.  !goto end
  29. !endif
  30.  
  31. !if $job2=check
  32.  $name_summary
  33.  <pre>
  34.  !sh cat ../log/update.log
  35.  </pre>
  36.  !goto check
  37. !endif
  38.  
  39. !if $job2=check2
  40.  $name_detailed
  41.  <pre>
  42.  !mexec scripts/cat_update2.sh
  43.  </pre>
  44.  !goto check
  45. !endif
  46.  
  47. !if $pubversion=$empty
  48.  $name_sorry2
  49.  !goto end
  50. !endif
  51.  
  52. $name_version
  53.  
  54. !if $pubversion=$wims_version
  55.  $name_mostrecent
  56.  !goto check
  57. !endif
  58.  
  59. $name_mostrecent2 $pubversion.
  60. !if $recentversion<$thisversion
  61. $name_morerecent
  62.  !goto check
  63. !endif
  64.  
  65. <p>
  66. !href cmd=reply&job=update&job2=confirm $name_click
  67.  !read lang/update.phtml.$modu_lang update
  68. :check
  69. !if $logcheck!=$empty
  70. <p>
  71.  $name_output:
  72.  !href cmd=resume&job2=check $name_summary
  73. ,
  74.  !href cmd=resume&job2=check2 $wims_name_detail
  75. .
  76. !endif
  77. :end
  78. !reset job2
  79.  
  80.