Changeset 842 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 11 Nov 2006, 13:51:20 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/layout_clearance_edit.pt
r826 r842 35 35 id python:widget.getHtmlWidgetId()+'_widget';" 36 36 > 37 <td >37 <td valign="top"> 38 38 <div class="label" tal:condition="widget/label_edit" 39 39 tal:attributes="class python:test(is_required, 'label required','label')"> … … 45 45 tal:attributes="onclick python:'toggleElementVisibility(\'%s\')' % tooltip_id;"> ? </button> 46 46 </td> 47 <td >47 <td valign="top"> 48 48 <span class="field"> 49 49 <div tal:replace="structure cell/widget_rendered"/> -
WAeUP_SRP/trunk/skins/waeup_student/layout_clearance_view.pt
r837 r842 28 28 </tal:block> 29 29 <tal:block condition="not: widget/label"> 30 <td >31 <div valign="top"> no label </div>30 <td valign="top"> 31 <div> no label </div> 32 32 </td> 33 33 </tal:block> 34 <td >34 <td valign="top"> 35 35 <div class="ddescription" tal:condition="cell" tal:content="structure cell/widget_rendered"></div> 36 36 <div class="ddescription" tal:condition="not:cell/widget_rendered"> none </div> -
WAeUP_SRP/trunk/skins/waeup_student/widget_waeup_result_render.pt
r841 r842 11 11 <tal:block condition="python: mode == 'view'"> 12 12 <div tal:repeat="res results"> 13 <span tal:content="python:subjects_voc.get(res[0])" /> <span tal:content="python:grade_voc.get(res[1])" />13 <span tal:content="python:subjects_voc.get(res[0])" />: <span tal:content="python:grade_voc.get(res[1])" /> 14 14 </div> 15 15 </tal:block>
Note: See TracChangeset for help on using the changeset viewer.