summaryrefslogtreecommitdiffstats
path: root/web/layout/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/layout/default.html')
-rw-r--r--web/layout/default.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/layout/default.html b/web/layout/default.html
new file mode 100644
index 0000000..2c52777
--- /dev/null
+++ b/web/layout/default.html
@@ -0,0 +1,11 @@
+<!--
+ Copyright (c) 2012-2015 Kaarle Ritvanen
+ See LICENSE file for license details
+-->
+
+<ng-form name="form" ui-sortable="sortable" ng-model="fields">
+ <aconf-widget ng-repeat="field in fields"
+ field="field"
+ form-field="form[field.name]">
+ </aconf-widget>
+</ng-form>