Ignore:
Timestamp:
15 May 2007, 07:49:50 (18 years ago)
Author:
Henrik Bettermann
Message:
  • assertViewable removed and page templates adjusted, so that no traceback occurs.
  • 'Previous Session' action added
  • waeup_content_master.pt removed
  • and more
Location:
WAeUP_SRP/trunk/skins/waeup_academics
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_academics/academics_search_view.pt

    r911 r1783  
    1515    <metal:main fill-slot="main">
    1616      <span tal:condition="not: is_so">
    17         <metal:block use-macro="here/error_not_found/macros/not_found" />
     17        <span tal:content="here/illegal_view" />
    1818      </span>
    1919      <span tal:condition="is_so"
  • WAeUP_SRP/trunk/skins/waeup_academics/academics_view.pt

    r913 r1783  
    22            is_so context/isSectionOfficer;"
    33            >
    4   <metal:body use-macro="here/waeup_content_master/macros/master">
     4  <metal:body use-macro="here/main_template/macros/master">
    55    <metal:block fill-slot="header">
    66      <a href="" tal:condition="nothing"
  • WAeUP_SRP/trunk/skins/waeup_academics/certificate_view.pt

    r913 r1783  
    22            is_so context/isSectionOfficer;"
    33            >
    4   <metal:body use-macro="here/waeup_content_master/macros/master">
     4  <metal:body use-macro="here/main_template/macros/master">
    55    <metal:block fill-slot="header">
    66      <a href=""
  • WAeUP_SRP/trunk/skins/waeup_academics/certificates_view.pt

    r913 r1783  
    22            is_so context/isSectionOfficer;"
    33            >
    4   <metal:body use-macro="here/waeup_content_master/macros/master">
     4  <metal:body use-macro="here/main_template/macros/master">
    55    <metal:block fill-slot="header">
    66      <a href=""
  • WAeUP_SRP/trunk/skins/waeup_academics/courses_view.pt

    r1366 r1783  
    11<metal:html>
    2   <metal:body use-macro="here/waeup_content_master/macros/master">
     2  <metal:body use-macro="here/main_template/macros/master">
    33    <metal:block fill-slot="header"
    44                 tal:define="global info context/getCoursesInfo;
  • WAeUP_SRP/trunk/skins/waeup_academics/department_view.pt

    r913 r1783  
    22            is_so context/isSectionOfficer;"
    33            >
    4   <metal:body use-macro="here/waeup_content_master/macros/master">
     4  <metal:body use-macro="here/main_template/macros/master">
    55    <metal:block fill-slot="header">
    66      <a href=""
  • WAeUP_SRP/trunk/skins/waeup_academics/faculty_view.pt

    r913 r1783  
    22            is_so context/isSectionOfficer;"
    33            >
    4   <metal:body use-macro="here/waeup_content_master/macros/master">
     4  <metal:body use-macro="here/main_template/macros/master">
    55    <metal:block fill-slot="header">
    66      <a href=""
  • WAeUP_SRP/trunk/skins/waeup_academics/getDocumentInfo.py

    r913 r1783  
    1818
    1919info = {}
    20 info['doc'] = context.getContent()
     20try:
     21    info['doc'] = context.getContent()
     22except:
     23    return None
    2124return info
  • WAeUP_SRP/trunk/skins/waeup_academics/level_view.pt

    r1646 r1783  
    22            is_so context/isSectionOfficer;"
    33            >
    4   <metal:body use-macro="here/waeup_content_master/macros/master">
     4  <metal:body use-macro="here/main_template/macros/master">
    55    <metal:block fill-slot="header">
    66      <a href=""
Note: See TracChangeset for help on using the changeset viewer.