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