- Timestamp:
- 7 Aug 2010, 20:26:43 (14 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/breadcrumbs.pt
r4789 r5388 1 <div style="background-color: #fff; padding: 3px">1 <div style="background-color: #fff; padding: 0.3em; margin-bottom: 0.8em"> 2 2 <span tal:repeat="item viewlet/getEntries"> 3 3 <a href="#" … … 12 12 </span> 13 13 </div> 14 <p /> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/sitelayout.pt
r4992 r5388 30 30 </head> 31 31 <body class="rounded yui-skin-sam"> 32 <div id="doc3" class="yui-t 2">32 <div id="doc3" class="yui-t1"> 33 33 <div id="hd" role="banner"> 34 34 <div id="hd"> 35 35 36 36 <h1 id="logo"> 37 <a href="" 37 <a href="" tal:condition='python:True' 38 38 tal:attributes="href view/application_url"> 39 39 <img tal:attributes="src static/logo_waeup.gif" 40 alt=" WAeUp logo" />40 alt="Logo" /> 41 41 </a> 42 42 <span id="uni-title" tal:content="layout/getAppTitle"> … … 53 53 <ul id="user-navigation" 54 54 tal:condition="layout/isAuthenticated"> 55 <li><a href="#">Profile</a></li>56 <li><a href="#">Settings</a></li>57 55 <li> 58 56 <a href="#" … … 68 66 </div> 69 67 <div id="bd" role="main"> 68 <span tal:condition="layout/isAuthenticated" tal:content="structure provider:breadcrumbs" /> 70 69 <div id="yui-main"> 71 70 <div class="yui-b"><div class="yui-g"> 72 71 73 <tal:breadcrumbs content="structure provider:breadcrumbs" />72 74 73 75 74 <div class="block"> … … 114 113 115 114 <div id="ft" role="contentinfo"> 116 <p> powered by WestAfrican eUniversity Portal,117 copyright © 2008-2010 WAeUP Germany.</p>115 <p>Student Information and Registration Portal<br /> 116 Copyright © WAeUP Group, 2008-2010</p> 118 117 </div> 119 118 </div>
Note: See TracChangeset for help on using the changeset viewer.