Changeset 3474
- Timestamp:
- 29 Apr 2008, 13:13:32 (17 years ago)
- Location:
- WAeUP_SRP/base/skins
- Files:
-
- 1 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_academics/certificate_view.pt
r1783 r3474 4 4 <metal:body use-macro="here/main_template/macros/master"> 5 5 <metal:block fill-slot="header"> 6 <a href=""6 <a tal:condition="nothing" href="" 7 7 tal:attributes="href string:${here/academicsParent}"> 8 8 <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/> 9 9 Up one level 10 10 </a> 11 <div class=""><span tal:repeat="crumb context/getBreadCrumbs"><a href="crumb" 12 tal:attributes="href crumb/url" 13 tal:content="crumb/title"></a> 14 <span tal:condition="not: repeat/crumb/end">></span> 15 </span> 16 </div> 11 17 <h3 tal:content="here/title_or_id" /> 12 18 <div tal:condition="python:0" tal:content="info/container_path"/> -
WAeUP_SRP/base/skins/waeup_academics/certificates_view.pt
r1783 r3474 4 4 <metal:body use-macro="here/main_template/macros/master"> 5 5 <metal:block fill-slot="header"> 6 <a href=""6 <a tal:condition="nothing" href="" 7 7 tal:attributes="href string:${here/academicsParent}"> 8 8 <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/> 9 9 Up one level 10 10 </a> 11 <div class=""><span tal:repeat="crumb context/getBreadCrumbs"><a href="crumb" 12 tal:attributes="href crumb/url" 13 tal:content="crumb/title"></a> 14 <span tal:condition="not: repeat/crumb/end">></span> 15 </span> 16 </div> 11 17 <h3 tal:content="here/title_or_id" /> 12 18 <div tal:condition="python:0" tal:content="info/container_path"/> -
WAeUP_SRP/base/skins/waeup_academics/courses_view.pt
r3473 r3474 5 5 global is_so context/isSectionOfficer;" 6 6 > 7 <a href="" 7 <a href="" tal:condition="nothing" 8 8 tal:attributes="href string:${here/academicsParent}"> 9 9 <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/> 10 10 Up one level 11 11 </a> 12 <h3 tal:content="here/aq_parent/LongTitle|here/aq_parent/title_or_id" /> 13 <h4 tal:content="here/title_or_id" /> 14 <div tal:condition="python:0" tal:content="info/container_path"/> 15 <div tal:condition="python:0" tal:content="info/dep_id"/> 12 <div class=""><span tal:repeat="crumb context/getBreadCrumbs"><a href="crumb" 13 tal:attributes="href crumb/url" 14 tal:content="crumb/title"></a> 15 <span tal:condition="not: repeat/crumb/end">></span> 16 </span> 17 </div> 18 <h3 tal:condition="nothing" tal:content="here/aq_parent/LongTitle|here/aq_parent/title_or_id" /> 19 <h3 tal:content="here/title_or_id" /> 16 20 </metal:block> 17 21 <metal:main fill-slot="main" tal:condition="python: 1"> -
WAeUP_SRP/base/skins/waeup_academics/department_view.pt
r3473 r3474 4 4 <metal:body use-macro="here/main_template/macros/master"> 5 5 <metal:block fill-slot="header"> 6 <a href=""6 <a tal:condition="nothing" href="" 7 7 tal:attributes="href string:${here/academicsParent}"> 8 8 <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/> 9 9 Up one level 10 10 </a> 11 <div class=""><span tal:repeat="crumb context/getBreadCrumbs"><a href="crumb" 12 tal:attributes="href crumb/url" 13 tal:content="crumb/title"></a> 14 <span tal:condition="not: repeat/crumb/end">></span> 15 </span> 16 </div> 11 17 <h3 tal:content="info/doc/LongTitle|here/title_or_id" /> 12 18 <br /> … … 20 26 tal:define="certs python: info['certificates'];" 21 27 > 22 <span tal:condition="python: 0" tal:content="structure rows" />23 28 <table tal:condition="python: 1" class="contentListing" width="100%" summary="content layout" id="folder_content"> 24 29 <tr class="even ajaxtd"> -
WAeUP_SRP/base/skins/waeup_academics/faculty_view.pt
r3473 r3474 4 4 <metal:body use-macro="here/main_template/macros/master"> 5 5 <metal:block fill-slot="header"> 6 <a href=""6 <a tal:condition="nothing" href="" 7 7 tal:attributes="href string:${here/academicsParent}"> 8 8 <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/> 9 9 Up one level 10 10 </a> 11 <div class=""><span tal:repeat="crumb context/getBreadCrumbs"><a href="crumb" 12 tal:attributes="href crumb/url" 13 tal:content="crumb/title"></a> 14 <span tal:condition="not: repeat/crumb/end">></span> 15 </span> 16 </div> 11 17 <h3 tal:content="info/doc/LongTitle|here/title_or_id" /> 12 18 <br /> -
WAeUP_SRP/base/skins/waeup_academics/getLevelInfo.py
r3473 r3474 11 11 """ 12 12 return Info about the Level 13 """14 13 try: 15 14 from Products.zdb import set_trace … … 17 16 def set_trace(): 18 17 pass 18 """ 19 19 request = context.REQUEST 20 20 … … 44 44 second = [] 45 45 combined = [] 46 set_trace()47 46 for course_id,course in context.objectItems(): 48 47 row = {} -
WAeUP_SRP/base/skins/waeup_academics/level_view.pt
r2614 r3474 4 4 <metal:body use-macro="here/main_template/macros/master"> 5 5 <metal:block fill-slot="header"> 6 <a href=""6 <a tal:condition="nothing" href="" 7 7 tal:attributes="href string:${here/academicsParent}"> 8 8 <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/> 9 9 Up one level 10 10 </a> 11 <div class=""><span tal:repeat="crumb context/getBreadCrumbs"><a href="crumb" 12 tal:attributes="href crumb/url" 13 tal:content="crumb/title"></a> 14 <span tal:condition="not: repeat/crumb/end">></span> 15 </span> 16 </div> 11 17 <h3 tal:content="here/title_or_id" /> 12 <div tal:condition="python:0" tal:content="info/container_path"/>13 <div tal:condition="python:0" tal:content="info/dep_id"/>14 <div tal:condition="python:0" tal:content="info/cert_id"/>15 18 </metal:block> 16 19 <metal:main fill-slot="main" tal:condition="python:1"> -
WAeUP_SRP/base/skins/waeup_default/waeup_document_view.pt
r3473 r3474 1 1 <metal:body use-macro="here/main_template/macros/master"> 2 <metal:main fill-slot="main" 3 tal:define="info context/getDocumentInfo; 4 s_name context/getStudentNameInContext; 5 is_so info/is_sectionofficer;"> 6 7 <span tal:condition="not: info"> 8 <span tal:content="here/illegal_view" /> 9 </span> 10 <span tal:condition="info"> 11 12 <a href="" tal:attributes="href string:${here/aq_parent/absolute_url}"> 2 <metal:main fill-slot="main" 3 tal:define="info context/getDocumentInfo; 4 s_name context/getStudentNameInContext; 5 is_so info/is_sectionofficer;" 6 > 7 <span tal:condition="not: info"> 8 <span tal:content="here/illegal_view" /> 9 </span> 10 <span tal:condition="info" tal:define="breadcrumbs context/getBreadCrumbs"> 11 <a tal:condition="not: breadcrumbs" href="" tal:attributes="href string:${here/aq_parent/absolute_url}"> 13 12 <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/> 14 13 Up one level 15 14 </a> 15 <div tal:condition="breadcrumbs"> 16 <span tal:repeat="crumb breadcrumbs"><a href="crumb" 17 tal:attributes="href crumb/url" 18 tal:content="crumb/title"></a> 19 <span tal:condition="not: repeat/crumb/end">></span> 20 </span> 21 </div> 16 22 17 23 <h3>
Note: See TracChangeset for help on using the changeset viewer.