Changeset 3325 for WAeUP_SRP/base/skins/waeup_upload/uploads_form.pt
- Timestamp:
- 12 Mar 2008, 14:06:44 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_upload/uploads_form.pt
r3319 r3325 180 180 <table tal:condition="python: 1" class="contentListing" width="100%" summary="content layout" id="folder_content"> 181 181 <tr> 182 <th>Download</th> 182 183 <th>File in Archive</th> 183 184 <th>Data Layout</th> … … 190 191 <tr tal:repeat="row info/imported" 191 192 tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')"> 192 <td tal:condition="nothing"> <a href="view" tal:attributes="href string:${row/url}"> <span tal:content="row/id" /></a> </td> 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> 193 195 <td tal:content="string:${row/id}.done" ></td> 194 196 <td tal:content="row/import_layout"></td>
Note: See TracChangeset for help on using the changeset viewer.