summaryrefslogtreecommitdiffstats
path: root/ipa_webui/templates/main.kid
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-10-06 18:25:57 -0600
committerJason Gerard DeRose <jderose@redhat.com>2008-10-06 18:25:57 -0600
commit3082a5379ac5b5e949e79e4c473a013546ce7b6e (patch)
tree5f5528b0c18f014bae35d30193db883e950d17fd /ipa_webui/templates/main.kid
parentd38dcb6d39c87e2a35d94e86162a1d870fb1b2bc (diff)
downloadfreeipa-3082a5379ac5b5e949e79e4c473a013546ce7b6e.tar.gz
freeipa-3082a5379ac5b5e949e79e4c473a013546ce7b6e.tar.xz
freeipa-3082a5379ac5b5e949e79e4c473a013546ce7b6e.zip
More work on webui skeleton
Diffstat (limited to 'ipa_webui/templates/main.kid')
-rw-r--r--ipa_webui/templates/main.kid6
1 files changed, 4 insertions, 2 deletions
diff --git a/ipa_webui/templates/main.kid b/ipa_webui/templates/main.kid
index 2eee036cf..692f2b575 100644
--- a/ipa_webui/templates/main.kid
+++ b/ipa_webui/templates/main.kid
@@ -2,11 +2,13 @@
<html xmlns:py="http://purl.org/kid/ns#">
<head>
- <title>Hello</title>
+ <title>FreeIPA</title>
</head>
<body>
- <div>Hello</div>
+ <p py:for="name in api.Command">
+ <a href="${name}" py:content="name"/>
+ </p>
</body>
</html>