Ignore:
Timestamp:
1 Nov 2005, 16:50:42 (19 years ago)
Author:
joachim
Message:

=temporary view all fixed accomodation view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_default/temporary_view_all.pt

    r136 r137  
    3232 
    3333 
    34   <table cellspacing="0" cellpadding="0">
    3534  <tal:block condition="python: len(items)">
    36     <tr tal:repeat="item items">
    37       <td colspan="1">
    38         <a href="jamb"
    39            tal:attributes="href item/absolute_url"
    40            tal:content="item/title_or_id"></a>
    41       </td>
    42     </tr>
    43   </tal:block>
    44   <tal:block condition="python: not len(items)">
    45   (No items contained here !)
    46   </tal:block>
    47   </table>
    48 
     35    <p tal:repeat="item items">
     36          <span tal:content="item/portal_type" />   
     37            <a href="jamb"
     38               tal:attributes="href item/absolute_url"
     39               tal:content="item/title_or_id"></a>
     40      </p>
     41      </tal:block>
     42      <tal:block condition="python: not len(items)">
     43        (No items contained here !)
     44      </tal:block>
    4945 
    5046  </metal:block>
Note: See TracChangeset for help on using the changeset viewer.