summaryrefslogtreecommitdiff
path: root/templates/layout.xi
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.xi')
-rw-r--r--templates/layout.xi8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/layout.xi b/templates/layout.xi
index 7b59619..e14e21b 100644
--- a/templates/layout.xi
+++ b/templates/layout.xi
@@ -14,8 +14,16 @@
</head>
</py:match>
+ <py:match path="sub:infobox" once="true">
+ <div id="infobox">
+ <img src="static/info.png" alt="info"/>
+ <p>${select('text()')}</p>
+ </div>
+ </py:match>
+
<py:match path="sub:bodyform" once="true">
<body id="formcont" py:attrs="select('@*')">
+ ${select('sub:infobox')}
<div>
<img id="logo" src="static/ldap.png" alt="subdap"/>
${select('*')}