Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/wsgi/authz/result_handler/error.html@6265
Revision 6265,
542 bytes
checked in by pjkersha, 11 years ago
(diff) |
Adding Genshi template interface for access denied result handler.
|
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.