Ignore:
Timestamp:
8 Feb 2006, 12:47:31 (19 years ago)
Author:
joachim
Message:

=creating the WAeUP Tool

Location:
waeup_product/trunk/skins/waeup_default
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_default/getWAeUPTypes.py

    r194 r197  
    6767                 'action': 'folder_localrole_form',
    6868                 'permissions': (ModifyPortalContent),
    69                  'visible' : 0,
     69                 'visible' : 1,
    7070                 },
    7171                 )
     
    229229                 'action': 'folder_localrole_form',
    230230                 'permissions': (ModifyPortalContent,UniversityManage),
    231                  'visible' : 0,
     231                 'visible' : 1,
    232232                },
    233233                {'id': 'contents',
  • waeup_product/trunk/skins/waeup_default/student_view_all_form.pt

    r169 r197  
    1919    <h1> <span tal:content="context/title_or_id" /></h1>     
    2020 
    21     <p>This is a temporary view of the object with id <em tal:content="here/id" />
    22        of type <em tal:content="here/portal_type" />
    23        which can be customized according to the customer's needs.</p>       
     21    <p>This is a temporary view of the Students Registration view for anonymous users..</p>       
    2422 
    2523    <br />
    2624    <span  tal:condition="python:context.portal_type != 'University'"  tal:omit-tag="">
    27       <p>Exemplary view of the <strong>object's data fields</strong>: </p>
    28       <tal:block  tal:content="structure rendered_main|python:doc.render(proxy=here)" />
     25      <p>You are visiting the Student Registration Portal as anonymous user.
     26      </p>
    2927    </span>
    3028 
  • waeup_product/trunk/skins/waeup_default/temporary_view_all.py

    r195 r197  
    1414if context.portal_membership.isAnonymousUser():
    1515    if not url0.endswith('chat'):
    16         return context.students.student_view_all_form(psm=psm)
     16        return context.students.student_view_all_form(psm=psm)
    1717    return context.Chat()
    1818else:
Note: See TracChangeset for help on using the changeset viewer.