Ignore:
Timestamp:
12 Mar 2008, 14:06:44 (17 years ago)
Author:
joachim
Message:

pending and errors can be downloaded,
line_nr of wrong record added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_upload/uploads_form.pt

    r3319 r3325  
    180180          <table tal:condition="python: 1" class="contentListing" width="100%" summary="content layout" id="folder_content">     
    181181            <tr>
     182              <th>Download</th>
    182183              <th>File in Archive</th>
    183184              <th>Data Layout</th>
     
    190191            <tr tal:repeat="row info/imported"
    191192                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>
    193195              <td tal:content="string:${row/id}.done" ></td>
    194196              <td tal:content="row/import_layout"></td>
Note: See TracChangeset for help on using the changeset viewer.