Changeset 3852
- Timestamp:
- 16 Jan 2009, 12:26:37 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/viewlets_templates/logo.pt
r3530 r3852 1 1 <div id="logo"> 2 <img tal:attributes="src static/logo_waeup.gif" alt="WAeUp logo" /> 3 <h1>Sample University</h1> 2 <a href="" 3 tal:attributes="href view/application_url"> 4 <img tal:attributes="src static/logo_waeup.gif" alt="WAeUp logo" /> 5 </a> 6 <h1 tal:content="viewlet/getAppTitle">Sample University</h1> 4 7 </div>
Note: See TracChangeset for help on using the changeset viewer.