Changeset 492 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 7 Sep 2006, 19:19:40 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/application_pin_form.pt
r486 r492 14 14 </metal:block> 15 15 <metal:block fill-slot="main"> 16 <h1>Apply for the Post University Matriculation Examination! </h1> 16 <h3>Apply for the Post University Matriculation Examination! </h3> 17 <br /> 17 18 <div tal:replace="structure rendered_main" /> 18 19 <p>Instructions :</p> … … 21 22 <li>Enter your JAMB registration number and the Application PIN above.</li> 22 23 <li>Upload your passport picture.</li> 24 <li>Apply for admission.</li> 23 25 <li>Print the Application Acknowledgement Slip.</li> 24 26 </ul> -
WAeUP_SRP/trunk/skins/waeup_student/layout_application_edit.pt
r486 r492 1 1 <!-- a layout_lib macro --> 2 2 <!-- $Id$ --> 3 3 4 <metal:block define-macro="default_edit" 4 5 tal:define="layout options/layout; … … 13 14 "> 14 15 16 17 <h3>Apply for the Post University Matriculation Examination! </h3> 18 <br /> 19 15 20 <form action="" id="editForm" method="post" 16 21 enctype="multipart/form-data" class="workflow" 17 22 tal:attributes="action formaction" 23 18 24 > 19 <table width=" 200" cellpadding="2" cellspacing="2" summary="Form layout"25 <table width="100%" cellpadding="2" cellspacing="0" summary="Form layout" 20 26 tal:condition="layout/rows"> 21 <tr tal:repeat="row layout/rows" valign="top" >22 < tdtal:repeat="cell row"27 <tr tal:repeat="row layout/rows" valign="top" > 28 <span tal:repeat="cell row" 23 29 tal:attributes="colspan cell/ncols"> 24 30 <tal:block define="widget cell/widget; 25 wid widget/getWidgetId;26 err python:ds.getError(wid);27 err_mapping python:ds.getErrorMapping(wid);28 is_required python: widget.is_required and creation and ('create' not in widget.readonly_layout_modes);29 tooltip_id python:wid + '_help';30 widget_css_class cell/widget_css_class|nothing;31 css_class python:test(err, 'row error','row')"32 >31 wid widget/getWidgetId; 32 err python:ds.getError(wid); 33 err_mapping python:ds.getErrorMapping(wid); 34 is_required python: widget.is_required and creation and ('create' not in widget.readonly_layout_modes); 35 tooltip_id python:wid + '_help'; 36 widget_css_class cell/widget_css_class|nothing; 37 css_class python:test(err, 'row error','row')" 38 > 33 39 <div tal:attributes="class widget_css_class; 34 40 id python:widget.getHtmlWidgetId()+'_widget';" 35 41 > 42 <td> 36 43 <div class="label" tal:condition="widget/label_edit" 37 44 tal:attributes="class python:test(is_required, 'label required','label')"> 38 45 <label tal:content="widget/label_edit" 39 tal:attributes="for cell/widget_input_area_id|nothing;">label</label> 46 tal:attributes="for cell/widget_input_area_id|nothing;">label</label>: 40 47 </div> 41 48 <button type="button" class="tooltipControl" 42 49 tal:condition="widget/help" 43 50 tal:attributes="onclick python:'toggleElementVisibility(\'%s\')' % tooltip_id;"> ? </button> 44 <div class="field"> 51 </td> 52 <td> 53 <span class="field"> 45 54 <div tal:replace="structure cell/widget_rendered"/> 46 </ div>55 </span> 47 56 <div class="tooltipArea" style="visibility: hidden;" 48 57 tal:condition="widget/help" … … 59 68 </tal:block> 60 69 </tal:block> 70 </td> 61 71 </div> 62 72 </tal:block> 63 </ td>73 </span> 64 74 </tr> 65 75 </table> 66 76 <br /> 67 77 <input type="submit" class="standalone" name="cpsdocument_edit_button" 68 78 value="button_change" i18n:attributes="value" id="cpsdocument_edit_button" … … 78 88 i18n:attributes="value" tal:condition="creation" /> 79 89 80 </form> 90 </form> 91 92 81 93 </metal:block> 94 95
Note: See TracChangeset for help on using the changeset viewer.