Changeset 3790 for WAeUP_SRP/trunk/skins/waeup_ois
- Timestamp:
- 28 Nov 2008, 15:30:33 (16 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_ois
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_ois/study_course_view.pt
r3730 r3790 8 8 <span tal:define="create_level info/create_level|nothing; 9 9 is_so info/is_so; 10 is_student here/isStudent; 10 11 titles here/getStudentObjectTitles;"> 11 12 <a href="" … … 59 60 </span> 60 61 </table> 62 63 61 64 62 65 <form action="" method="post" class="group" onsubmit="return submit_once()" … … 65 68 > 66 69 <span tal:condition="rows"> 67 70 68 71 <table class="contentListing" width="100%" summary="content layout" id="folder_content"> 69 72 <tr tal:repeat="row rows" … … 81 84 <td><a href="view" 82 85 tal:attributes="href string:${row/url}"> 83 <s trong tal:content="row/title" /></a>86 <span tal:condition="is_student">View Results of </span><strong tal:content="row/title" /></a> 84 87 </td> 85 88 </tr>
Note: See TracChangeset for help on using the changeset viewer.