summaryrefslogtreecommitdiffstats
path: root/ipawebui/templates/form.kid
diff options
context:
space:
mode:
Diffstat (limited to 'ipawebui/templates/form.kid')
-rw-r--r--ipawebui/templates/form.kid16
1 files changed, 16 insertions, 0 deletions
diff --git a/ipawebui/templates/form.kid b/ipawebui/templates/form.kid
new file mode 100644
index 000000000..640157005
--- /dev/null
+++ b/ipawebui/templates/form.kid
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='utf-8'?>
+<html xmlns:py="http://purl.org/kid/ns#">
+
+<head>
+ <title>Hello</title>
+</head>
+
+<body>
+ <table>
+ <tr py:for="param in command.params()">
+ <td py:content="param.name"/>
+ </tr>
+ </table>
+</body>
+
+</html>