Changeset 10980
- Timestamp:
- 24 Jan 2014, 16:21:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/staffsitelayout.pt
r10976 r10980 2 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" i18n:domain="waeup.kofa"> 3 3 <head> 4 5 <!-- Diazo element--> 4 6 <title i18n:translate=""> 5 7 WAeUP.Kofa - Student Management System 6 </title> 8 </title> 9 <!-- /Diazo element--> 10 7 11 <!--base href="http://localhost:8080/app/@@page" 8 12 tal:attributes="href python: view.url(layout.site)" / --> … … 18 22 <div class="topbar-inner"> 19 23 <div class="container-fluid"> 24 25 <!-- Diazo element--> 20 26 <a class="kofa-brand-link" href="#" 21 27 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"> 24 34 <tal:primary_nav content="structure provider:primary_nav" /> 25 35 </ul> 36 <!-- /Diazo element--> 37 38 <!-- Diazo element--> 26 39 <ul class="nav secondary-nav kofa-navbar-right"> 27 40 <li tal:condition="not: layout/isAuthenticated"> … … 44 57 </li> 45 58 </ul> 59 <!-- /Diazo element--> 60 46 61 <span class="language" 47 62 tal:define="langs provider:languages" … … 54 69 </div> 55 70 71 <!-- Diazo element--> 56 72 <ul class="breadcrumb"> 57 73 <tal:breadcrumbs … … 70 86 </span> 71 87 </ul> 88 <!-- /Diazo element--> 72 89 73 90 <div class="container-fluid"> 74 <div class="sidebar well"> <!-- children used by Diazo --> 91 92 <!-- Diazo element--> 93 <div class="sidebar well"> 75 94 <div tal:condition="layout/getStudentName"> 76 95 <div class="kofa-sidebar-title" tal:content="layout/getStudentName">STUDENTNAME</div> … … 86 105 </div> 87 106 </div> 88 <div class="kofa-content"> <!-- children used by Diazo --> 107 <!-- /Diazo element--> 108 109 <!-- Diazo element--> 110 <div class="kofa-content"> 89 111 <div class="actionbar" tal:condition="provider:actionbar"> 90 112 <tal:actionbar content="structure provider:actionbar" /> … … 117 139 </div> 118 140 </div> 141 <!-- /Diazo element--> 142 119 143 </div> 120 144 </body>
Note: See TracChangeset for help on using the changeset viewer.