]>
Commit | Line | Data |
---|---|---|
674cdd66 TB |
1 | <html> |
2 | <head></head> | |
3 | <body> | |
4 | <div> | |
5 | <h1>Dialer</h1> | |
6 | <form name="appform" id="appform" method="post"> | |
7 | <div id="city_div"> City: | |
d4b9a41a | 8 | <input name="city" type="text"/> |
674cdd66 TB |
9 | </div> |
10 | <div id="state_div"> State: | |
d4b9a41a | 11 | <input value="catatonic" name="state" type="text"/> |
674cdd66 TB |
12 | </div> |
13 | <div id="company_div"> Company: | |
d4b9a41a | 14 | <input name="company" type="text"/> |
674cdd66 TB |
15 | </div> |
16 | <div id="data_source_div"> Data Source: | |
d4b9a41a | 17 | <input name="data_source" type="text"/> |
674cdd66 | 18 | </div> |
d4b9a41a | 19 | <input value="locate records" type="submit"/> |
674cdd66 TB |
20 | </form> |
21 | </div> | |
22 | </body> | |
23 | </html> |