summaryrefslogtreecommitdiff
path: root/templates/layout.xi
diff options
context:
space:
mode:
authorequinox <equinox@diac24.net>2011-09-27 06:09:30 +0200
committerequinox <equinox@diac24.net>2011-09-27 06:09:30 +0200
commiteb5d8a3c4b403978a5827e972d4c5391f0a5ed62 (patch)
tree693307607882afc593b6978e9e1ae1e3e6931b80 /templates/layout.xi
parent230438d7c287a370422ca42b7bd6ef977475ef70 (diff)
templates: some brushing up
Diffstat (limited to 'templates/layout.xi')
-rw-r--r--templates/layout.xi4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layout.xi b/templates/layout.xi
index 290e7b0..ed8dab8 100644
--- a/templates/layout.xi
+++ b/templates/layout.xi
@@ -17,7 +17,7 @@
<py:match path="sub:infobox" once="true">
<div id="infobox">
<img src="static/info.png" alt="info"/>
- <p>${select('text()')}</p>
+ <p>${select('text()|*')}</p>
</div>
</py:match>
@@ -25,7 +25,7 @@
<body id="formcont" py:attrs="select('@*')">
${select('sub:infobox')}
<div>
- <img id="logo" src="static/ldap.png" alt="subdap" width="192" height="230"/>
+ <a href="login"><img id="logo" src="static/ldap.png" alt="subdap" width="192" height="230"/></a>
${select('*')}
</div>
</body>