JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove obsolete type="text/javascript" from script tags
[wfpl-cms.git] / contact.html
index 11e1fb5..6f1e7ee 100644 (file)
@@ -2,16 +2,14 @@
 
 <html lang="en">
 <head>
-       <meta charset="utf-8" />
-       <title><!--~$title show {~-->Messages<!--~}~--></title>
-       <link rel="stylesheet" href="style.css">
+       <title><!--~$title show {~-->Contact<!--~}~--></title>
 </head>
 
 <body>
 <!--~$body show {~-->
 
        <!--~form {~-->
-               <h2>Submit a message</h2>
+               <h2>Contact</h2>
 
                <form action="contact" method="post">
 
                        <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>
        <!--~}~-->