Changeset 3326 for WAeUP_SRP/base/skins/waeup_upload
- Timestamp:
- 12 Mar 2008, 22:28:34 (17 years ago)
- Location:
- WAeUP_SRP/base/skins/waeup_upload
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_upload/download_errors.py
r3325 r3326 19 19 request = context.REQUEST 20 20 setheader = request.RESPONSE.setHeader 21 set_trace()21 #set_trace() 22 22 data = context.getContent()['getErrors']() 23 23 filename = context.getId().replace('.csv','_errors.csv') -
WAeUP_SRP/base/skins/waeup_upload/uploads_form.pt
r3325 r3326 92 92 <td colspan="3" tal:content="python: key[2]" /> 93 93 </tr> 94 95 96 <tr> 97 <td> </td> 98 <td> </td> 99 <td> </td> 100 <td colspan="3"> </td> 101 </tr> 102 103 94 104 </span> 95 105 </table> 96 106 97 <br />98 107 99 108 <font color='red'>Please see error message for further information. If there are errors in the headline of the import file … … 180 189 <table tal:condition="python: 1" class="contentListing" width="100%" summary="content layout" id="folder_content"> 181 190 <tr> 182 <th>Download</th>183 191 <th>File in Archive</th> 184 192 <th>Data Layout</th> … … 188 196 <th>Import Date</th> 189 197 <th>Message</th> 198 <th>Downloads</th> 190 199 </tr> 191 200 <tr tal:repeat="row info/imported" 192 201 tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')"> 193 <td> <a href="view" tal:attributes="href string:${row/url}/download_pending">pending</a> <br />194 <a href="view" tal:attributes="href string:${row/url}/download_errors">errors</a> </td>195 202 <td tal:content="string:${row/id}.done" ></td> 196 203 <td tal:content="row/import_layout"></td> … … 200 207 <td tal:content="row/import_date" ></td> 201 208 <td tal:content="row/msg"></td> 209 <td nowrap> <a href="view" tal:attributes="href string:${row/url}/download_pending">all pendings</a> <br /><br /> 210 <a href="view" tal:attributes="href string:${row/url}/download_errors">only errors</a> </td> 202 211 </tr> 203 212 </table>
Note: See TracChangeset for help on using the changeset viewer.