JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add contact form
[wfpl-cms.git] / contact.html
diff --git a/contact.html b/contact.html
new file mode 100644 (file)
index 0000000..11e1fb5
--- /dev/null
@@ -0,0 +1,39 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+       <meta charset="utf-8" />
+       <title><!--~$title show {~-->Messages<!--~}~--></title>
+       <link rel="stylesheet" href="style.css">
+</head>
+
+<body>
+<!--~$body show {~-->
+
+       <!--~form {~-->
+               <h2>Submit a message</h2>
+
+               <form action="contact" method="post">
+
+                       <div class="caption">Name</div>
+                       <div class="field"><input type="text" name="name" value="~name attr~"></div>
+
+                       <div class="caption">Email</div>
+                       <div class="field"><input type="email" name="email" value="~email attr~"></div>
+
+                       <div class="caption">Robot Barrier (Required)</div>
+                       <div class="field_notes">Enter (below) the number between ~robot_minus_one~ and ~robot_plus_one~</div>
+                       <div class="field"><input type="text" name="robot" value="~robot attr~"></div>
+
+                       <div class="caption">Comments</div>
+                       <div class="field"><textarea rows="9" cols="22" name="comments">~comments html~</textarea></div>
+
+                       <div class="caption"></div>
+                       <div class="field"><input type="submit" name="save" value="Save"></div>
+
+               </form>
+       <!--~}~-->
+
+<!--~}~-->
+</body>
+</html>