summaryrefslogtreecommitdiff
path: root/templates/layout.xi
diff options
context:
space:
mode:
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>