Ignore:
Timestamp:
1 Nov 2005, 13:00:00 (19 years ago)
Author:
joachim
Message:

=temporary view all fixed

File:
1 edited

Legend:

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

    r129 r135  
    22
    33  <metal:block fill-slot="head_slot">
    4     <tal:block tal:define="student here/getContent">
    5     </tal:block>
    64  </metal:block>
    75
    86  <metal:block fill-slot="css_slot">
    97    <link rel="Stylesheet" type="text/css" href=""
    10           tal:attributes="href string:${base_url}student.css" />
     8      tal:attributes="href string:${base_url}document.css" />
    119  </metal:block>
    1210  <metal:block fill-slot="header">
     
    1816               "
    1917               >
    20   <h1> <span tal:content="here/title_or_id" /></h1>     
     18    <h1> <span tal:content="context/title_or_id" /></h1>     
    2119 
    22   <p>This is a temporary view of the object with id <em tal:content="here/id" /> which can be customized according to the customers needs.</p>       
     20    <p>This is a temporary view of the object with id <em tal:content="here/id" /> which can be customized according to the customers needs.</p>       
    2321 
    24   <br />
    25                
    26   <p>Exemplary view of the <strong>object's data fields</strong>: </p>
    27  
    28   <p>(data field listing  not yet implemented)</p>
    29  
    30   <br />
    31  
    32   <p>Exemplary view of the <strong>list of items attached to (or contained in) the object</strong>: </p>
     22    <br />
     23   
     24    <span  tal:condition="python:context.portal_type != 'University'"  tal:omit-tag="">
     25      <p>Exemplary view of the <strong>object's data fields</strong>: </p>
     26      <tal:block  tal:content="structure rendered_main|python:doc.render(proxy=here)" />
     27     
     28      <p tal:condition="python: 0">(data field listing  not yet implemented)</p>
     29    </span>
     30    <br />     
     31    <p>Exemplary view of the <strong>list of items attached to (or contained in) the object</strong>: </p>
    3332 
    3433 
Note: See TracChangeset for help on using the changeset viewer.