Ignore:
Timestamp:
4 May 2007, 19:38:23 (17 years ago)
Author:
Henrik Bettermann
Message:

merging with CPSSkinsless branch

In ZMI:

  • delete all portlets in .cps_portlets
  • delete all portlets in portal_cpsportlets
  • import Portlet Tool, Skins Tool and Themes Tool
  • optionally: - delete all themes in portal_themes and delete all method themes in portal_themes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/personal_edit_form.pt

    r1276 r1737  
    1 <metal:body use-macro="here/waeup_content_master/macros/master">
    2     <metal:block fill-slot="header"
    3                   tal:define="info context/getPersonalInfo">
    4       <a href=""
    5          tal:attributes="href string:${here/academicsParent}">
    6         <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/>
    7         Up one level
    8       </a>
    9       <h3>Update Your Personal Data!</h3>
    10       <br />
    11     </metal:block> 
    12  
     1<metal:body use-macro="here/main_template/macros/master">
     2
     3
    134    <metal:main fill-slot="main"
    14                   tal:define="info context/getPersonalInfo;
    15                               rendered_main python:info['per_doc'].render(
     5                  tal:define="info context/getPersonalInfo;">
     6      <metal:block tal:condition="not: info">
     7        <span tal:content="here/illegal_view" />
     8      </metal:block>
     9      <metal:block tal:condition="info">
     10      <metal:block tal:define="rendered_main python:info['per_doc'].render(
    1611                              layout_mode='edit',
    1712                              schema_id = 'student_personal',
     
    2318           metadata nothing;
    2419            ">
     20    <a href=""
     21       tal:attributes="href string:${here/academicsParent}">
     22      <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/>
     23      Up one level
     24    </a>
     25    <h3>Update Your Personal Data!</h3>
     26    <br />           
     27           
    2528    <form action="ACTION" method="post" id="editForm"
    2629          enctype="multipart/form-data" class="workflow"
     
    3740             id="cpsdocument_edit_button"/>
    3841    </form>
     42    </metal:block>
     43    </metal:block>   
    3944    </metal:main>
    4045</metal:body>
Note: See TracChangeset for help on using the changeset viewer.