JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
first stab at paypal_ipn framework
[wfpl-cms.git] / contact.html
index 11e1fb5..227a19c 100644 (file)
@@ -2,17 +2,12 @@
 
 <html lang="en">
 <head>
-       <meta charset="utf-8" />
-       <title><!--~$title show {~-->Messages<!--~}~--></title>
-       <link rel="stylesheet" href="style.css">
+       <title></title>
 </head>
 
 <body>
 <!--~$body show {~-->
-
        <!--~form {~-->
-               <h2>Submit a message</h2>
-
                <form action="contact" method="post">
 
                        <div class="caption">Name</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">Message</div>
+                       <div class="field"><textarea style="box-sizing: border-box; width: 100%; height: 220px" name="comments">~comments html~</textarea></div>
 
                        <div class="caption"></div>
-                       <div class="field"><input type="submit" name="save" value="Save"></div>
+                       <div class="field"><input type="submit" value="Send"></div>
 
                </form>
        <!--~}~-->
-
 <!--~}~-->
 </body>
 </html>