Ignore:
Timestamp:
13 Nov 2014, 13:21:59 (10 years ago)
Author:
Henrik Bettermann
Message:

Enucleation. Keep only the portal's framework. Remove university, students, applicants, hostels and accesscodes modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/henrik-regista/src/waeup/kofa/browser/templates/staffsitelayout.pt

    r11463 r11947  
    7373
    7474    <!-- Diazo element-->
    75     <span tal:condition="layout/getStudentName">
    76       <div class="wfstatus">
    77             <span tal:replace="python:context.student.student_id">
    78               Id
    79             </span>
    80             &bull;
    81             <span tal:replace="python:context.student.translated_state">
    82               State
    83             </span>
    84       </div>
    85     </span>
    86     <!-- /Diazo element-->
    87 
    88     <!-- Diazo element-->
    8975    <div class="sidebar well">
    90         <div tal:condition="layout/getStudentName">
    91           <div class="kofa-sidebar-title" tal:content="layout/getStudentName">STUDENTNAME</div>
    92           <ul class="nav">
    93             <tal:left content="structure provider:left_studentmanage" />
    94           </ul>
    95         </div>
    9676        <div tal:condition="layout/isAuthenticated">
    9777          <div class="kofa-sidebar-title" tal:content="layout/getUserTitle">USERNAME</div>
Note: See TracChangeset for help on using the changeset viewer.