summaryrefslogtreecommitdiffstats
path: root/ipawebui/templates/main.kid
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-01-04 19:48:02 -0700
committerJason Gerard DeRose <jderose@redhat.com>2009-01-04 19:48:02 -0700
commit026860bd5652286af64a82d3d52582701af44c0b (patch)
tree93a8ee34fa4dc8d2815481507e91b5d86eabbc55 /ipawebui/templates/main.kid
parent5c47261df596cc67410eb11db15bf0f8543e516f (diff)
downloadfreeipa-026860bd5652286af64a82d3d52582701af44c0b.tar.gz
freeipa-026860bd5652286af64a82d3d52582701af44c0b.tar.xz
freeipa-026860bd5652286af64a82d3d52582701af44c0b.zip
Renamed ipa_webui/ to ipawebui/ and tests/test_ipa_webui/ to tests/test_ipawebui
Diffstat (limited to 'ipawebui/templates/main.kid')
-rw-r--r--ipawebui/templates/main.kid14
1 files changed, 14 insertions, 0 deletions
diff --git a/ipawebui/templates/main.kid b/ipawebui/templates/main.kid
new file mode 100644
index 000000000..692f2b575
--- /dev/null
+++ b/ipawebui/templates/main.kid
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='utf-8'?>
+<html xmlns:py="http://purl.org/kid/ns#">
+
+<head>
+ <title>FreeIPA</title>
+</head>
+
+<body>
+ <p py:for="name in api.Command">
+ <a href="${name}" py:content="name"/>
+ </p>
+</body>
+
+</html>