summaryrefslogtreecommitdiff
path: root/templates/layout.xi
diff options
context:
space:
mode:
authorequinox <equinox@diac24.net>2011-09-27 06:52:54 +0200
committerequinox <equinox@diac24.net>2011-09-27 06:52:54 +0200
commit2a13c8256b2b64c3c61e043a1d9268b75a4597a4 (patch)
tree5ef513e495504a23ea0c094c747fc4e140139305 /templates/layout.xi
parenteb5d8a3c4b403978a5827e972d4c5391f0a5ed62 (diff)
802.1X config template
Diffstat (limited to 'templates/layout.xi')
-rw-r--r--templates/layout.xi9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/layout.xi b/templates/layout.xi
index ed8dab8..b5dfd47 100644
--- a/templates/layout.xi
+++ b/templates/layout.xi
@@ -30,4 +30,13 @@
</div>
</body>
</py:match>
+
+ <py:match path="sub:bodylarge" once="true">
+ <body id="large" py:attrs="select('@*')">
+ <div>
+ <a href="login"><img id="logo" src="static/ldap.png" alt="subdap" width="192" height="230"/></a>
+ ${select('*')}
+ </div>
+ </body>
+ </py:match>
</html>