summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/form-receipt.mdwn8
-rw-r--r--templates/form.mdwn10
2 files changed, 0 insertions, 18 deletions
diff --git a/templates/form-receipt.mdwn b/templates/form-receipt.mdwn
deleted file mode 100644
index 9ecbe4a..0000000
--- a/templates/form-receipt.mdwn
+++ /dev/null
@@ -1,8 +0,0 @@
-<div class=form>
-<tmpl_loop fields>
-<div class="<tmpl_var label escape=html>">
-<span class="fb_label"><tmpl_var label></span>
-<tmpl_var field>
-</div>
-</tmpl_loop>
-</div>
diff --git a/templates/form.mdwn b/templates/form.mdwn
deleted file mode 100644
index 65f3d24..0000000
--- a/templates/form.mdwn
+++ /dev/null
@@ -1,10 +0,0 @@
-<div class=form>
-<tmpl_var form-start>
-<tmpl_loop fields>
-<div class="<tmpl_var label escape=html>">
-<span class="fb_label<tmpl_if required> fb_required</tmpl_if>"><tmpl_var label></span>
-<tmpl_var field><tmpl_if error> <span class="fb_invalid"><tmpl_var error></span></tmpl_if><tmpl_if comment> <tmpl_var comment></tmpl_if>
-</tmpl_loop>
-<tmpl_var form-submit>
-<tmpl_var form-end>
-</div>