Changeset 493


Ignore:
Timestamp:
8 Sep 2006, 06:55:42 (18 years ago)
Author:
Henrik Bettermann
Message:

application forms modified

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
1 added
2 edited

Legend:

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

    r486 r493  
    1111
    1212  <metal:block fill-slot="main">
     13  <tal:block tal:condition="python:context.portal_type == 'StudentApplication'" tal:omit-tag="">
     14    <h3>Apply for the Post University Matriculation Examination! </h3>
     15        <br />
    1316      <tal:block
    1417          tal:define="rendered_main python:context.getContent().renderEdit(
     
    1821      <tal:block tal:content="structure rendered_main" />
    1922      </tal:block> 
     23  </tal:block> 
     24  <tal:block condition="python:context.portal_type != 'StudentApplication'">
     25      Please do not manipulate the URL! This is not an application object.
     26  </tal:block>   
    2027  </metal:block>
    2128  <metal:block fill-slot="sub">
  • WAeUP_SRP/trunk/skins/waeup_student/layout_application_edit.pt

    r492 r493  
    1414  ">
    1515
    16  
    17   <h3>Apply for the Post University Matriculation Examination! </h3>
    18         <br />
    19  
    2016  <form action="" id="editForm" method="post"
    2117        enctype="multipart/form-data" class="workflow"
     
    2319       
    2420        >
    25   <table width="100%" cellpadding="2" cellspacing="0" summary="Form layout"
     21  <table width="" cellpadding="2" cellspacing="0" summary="Form layout"
    2622         tal:condition="layout/rows">
    2723    <tr tal:repeat="row layout/rows" valign="top" >
Note: See TracChangeset for help on using the changeset viewer.