Changeset 6646 for main/waeup.sirp/trunk
- Timestamp:
- 29 Aug 2011, 06:02:11 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeup-base.css
r6460 r6646 58 58 .actionButtons { 59 59 padding-top: 3em; 60 } 61 62 .wfstatus { 63 float: right; 60 64 } 61 65 -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/sitelayout.pt
r6642 r6646 51 51 <div class="block"> 52 52 <div class="hd"> 53 <h2 tal:content="view/title"> THE CONTENT TITLE </h2> 53 <span tal:content="view/title"> THE CONTENT TITLE </span> 54 <span tal:condition="layout/getStudentName" class="wfstatus"> 55 Registration State: <span tal:content="python:context.getStudent().state">State</span> 56 </span> 54 57 </div> 55 58 <div class="bd"> … … 93 96 <div id="ft" role="contentinfo"> 94 97 <p>Student Information and Registration Portal<br /> 95 Copyright © WAeUP Group, 2008-201 098 Copyright © WAeUP Group, 2008-2011 96 99 </p> 97 100 </div>
Note: See TracChangeset for help on using the changeset viewer.