Subversion Repositories wimsdev

Rev

Rev 17180 | 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.  
  11. <fieldset class="property_fields blockcenter">
  12.   <legend>$name_title_save</legend>
  13.   <div class="field box">
  14.     !set wims_ref_class=wims_button_help float_right
  15.     !href cmd=help&special_parm=download $wims_name_help
  16.  
  17.     !if $name_cnil_warning!=$empty
  18.       <div class="clearall wims_msg warning">
  19.         $name_cnil_warning
  20.       </div>
  21.     !endif
  22.     $name_intro
  23.  
  24.     !set wims_ref_class=wims_label
  25.     !href cmd=reply&job=arch&job2=download&selection=all&format=zip zip
  26.     ,
  27.     !set wims_ref_class=wims_label
  28.     !href cmd=reply&job=arch&job2=download&selection=all&format=tgz tgz
  29.      $wims_name_or
  30.     !set wims_ref_class=wims_label
  31.     !href cmd=reply&job=arch&job2=download&selection=all&format=tar.gz tar.gz
  32.     .
  33.   </div>
  34. </fieldset>
  35.  
  36. !set wims_form_method=file
  37. !form reply
  38. <fieldset class="property_fields blockcenter">
  39.   <legend>$name_title_restore</legend>
  40.   <input type="hidden" name="job" value="arch">
  41.   <input type="hidden" name="job2" value="upload">
  42.   !if $test_sharing!=$empty
  43.     <div class="wims_msg info">
  44.       $(name_forbiddenrestore).
  45.     </div>
  46.   !else
  47.     <div class="field box fullwidth">
  48.       !set wims_ref_class=wims_button_help float_right
  49.       !href cmd=help&special_parm=upload $wims_name_help
  50.       <label for="wims_deposit">$name_intro1</label>
  51.       <input type="file" name="wims_deposit" id="wims_deposit" size="40">
  52.       <div class="formHelp">$name_help</div>
  53.     </div>
  54.     <div class="wimscenter">
  55.       <input type="submit" value="$wims_name_send">
  56.     </div>
  57.   !endif
  58. </fieldset>
  59. !formend
  60.