Rev 10094 | Rev 16825 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !if $error!=$empty |
2 | !goto end |
||
3 | !endif |
||
4 | |||
5 | !if $originheader!=$empty and $job=move |
||
10246 | bpr | 6 | <span class="wims_warning">$wims_name_warning</span> ! $name_warning1 $wims_name_or |
2379 | bpr | 7 | !href cmd=reply&jobreq=copy $name_copy |
23 | reyssat | 8 | . |
9 | !endif |
||
10 | |||
11 | !if $target=$empty |
||
12 | !form reply |
||
6223 | bpr | 13 | <input type="hidden" name="jobreq" value="$job" /> |
2322 | bpr | 14 | !distribute item $name_choice into P_copy,P_move,L_copy,L_move |
23 | reyssat | 15 | !if $originheader!=$empty |
5901 | bpr | 16 | $(L_$job) <span class="wims_mod_title">$otit</span> (<span class="tt wims_fname">$original2</span>): |
23 | reyssat | 17 | !else |
5850 | bpr | 18 | $(P_$job) $name_public_module |
23 | reyssat | 19 | !endif |
5850 | bpr | 20 | !set wims_ref_class=wims_button_help |
21 | !href cmd=help&special_parm=addressing $wims_name_help |
||
23 | reyssat | 22 | !read scripts/addressform.phtml |
5925 | bpr | 23 | !formend |
23 | reyssat | 24 | !if $originheader!=$empty and $o1 isitemof $zonelist,local |
25 | <p> |
||
5850 | bpr | 26 | <span class="wims_warning">$wims_name_warning</span>. $name_warning2 |
27 | </p> |
||
23 | reyssat | 28 | !endif |
29 | !if $originheader!=$empty and ~ notin $original2 |
||
30 | <p> |
||
5850 | bpr | 31 | <span class="wims_warning">$wims_name_warning</span>. $name_warning3 |
32 | </p> |
||
23 | reyssat | 33 | !endif |
34 | !endif |
||
35 | |||
36 | :end |
||
37 | !if $original2!=$empty and $originheader=$empty |
||
38 | !default otit=!module title $original2 |
||
39 | <p> |
||
1704 | bpr | 40 | !href module=$original2 $name_backto |
23 | reyssat | 41 | <p> |
42 | !endif |
||
43 | |||
44 |