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