Changeset 807 for WAeUP_SRP/trunk/skins
- Timestamp:
- 9 Nov 2006, 12:03:52 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/widget_image_render.pt
r805 r807 21 21 22 22 <metal:block define-macro="image_title_edit"> 23 <span tal:condition="python:0"> 23 24 <metal:block use-macro="here/widget_file_render/macros/file_title_edit"> 24 25 </metal:block> 26 </span> 25 27 </metal:block> 26 28 27 <img tal:condition="python: not empty_file and not session_file"29 <img tal:condition="python: 0 and not empty_file and not session_file" 28 30 tal:replace="structure image_tag" /> 29 31 -
WAeUP_SRP/trunk/skins/waeup_student/widget_waeup_result_render.pt
r805 r807 7 7 grade options/datastructure/?id_g; 8 8 "> 9 <tal:block >9 <tal:block condition="python: mode == 'view'"> 10 10 <table> 11 <tr><th>Subject</th><th>Grade</th> 11 12 <tr tal:repeat="res results"> 12 <td tal: content="res/subject" /> <td tal:content="res/grade" />13 <td tal:repeat="col res" tal:content="col" /> 13 14 </tr> 14 15 </table> … … 17 18 condition="python: mode == 'edit'"> 18 19 <table> 20 <tr><th>Subject</th><th>Grade</th> 21 <tr tal:repeat="res results"> 22 <td tal:repeat="col res" tal:content="col" /> 23 </tr> 19 24 <tr> 20 25 <td> … … 34 39 <td> 35 40 <input type="submit" class="standalone" name="cpsdocument_edit_button" 36 value=" Save"41 value="Add/Modify" 37 42 id="cpsdocument_edit_button" /> 38 43 </td>
Note: See TracChangeset for help on using the changeset viewer.