Changeset 10980


Ignore:
Timestamp:
24 Jan 2014, 16:21:12 (11 years ago)
Author:
Henrik Bettermann
Message:

Mark Diazo elements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/staffsitelayout.pt

    r10976 r10980  
    22<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" i18n:domain="waeup.kofa">
    33  <head>
     4
     5    <!-- Diazo element-->
    46    <title i18n:translate="">
    57      WAeUP.Kofa - Student Management System
    6     </title>
     8    </title> 
     9    <!-- /Diazo element-->
     10
    711    <!--base href="http://localhost:8080/app/@@page"
    812     tal:attributes="href python: view.url(layout.site)" / -->
     
    1822      <div class="topbar-inner">
    1923        <div class="container-fluid">
     24
     25          <!-- Diazo element-->
    2026          <a class="kofa-brand-link" href="#"
    2127              tal:attributes="href python: view.url(layout.site)"
    22               tal:content="layout/getAppAcronym">ACRONYM</a>
    23           <ul class="nav kofa-navbar-left">
     28              tal:content="layout/getAppAcronym">ACRONYM
     29          </a>
     30          <!-- /Diazo element-->
     31
     32          <!-- Diazo element-->
     33          <ul class="nav kofa-navbar-left">
    2434            <tal:primary_nav content="structure provider:primary_nav" />
    2535          </ul>
     36          <!-- /Diazo element-->
     37
     38          <!-- Diazo element-->
    2639          <ul class="nav secondary-nav kofa-navbar-right">
    2740            <li tal:condition="not: layout/isAuthenticated">
     
    4457            </li>
    4558          </ul>
     59          <!-- /Diazo element-->
     60
    4661          <span class="language"
    4762                tal:define="langs provider:languages"
     
    5469    </div>
    5570
     71    <!-- Diazo element-->
    5672    <ul class="breadcrumb">
    5773      <tal:breadcrumbs
     
    7086      </span>
    7187    </ul>
     88    <!-- /Diazo element-->
    7289
    7390    <div class="container-fluid">
    74       <div class="sidebar well"> <!-- children used by Diazo -->
     91
     92      <!-- Diazo element-->
     93      <div class="sidebar well">
    7594          <div tal:condition="layout/getStudentName">
    7695            <div class="kofa-sidebar-title" tal:content="layout/getStudentName">STUDENTNAME</div>
     
    86105        </div>
    87106      </div>
    88       <div class="kofa-content"> <!-- children used by Diazo -->
     107      <!-- /Diazo element-->
     108
     109      <!-- Diazo element-->
     110      <div class="kofa-content">
    89111        <div class="actionbar" tal:condition="provider:actionbar">
    90112          <tal:actionbar content="structure provider:actionbar" />&nbsp;
     
    117139        </div>
    118140      </div>
     141      <!-- /Diazo element-->
     142
    119143    </div>
    120144  </body>
Note: See TracChangeset for help on using the changeset viewer.