Ignore:
Timestamp:
24 Sep 2006, 07:44:32 (18 years ago)
Author:
Henrik Bettermann
Message:

reorganisation part 2
themes modification will follow

Location:
WAeUP_SRP/trunk/skins/waeup_pins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_pins/batch_index_html.pt

    r535 r543  
    77      </span>
    88      <span tal:condition="python:not isAnon and info">
    9         <h3 tal:content="info/review_state|nothing"></h3>
     9
     10        <h3>Unused PINs</h3>
     11        <br />
    1012        <span tal:omit-tag=""
    1113              tal:content="structure python: info['batch_doc'].render(proxy=info['batch_doc'],
     
    1315              )"
    1416              />
     17        <br />
     18        <table>
     19          <tr tal:repeat="pin info/unused">
     20            <td tal:content="pin/serial" />
     21            <td tal:content="pin/pin" />
     22          </tr>
     23        </table>
     24     
    1525      </span>
    16       <table>
    17         <tr tal:repeat="pin info/unused">
    18           <td tal:content="pin/serial" />
    19           <td tal:content="pin/pin" />
    20         </tr>
    21       </table>
     26
    2227    </metal:main>
    2328  </metal:body>
  • WAeUP_SRP/trunk/skins/waeup_pins/pins_index_html.pt

    r535 r543  
    55      </span> 
    66      <span tal:condition="not:isAnon">
     7        <h3>PIN Batches</h3>
     8        <br />
    79        <table tal:define="batches python: context.objectValues()">
    810          <tr tal:repeat="batch batches">
Note: See TracChangeset for help on using the changeset viewer.