]> iEval git - html-element-library.git/blobdiff - t/html/fillinform/fillinform.gen
fillinform tests
[html-element-library.git] / t / html / fillinform / fillinform.gen
diff --git a/t/html/fillinform/fillinform.gen b/t/html/fillinform/fillinform.gen
new file mode 100644 (file)
index 0000000..ed123ac
--- /dev/null
@@ -0,0 +1,23 @@
+<html>
+  <head></head>
+  <body>
+    <div>
+      <h1>Dialer</h1>
+      <form name="appform" id="appform" method="post">
+        <div id="city_div"> City:
+          <input /="/" name="city" type="text">
+        </div>
+        <div id="state_div"> State:
+          <input /="/" value="catatonic" name="state" type="text">
+        </div>
+        <div id="company_div"> Company:
+          <input /="/" name="company" type="text">
+        </div>
+        <div id="data_source_div"> Data Source:
+          <input /="/" name="data_source" type="text">
+        </div>
+        <input /="/" value="locate records" type="submit">
+      </form>
+    </div>
+  </body>
+</html>
This page took 0.020937 seconds and 4 git commands to generate.