diff --git a/src/zutil/ui/configurator.dynamic.tmpl b/src/zutil/ui/configurator.dynamic.tmpl new file mode 100755 index 0000000..bd6d799 --- /dev/null +++ b/src/zutil/ui/configurator.dynamic.tmpl @@ -0,0 +1,100 @@ + + + + + \ No newline at end of file diff --git a/src/zutil/ui/configurator.form.tmpl b/src/zutil/ui/configurator.form.tmpl new file mode 100755 index 0000000..4a2ad7d --- /dev/null +++ b/src/zutil/ui/configurator.form.tmpl @@ -0,0 +1,20 @@ +{{#conf}} +
+ {{#.params}} +
+ + {{#.isTypeString()}}{{/#.isTypeString()}} + {{#.isTypeInt()}}{{/#.isTypeInt()}} + {{#.isTypeBoolean()}} + + + {{/#.isTypeBoolean()}} + {{#.isTypeEnum()}} + + {{/#.isTypeEnum()}} +
+ {{/.params}} +
+{{/conf}} \ No newline at end of file