Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
23 reyssat 1
!reset wims_deposit
2
 
3
!if $mode=bad_fname
12156 obado 4
  <div class="wims_warning">$name_warning</div>
23 reyssat 5
!endif
6
 
7
!if $mode=bad_arch
12156 obado 8
  <p>
9
    $name_norecognize
10
  </p>
23 reyssat 11
!endif
12
 
13
!if $mode=illegal
12156 obado 14
  <p>
15
    $name_illegal
16
  </p>
23 reyssat 17
!endif
18
 
19
!if $mode=diffcheck
12156 obado 20
  !if $diff=$empty
21
    $name_diff1
23 reyssat 22
  !else
12156 obado 23
    !if $diff1=MANY
24
      $name_diff2:
25
    !else
26
      $name_diff3:
27
    !endif
28
    <div class="wimscenter">
29
      <textarea id="wims_show" cols="100" rows="30" name="wims_show" readonly="readonly">$diff</textarea>
30
    </div>
4875 bpr 31
  !endif
12156 obado 32
  !exit
23 reyssat 33
!endif
34
 
35
!if $mode!=$empty and $mode iswordof prep bad_fname bad_arch illegal
12156 obado 36
  !set wims_form_method=file
37
  !form reply
17180 bpr 38
    <input type="hidden" name="jobreq" value="restore">
12156 obado 39
    <label for="wims_deposit">$name_restore</label>:
17180 bpr 40
    <input type="file" name="wims_deposit" size="40" id="wims_deposit">
41
    <input type="submit" value="$wims_name_restore">
12156 obado 42
    <p class="small">$name_warning2</p>
43
    <p class="wims_msg warning">
44
      <strong class="wims_warning">$wims_name_warning</strong>.
45
      $name_warning_diff
17180 bpr 46
      <input type="checkbox" id="confirm" name="confirm" value="diffcheck">
12156 obado 47
      <label for="confirm">$name_show_diff</label>
48
    </p>
49
  !formend
23 reyssat 50
!else
12156 obado 51
  $table_header
52
    <caption>$name_restored</caption>
53
    $table_tr
54
      <th>$wims_name_title</th>
55
      <th>$wims_name_description</th>
56
      <th>$wims_name_Address</th>
57
    </tr>
58
    $table_tr
59
      <td><span class="wims_mod_title">$ftest</span></td>
60
      <td><span class="wims_mod_desc">$ftest2</span></td>
61
      <td class="wims_fname">$restored</td>
62
    </tr>
5953 bpr 63
  $table_end
12156 obado 64
  <div class="wimscenter wimsform">
65
    !set wims_ref_class=wims_button
66
    !href cmd=reply&jobreq=flist&modreq=$restored $name_gotowork
67
  </div>
23 reyssat 68
!endif