victorg
committed
on 08 Oct 08
Using the fisheye.openacs.org service for checking the commit history when voting.
openacs-4/.../www/download-verify.adp (+1 -1)
1 1   <master>
2 2     <property name="title">Download @archive_name;noquote@ @version_name;noquote@</property>
3 3     <property name="context">@context;noquote@</property>
4 4
5 5     <h3>#download.lt_Download_archive_name_1#</h3>
6 6     <table>
7 7       <tr>
8 8         <td align="right">#download.File_Size#</td>
9 9         <td><strong>#download.file_sizek#</strong></td>
10 10       </tr>
11 11       <tr>
12 12         <form method="post" action="@action@">
13             <%= [export_form_vars download_id revision_id] %>
  13           <%= [export_vars -form {download_id revision_id}] %>
14 14           <td align="right">#download.Reason_for_Download#</td>
15 15           <td> @reason_widget;noquote@ </td>
16 16       </tr>
17 17       <tr>
18 18         <td align="right">#download.lt_If_you_have_selected_#<br /> #download.please_tell_us_why#</td>
19 19         <td><input type="text" name="reason_other" size="60" /></td>
20 20       </tr>
21 21       <tr>
22 22         <td>&nbsp;</td>
23 23         <td><input type="submit" value="Submit and download" /></td>
24 24       </tr>
25 25     </table>
26 26