summaryrefslogtreecommitdiffstats
path: root/ipawebui/templates/main.kid
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-10-13 11:28:00 -0600
committerJason Gerard DeRose <jderose@redhat.com>2009-10-13 11:28:00 -0600
commitf58ff2921defef330d53e08e427a82ced7585c88 (patch)
treec69823174d27be31d4488a331b3fde176f8e2679 /ipawebui/templates/main.kid
parent1d6e23136a0664a86b765c67a9308f0951652f74 (diff)
downloadfreeipa-f58ff2921defef330d53e08e427a82ced7585c88.tar.gz
freeipa-f58ff2921defef330d53e08e427a82ced7585c88.tar.xz
freeipa-f58ff2921defef330d53e08e427a82ced7585c88.zip
Giant webui patch take 2
Diffstat (limited to 'ipawebui/templates/main.kid')
-rw-r--r--ipawebui/templates/main.kid14
1 files changed, 0 insertions, 14 deletions
diff --git a/ipawebui/templates/main.kid b/ipawebui/templates/main.kid
deleted file mode 100644
index 692f2b575..000000000
--- a/ipawebui/templates/main.kid
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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>