Changeset 836 for WAeUP_SRP/trunk/skins
- Timestamp:
- 11 Nov 2006, 07:17:01 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/widget_waeup_result_render.pt
r833 r836 8 8 "> 9 9 <tal:block condition="python: mode == 'view'"> 10 <table> 11 <tr><th>Subject</th><th>Grade</th> 12 <tr tal:repeat="res results"> 13 <td tal:repeat="col res" tal:content="col" /> 14 </tr> 15 </table> 10 <div tal:repeat="res results"> 11 <span tal:repeat="col res"><span tal:content="col" /> </span> 12 </div> 16 13 </tal:block> 17 14 <tal:block define="name here/getHtmlWidgetId;" 18 15 condition="python: mode == 'edit'"> 19 <table >16 <table border=0 cellpadding=0 cellspacing=0> 20 17 <tr><th>Subject</th><th>Grade</th> 21 18 <tr tal:repeat="res results"> … … 26 23 tal:attributes="name string:${name}_s; 27 24 id string:${name}_s;"> 28 <option tal:repeat="sub python:(('','----'),('Math s','Mathematics'),('English','English'))"25 <option tal:repeat="sub python:(('','----'),('Mathematics','Mathematics'),('English','English'))" 29 26 tal:attributes="value python:sub[0]" 30 27 tal:content="python: sub[1]">
Note: See TracChangeset for help on using the changeset viewer.