Changeset 4596 for waeup/branches
- Timestamp:
- 1 Jan 2010, 15:56:18 (15 years ago)
- Location:
- waeup/branches/ulif-layout/src/waeup/browser/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-layout/src/waeup/browser/templates/sitelayout.pt
r4587 r4596 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 4 <head> 5 <!-- base href="http://localhost:8080/app/@@page" / --> 4 <head> 5 <title>WAeUP - your way up</title> 6 <!-- base href="http://localhost:8080/app/@@page" / --> 6 7 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 7 8 <meta name="robots" content="index, follow" /> 8 < tal:head content="structure provider:head" />9 <!-- tal:head content="structure provider:head" / --> 9 10 10 11 <link rel="shortcut icon" tal:attributes="href static/favicon.ico" 11 12 type="image/x-icon" /> 12 13 13 </head> 14 <body id="doc233" noclass="yui-t2" class="yui-skin-sam"> 15 <div id="hd"> 16 <tal:header content="structure provider:header" /> 17 <div id="navbar" class="yui-navset" style="text-align:right;"> 18 <ul class="yui-nav"> 19 <li> 20 <a tal:attributes="href 21 python:view.application_url() + '/faculties'"> 22 <em>Faculties</em></a></li> 23 <li> 24 <a tal:attributes="href 25 python:view.application_url() + '/@@search'"> 26 <em>Search</em></a></li> 27 </ul> 28 </div> 29 </div> 14 <link rel="stylesheet" type="text/css" href="" 15 tal:attributes="href static/yuiapp.css" /> 16 <link rel="stylesheet" type="text/css" href="" 17 tal:attributes="href static/purple.css" /> 18 <link rel="stylesheet" type="text/css" href="" 19 tal:attributes="href static/waeuptheme.css" /> 30 20 31 <div id="yui-main" class="yui-main"> 21 </head> 22 <body class="rounded yui-skin-sam"> 23 <div id="doc3" class="yui-t2"> 24 <div id="hd" role="banner"> 25 <div id="hd"> 26 <tal:header content="structure provider:header" /> 27 <div id="navigation" class="yui-navset" style="text-align:right;"> 28 <ul id="primary-navigation"> 29 <li class="active"><a href="#">Home</a></li> 30 <li> 31 <a tal:attributes="href 32 python:view.application_url() + '/faculties'"> 33 Faculties</a> 34 </li> 35 <li> 36 <a tal:attributes="href 37 python:view.application_url() + '/@@search'"> 38 Search</a> 39 </li> 40 </ul> 32 41 33 <!-- 34 <tal:breadcrumbs content="structure provider:breadcrumbs" /> 35 --> 42 <ul id="user-navigation"> 43 <li><a href="#">Profile</a></li> 44 <li><a href="#">Settings</a></li> 45 <li><a href="#">Logout</a></li> 46 </ul> 47 <div class="clear"></div> 48 49 </div> 50 </div> 51 52 </div> 53 <div id="bd" role="main"> 54 <div id="yui-main"> 55 <div class="yui-b"><div class="yui-g"> 56 57 <!-- 58 <tal:breadcrumbs content="structure provider:breadcrumbs" /> 59 --> 36 60 37 <div tal:content="structure context/@@messages"> 38 MESSAGE 39 </div> 61 <div class="block"> 62 <div class="hd"> 63 <h2 tal:content="view/title"> 64 THE CONTENT TITLE 65 </h2> 66 </div> 67 <div class="bd"> 68 <div class="actionbar"> 69 <tal:actionbar content="structure provider:actionbar" /> 70 </div> 40 71 41 <div> 42 <tal:actionbar content="structure provider:actionbar" /> 43 </div> 72 <div class="alert warning ui-state-error" 73 tal:define="message context/@@messages" 74 tal:condition="python: len(message)>11"> 75 <span class="ui-icon ui-icon-alert">A</span> 76 <span tal:content="structure message"></span> 77 </div> 44 78 45 <div id="innermain"> 46 <div noclass="yui-b"> 47 <div tal:replace="structure view/content"> 48 THE CONTENT 79 <div tal:replace="structure view/content"> 80 THE CONTENT 81 </div> 82 83 </div> 84 </div> 85 86 </div> 87 </div> 88 </div> 89 <div class="yui-b"> 90 <div class="block"> 91 <div class="hd"> 92 <h2 tal:content="layout/getUserTitle">Username</h2> 93 </div> 94 <div class="bd"> 95 <tal:left content="structure provider:left" /> 96 </div> 97 </div> 49 98 </div> 50 99 </div> 100 101 <div id="ft" role="contentinfo"> 102 <tal:footer content="structure provider:footer" /> 103 </div> 51 104 </div> 52 </div> 53 <div id="left" noclass="yui-b"> 54 <tal:left content="structure provider:left" /> 55 </div> 56 57 <div id="ft"> 58 <tal:footer content="structure provider:footer" /> 59 </div> 60 61 </body> 105 </body> 62 106 </html> -
waeup/branches/ulif-layout/src/waeup/browser/templates/universitypage.pt
r4591 r4596 1 <div class="unilayout" tal:content="context/name"> 2 University Name 3 </div> 4 <h1> 1 2 <h2> 5 3 Welcome to the WAeUP SRP of <span tal:replace="context/name">NAME</span> 6 </h1> 7 <div> 4 </h2> 5 6 <p> 8 7 This is the default frontpage of the Student Registration Portal 9 8 (SRP) which is part of the West African e-University Project 10 9 (<a href="http://www.waeup.org/">WAeUP</a>). 11 </ div>10 </p> 12 11 13 <div name="tableexample" class="yui-skin-sam"> 14 <div tal:replace="structure view/table/renderHTML" /> 15 </div> 12 <p> 13 First thing to do after installation is to set a new location 14 for data files (imports/exports) in the <a 15 href="datacenter">DataCenter</a>. 16 </p> 16 17 17 18 <p> 19 You can tweak the layout starting with the page template 20 <code>universitypage.pt</code> in 21 <code>waeup/browser/templates/</code>. 22 </p> 23 24 <!-- 25 <div name="tableexample" class="yui-skin-sam"> 26 <div tal:replace="structure view/table/renderHTML" /> 27 </div> 28 --> 29 30
Note: See TracChangeset for help on using the changeset viewer.