Changeset 7674 for main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
- Timestamp:
- 22 Feb 2012, 08:27:56 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/facultypage.pt
r7464 r7674 1 <div tal:condition="python: not len(context.keys())">1 <div i18n:domain="waeup.sirp" i18n:translate="" tal:condition="python: not len(context.keys())"> 2 2 There no subobjects registered yet. 3 3 </div> 4 4 5 <table >5 <table i18n:domain="waeup.sirp"> 6 6 <thead> 7 7 <tr> 8 <th >Code</th>9 <th >Title</th>8 <th i18n:translate="code">Code</th> 9 <th i18n:translate="title">Title</th> 10 10 </tr> 11 11 </thead> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/staffsitelayout.pt
r7669 r7674 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" 3 xmlns:i18n="http://xml.zope.org/namespaces/i18n" 4 i18n:domain="waeup.sirp" 5 xml:lang="en"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" i18n:domain="waeup.sirp"> 6 3 <head> 7 4 <title>WAeUP - your way up … … 29 26 <ul class="nav secondary-nav"> 30 27 <li tal:condition="not: layout/isAuthenticated"> 31 <a href="#" i18n:translate=" login"28 <a href="#" i18n:translate="" 32 29 tal:attributes="href python: view.url(layout.site, 'login')"> 33 30 Login … … 35 32 </li> 36 33 <li tal:condition="layout/isAuthenticated"> 37 <a href="#" tal:attributes="href python: view.url(layout.site, '@@contactadmin')"> 34 <a href="#" i18n:translate="" 35 tal:attributes="href python: view.url(layout.site, '@@contactadmin')"> 38 36 Contact 39 37 </a> 40 38 </li> 41 39 <li tal:condition="layout/isAuthenticated"> 42 <a href="#" tal:attributes="href python: view.url(context, '@@logout')">Logout</a> 40 <a href="#" i18n:translate="" 41 tal:attributes="href python: view.url(context, '@@logout')">Logout</a> 43 42 </li> 44 43 </ul> 44 <span class="language"> 45 <tal:languages 46 tal:content="structure provider:languages" /> | 47 </span> 45 48 </div> 46 49 </div> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/studentsitelayout.pt
r7669 r7674 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" 3 xmlns:i18n="http://xml.zope.org/namespaces/i18n" 4 i18n:domain="waeup.sirp" 5 xml:lang="en"> 2 <html xmlns="http://www.w3.org/1999/xhtml" i18n:domain="waeup.sirp"> 6 3 <head> 7 4 <title>WAeUP - your way up … … 34 31 <ul class="nav secondary-nav"> 35 32 <li tal:condition="not: layout/isAuthenticated"> 36 <a href="#" tal:attributes="href python: view.url(layout.site, 'login')"> 33 <a href="#" i18n:translate="" 34 tal:attributes="href python: view.url(layout.site, 'login')"> 37 35 Login 38 36 </a> 39 37 </li> 40 38 <li tal:condition="layout/isAuthenticated"> 41 <a href="#" tal:attributes="href python: view.url(layout.site, '@@contactadmin')"> 39 <a href="#" i18n:translate="" 40 tal:attributes="href python: view.url(layout.site, '@@contactadmin')"> 42 41 Contact 43 42 </a> 44 43 </li> 45 44 <li tal:condition="layout/isAuthenticated"> 46 <a href="#" tal:attributes="href python: view.url(context, '@@logout')">Logout</a> 45 <a href="#" i18n:translate="" 46 tal:attributes="href python: view.url(context, '@@logout')">Logout</a> 47 47 </li> 48 48 </ul> 49 <span class="language"> 50 <tal:languages 51 tal:content="structure provider:languages" /> | 52 </span> 49 53 </div> 50 54 </div> 51 55 </div> 56 52 57 <div class="container"> 53 58 <ul class="student-info-bar" tal:condition="layout/isAuthenticated">
Note: See TracChangeset for help on using the changeset viewer.