Changeset 126 for waeup_product/trunk


Ignore:
Timestamp:
30 Oct 2005, 06:14:13 (19 years ago)
Author:
Henrik Bettermann
Message:

bug fixes

Location:
waeup_product/trunk
Files:
3 edited

Legend:

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

    r125 r126  
    2121  </tal:block>
    2222  <tal:block condition="anonymous">
    23     <div>You are currently not logged in </div>
     23    <div>You are not logged in. </div>
    2424    <br />
    2525    <a href="" tal:attributes="href string:login_form">Log in</a>
  • waeup_product/trunk/skins/waeup_default/temporary_view_all.pt

    r124 r126  
    1616               tal:define="folder here/getContent;
    1717               items here/contentValues;
    18                attributes here/contentValues"
     18               "
    1919               >
    20   <h1> Title of the object '<em tal:content="here/id" />'</h1>             
    21                
    22   <p>This is the main text area of the object with id <em tal:content="here/id" /> which has to be filled with content.</p>
     20  <h1> <span tal:content="here/title_or_id" /></h1>     
    2321 
    24   <p>This is a list of attributes assigned to the <em tal:content="here/title_or_id" /> object which can be displayed in various ways: </p>
     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>       
    2523 
    2624  <br />
    27    
    28   <p>(The attribute listing is not yet implemented.)</p>
     25               
     26  <p>Exemplary view of the <strong>list of attributes assigned</strong> to the <em tal:content="here/id" /> object: </p>
     27 
     28  <p>(attribute listing  not yet implemented)</p>
     29
     30
     31
    2932 
    3033  <br />
    3134 
    32   <p>This is a list of items attached to the <em tal:content="here/title_or_id" /> object which can be listed in various ways: </p>
     35  <p>Exemplary view of the <strong>list of items attached</strong> to the <em tal:content="here/id" /> object: </p>
    3336 
    34   <br />
    35  
     37 
    3638  <table cellspacing="0" cellpadding="0">
    3739  <tal:block condition="python: len(items)">
Note: See TracChangeset for help on using the changeset viewer.