Changeset 4990
- Timestamp:
- 3 Feb 2010, 10:15:53 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/sitelayout.pt
r4789 r4990 4 4 <head> 5 5 <title>WAeUP - your way up</title> 6 <!-- base href="http://localhost:8080/app/@@page" / --> 6 <base href="http://localhost:8080/app/@@page" 7 tal:attributes="href python: view.url(layout.site)" /> 7 8 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 8 9 <meta name="robots" content="index, follow" /> 9 <!-- tal:head content="structure provider:head" / -->10 10 11 11 <link rel="shortcut icon" tal:attributes="href static/favicon.ico" … … 22 22 <link rel="stylesheet" type="text/css" href="" 23 23 tal:attributes="href static/waeuptheme.css" /> 24 25 <link rel="alternate" type="application/rss+xml" 26 title="RSS" href="http://www.example.net/feed.rss" 27 tal:attributes="title string:RSS feed of ${layout/getAppTitle}; 28 href python: view.url(layout.site, 'feed.rss')" /> 24 29 25 30 </head>
Note: See TracChangeset for help on using the changeset viewer.