Subversion Repositories wimsdev

Rev

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

  1. !if $noarch=yes
  2.   $name_restore5
  3.   !exit
  4. !endif
  5.  
  6. !if $job2!=first
  7.   !changeto arch/$job2.phtml
  8. !endif
  9.  
  10. <h2>$name_title_save
  11. !set wims_ref_class=wims_button_help
  12. !href cmd=help&special_parm=download $wims_name_help
  13. </h2>
  14.  
  15. !if $name_cnil_warning!=$empty
  16.   <div class="wims_msg warning">
  17.     $name_cnil_warning
  18.   </div>
  19. !endif
  20. $name_intro
  21.  
  22. !href cmd=reply&job=arch&job2=download&selection=all&format=zip zip
  23. ,
  24. !href cmd=reply&job=arch&job2=download&selection=all&format=tgz tgz
  25.  $wims_name_or
  26. !href cmd=reply&job=arch&job2=download&selection=all&format=tar.gz tar.gz
  27. .
  28.  
  29. <h2>
  30. $name_title_restore
  31. !set wims_ref_class=wims_button_help
  32. !href cmd=help&special_parm=upload $wims_name_help
  33. </h2>
  34.  
  35. !if $test_sharing!=$empty
  36.   $(name_forbiddenrestore).
  37.   !exit
  38. !endif
  39.  
  40. !set wims_form_method=file
  41. !form reply
  42. <input type="hidden" name="job" value="arch" />
  43. <input type="hidden" name="job2" value="upload" />
  44. <ul class="nopuce"><li>
  45. <label for="wims_deposit">$name_intro1</label>
  46. <input type="file" name="wims_deposit" id="wims_deposit" size="40" />
  47. </li><li>
  48. $name_selective1
  49. <input type="submit" value="$wims_name_send" />.
  50. $name_help
  51. </li>
  52. </ul>
  53. !formend
  54.