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