summaryrefslogtreecommitdiff
path: root/templates/select.html
diff options
context:
space:
mode:
authorequinox <equinox@diac24.net>2011-04-01 05:42:06 +0200
committerequinox <equinox@taifun.local.sublab.org>2011-04-01 05:42:28 +0200
commit49856f36361a71aba71c43c77cebb22340010181 (patch)
tree9d7d86422eac39c779a3bd01432586a0d01b7693 /templates/select.html
initial checkin
Diffstat (limited to 'templates/select.html')
-rw-r--r--templates/select.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/select.html b/templates/select.html
new file mode 100644
index 0000000..e7dc1f2
--- /dev/null
+++ b/templates/select.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:py="http://genshi.edgewall.org/"
+ xmlns:sub="http://local.sublab.org/subdap/xmlns-templates"
+ xmlns:xi="http://www.w3.org/2001/XInclude">
+ <xi:include href="layout.xi"/>
+ <head>
+ <title>login</title>
+ </head>
+ <sub:bodyform>
+ <div class="cont">
+ Hallo ${user['cn']}!
+ <p class="app"><a href="http://sublab.org"><img src="${url('static/app_wiki.png')}" alt="wiki"/> sublab.org wiki</a></p>
+ <p class="app"><a href=""><img src="${url('static/app_subdap.png')}" alt="wiki"/> Benutzerdaten</a></p>
+ </div>
+ </sub:bodyform>
+</html>