Subversion Repositories wimsdev

Rev

Rev 5894 | 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. <p>
  17. <span class="wims_warning">$name_test</span>
  18. </p>
  19. !endif
  20.  
  21. !if $lockcheck != $empty
  22.  $name_warning
  23. <pre>
  24.  !sh cat ../log/update.log
  25.  </pre>
  26.  <a id="updateend"></a>
  27.  !href cmd=resume#updateend $wims_name_refresh
  28. .
  29.  !goto end
  30. !endif
  31.  
  32. !if $job2=check
  33.  $name_summary
  34.  <pre>
  35.  !sh cat ../log/update.log
  36.  </pre>
  37.  !goto check
  38. !endif
  39.  
  40. !if $job2=check2
  41.  $name_detailed
  42.  <pre>
  43.  !mexec scripts/cat_update2.sh
  44.  </pre>
  45.  !goto check
  46. !endif
  47.  
  48. !if $pubversion=$empty
  49.  $name_sorry2
  50.  !goto end
  51. !endif
  52.  
  53. $name_version
  54.  
  55. !if $pubversion=$wims_version
  56.  $name_mostrecent
  57.  !goto check
  58. !endif
  59.  
  60. $name_mostrecent2 $pubversion.
  61. !if $recentversion<$thisversion
  62. $name_morerecent
  63.  !goto check
  64. !endif
  65.  
  66. <p>
  67. !href cmd=reply&job=update&job2=confirm $name_click
  68.  !read lang/update.phtml.$modu_lang update
  69. </p>
  70. :check
  71. !if $logcheck!=$empty
  72. <p>
  73.  $name_output:
  74.  !href cmd=resume&job2=check $name_summary
  75. ,
  76.  !href cmd=resume&job2=check2 $wims_name_detail
  77. .
  78. </p>
  79. !endif
  80. :end
  81. !reset job2
  82.  
  83.