Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/wsgi/openid/provider/renderinginterface/genshi/templates/error.html@7077
Revision 7077,
542 bytes
checked in by pjkersha, 11 years ago
(diff) |
|
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | <html xmlns="http://www.w3.org/1999/xhtml" |
---|
2 | xmlns:py="http://genshi.edgewall.org/" |
---|
3 | xmlns:xi="http://www.w3.org/2001/XInclude"> |
---|
4 | <head> |
---|
5 | <xi:include href="base.html"/> |
---|
6 | <replace py:replace="pagehead()"/> |
---|
7 | </head> |
---|
8 | <body> |
---|
9 | <div id="main"> |
---|
10 | <div py:replace="header()"/> |
---|
11 | <div id="errorContent"> |
---|
12 | <div class="error" py:if="c.xml"> |
---|
13 | $c.xml |
---|
14 | </div> |
---|
15 | </div> |
---|
16 | <div py:replace="footer()"/> |
---|
17 | </div> |
---|
18 | </body> |
---|
19 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.