Subversion Repositories wimsdev

Rev

Rev 17180 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3974 guerimand 1
!if $noarch=yes
12414 bpr 2
  $name_restore5
3
  !exit
3974 guerimand 4
!endif
23 reyssat 5
 
6
!if $job2!=first
12410 bpr 7
  !changeto arch/$job2.phtml
23 reyssat 8
!endif
10400 bpr 9
 
10
 
14013 obado 11
<fieldset class="property_fields blockcenter">
13330 obado 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
18299 gmarbeuf 18
      <div class="clearall wims_msg warning">
13330 obado 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
    .
10263 bpr 33
  </div>
13330 obado 34
</fieldset>
2432 bpr 35
 
14013 obado 36
!set wims_form_method=file
37
!form reply
38
<fieldset class="property_fields blockcenter">
13330 obado 39
  <legend>$name_title_restore</legend>
17180 bpr 40
  <input type="hidden" name="job" value="arch">
41
  <input type="hidden" name="job2" value="upload">
13330 obado 42
  !if $test_sharing!=$empty
14013 obado 43
    <div class="wims_msg info">
13330 obado 44
      $(name_forbiddenrestore).
45
    </div>
14013 obado 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
13330 obado 50
      <label for="wims_deposit">$name_intro1</label>
17180 bpr 51
      <input type="file" name="wims_deposit" id="wims_deposit" size="40">
13330 obado 52
      <div class="formHelp">$name_help</div>
53
    </div>
14013 obado 54
    <div class="wimscenter">
17180 bpr 55
      <input type="submit" value="$wims_name_send">
14013 obado 56
    </div>
57
  !endif
13330 obado 58
</fieldset>
17180 bpr 59
!formend