Changeset 807 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
9 Nov 2006, 12:03:52 (18 years ago)
Author:
joachim
Message:

results added

Location:
WAeUP_SRP/trunk/skins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/widget_image_render.pt

    r805 r807  
    2121
    2222    <metal:block define-macro="image_title_edit">
     23    <span tal:condition="python:0">
    2324      <metal:block use-macro="here/widget_file_render/macros/file_title_edit">
    2425      </metal:block>
     26    </span>
    2527    </metal:block>
    2628
    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"
    2830      tal:replace="structure image_tag" />
    2931
  • WAeUP_SRP/trunk/skins/waeup_student/widget_waeup_result_render.pt

    r805 r807  
    77                   grade options/datastructure/?id_g;
    88">
    9 <tal:block>
     9<tal:block condition="python: mode == 'view'">
    1010  <table>
     11    <tr><th>Subject</th><th>Grade</th>
    1112    <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" />
    1314    </tr>
    1415  </table>
     
    1718           condition="python: mode == 'edit'">
    1819  <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>
    1924    <tr>
    2025      <td>
     
    3439      <td>
    3540        <input type="submit" class="standalone" name="cpsdocument_edit_button"
    36          value="Save"
     41         value="Add/Modify"
    3742         id="cpsdocument_edit_button" />
    3843      </td>
Note: See TracChangeset for help on using the changeset viewer.