Rev 16231 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16231 | Rev 17180 | ||
---|---|---|---|
Line 8... | Line 8... | ||
8 | !goto end2 |
8 | !goto end2 |
9 | !endif |
9 | !endif |
10 | 10 | ||
11 | !if $erase=ask |
11 | !if $erase=ask |
12 | $name_erase |
12 | $name_erase |
13 | <span class="tt wims_fname">$file</span>?<br |
13 | <span class="tt wims_fname">$file</span>?<br> |
14 | <span class="small">($flen $name_bytes, $facc, $name_last $fdat)</span> |
14 | <span class="small">($flen $name_bytes, $facc, $name_last $fdat)</span> |
15 | <p class="wimscenter" style="font-weight:bold;"> |
15 | <p class="wimscenter" style="font-weight:bold;"> |
16 | <font size="+2"> |
16 | <font size="+2"> |
17 | !set wims_ref_class=wims_button wims_warning |
17 | !set wims_ref_class=wims_button wims_warning |
18 | !href cmd=reply&job=$job&job2=eraseconfirm $wims_name_yes |
18 | !href cmd=reply&job=$job&job2=eraseconfirm $wims_name_yes |
19 | |
19 | |
20 | !set wims_ref_class=wims_button |
20 | !set wims_ref_class=wims_button |
21 | !href cmd=reply&job=fs $wims_name_no |
21 | !href cmd=reply&job=fs $wims_name_no |
22 | </font> |
22 | </font> |
23 | </p><hr |
23 | </p><hr> |
24 | !goto end2 |
24 | !goto end2 |
25 | !endif |
25 | !endif |
26 | 26 | ||
27 | !if $ftype=image |
27 | !if $ftype=image |
28 | <span class="wims_fname">$file</span> $name_image. ($flen $name_bytes, |
28 | <span class="wims_fname">$file</span> $name_image. ($flen $name_bytes, |
29 | $facc, $name_last $fdat) |
29 | $facc, $name_last $fdat) |
30 | !if $pubimg!=$empty |
30 | !if $pubimg!=$empty |
31 | <p class="wimscenter"> |
31 | <p class="wimscenter"> |
32 | <img border="2" src="$pubimg" alt="$pubimg" |
32 | <img border="2" src="$pubimg" alt="$pubimg"> |
33 | </p> |
33 | </p> |
34 | !endif |
34 | !endif |
35 | !goto end |
35 | !goto end |
36 | !endif |
36 | !endif |
37 | 37 | ||
Line 47... | Line 47... | ||
47 | !goto end |
47 | !goto end |
48 | !endif |
48 | !endif |
49 | 49 | ||
50 | !set wims_form_method=post |
50 | !set wims_form_method=post |
51 | !form reply |
51 | !form reply |
52 | <input type="hidden" name="job" value="file" |
52 | <input type="hidden" name="job" value="file"> |
53 | <input type="hidden" name="job2" value="first" |
53 | <input type="hidden" name="job2" value="first"> |
54 | <div class="wimscenter"> |
54 | <div class="wimscenter"> |
55 | $name_content <span class="tt wims_fname">$file</span> <br |
55 | $name_content <span class="tt wims_fname">$file</span> <br> |
56 | <span class="small wimstech">($flen $name_bytes, $facc, $name_last $fdat $fsec)</span> <br |
56 | <span class="small wimstech">($flen $name_bytes, $facc, $name_last $fdat $fsec)</span> <br> |
57 | !if $modifok!=yes |
57 | !if $modifok!=yes |
58 | $name_distrib <br |
58 | $name_distrib <br> |
59 | !set textarea_ro=readonly |
59 | !set textarea_ro=readonly |
60 | !endif |
60 | !endif |
61 | !mexec scripts/textarea.sh |
61 | !mexec scripts/textarea.sh |
62 | <br |
62 | <br> |
63 | !if $modifok=yes |
63 | !if $modifok=yes |
64 | <input type="submit" name="save" value="$wims_name_tosave" |
64 | <input type="submit" name="save" value="$wims_name_tosave"> |
65 | <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button" |
65 | <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button"> |
66 | !endif |
66 | !endif |
67 | </div> |
67 | </div> |
68 | !formend |
68 | !formend |
69 | 69 | ||
70 | :end |
70 | :end |