Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(555)

Side by Side Diff: chrome/test/data/autofill/heuristics/input/145_hal-india.com.html

Issue 1808593003: [Autofill] Add regex for phone field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/test/data/autofill/heuristics/output/145_hal-india.com.out » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <form method="post" action="/Feedback/HF__11" onsubmit="javascript:return WebFor m_OnSubmit();" id="form1">
2
3 <table width="100%" border="0" cellpadding="0" cellspacing="0" class="form_t able">
4 <tbody><tr>
5 <td hedlht="25" colspan="2">
6 <span id="ContentPlaceHolder1_Label1" class="redtext"></span>
7 </td>
8 </tr>
9 <tr>
10 <td>
11 My Query Relates to <span style="color: #ff0000; font-size: 13px ">*</span>
12 </td>
13 <td>
14 <select name="ctl00$ContentPlaceHolder1$ddlCategory" id="Content PlaceHolder1_ddlCategory" class="inquiryselect">
15 <option value="0">--Select Category--</option>
16 <option value="1">Marketing</option>
17 <option value="2">Recruitment</option>
18 <option value="4">Human Resources</option>
19 <option value="7">Corporate Media Communications</option>
20 <option value="8">Integrated Materials Management</option>
21 <option value="9">Customer Services</option>
22 <option value="10">Planning &amp; Projects</option>
23 <option value="11">Public Information Officer</option>
24 <option value="12">Vigilance</option>
25
26 </select>
27 <span id="ContentPlaceHolder1_RequiredFieldCategoryDrop" style=" color:Red;visibility:hidden;">Select Category.</span>
28 </td>
29 </tr>
30 <tr>
31 <td>
32 Mention Your Query <span style="color: #ff0000; font-size: 13px" >*</span>
33 </td>
34 <td>
35 <textarea name="ctl00$ContentPlaceHolder1$txtQueryl" rows="2" co ls="20" id="ContentPlaceHolder1_txtQueryl" style="height:89px;width:203px;"></te xtarea>
36 <span id="ContentPlaceHolder1_RequiredFieldValidator1" style="co lor:Red;visibility:hidden;">Enter Your Query.</span>
37 </td>
38 </tr>
39 <tr>
40 <td>
41 Name <span style="color: #ff0000; font-size: 13px">*</span>
42 </td>
43 <td>
44 <input name="ctl00$ContentPlaceHolder1$txtName" type="text" id=" ContentPlaceHolder1_txtName" style="height:25px;width:204px;">
45 <span id="ContentPlaceHolder1_RequiredFieldValidator2" style="co lor:Red;visibility:hidden;">Enter Name.</span>
46 </td>
47 </tr>
48 <tr>
49 <td>
50 Email ID <span style="color: #ff0000; font-size: 13px">*</span>
51 </td>
52 <td>
53 <input name="ctl00$ContentPlaceHolder1$txtEmail" type="text" id= "ContentPlaceHolder1_txtEmail" style="height:25px;width:204px;">
54 <span id="ContentPlaceHolder1_RequiredFieldValidator3" style="co lor:Red;visibility:hidden;">Enter Email Ids.</span>
55 <span id="ContentPlaceHolder1_ValidEmailIDRegularExpression" sty le="color:Red;visibility:hidden;">Enter Valid Email Id</span>
56 </td>
57 </tr>
58 <tr>
59 <td>
60 Contact Number <span style="color: #ff0000; font-size: 13px">*</ span>
61 </td>
62 <td>
63 <input name="ctl00$ContentPlaceHolder1$txtContact" type="text" i d="ContentPlaceHolder1_txtContact" onkeypress="return enterNumericDataOnly(event )" style="height:25px;width:204px;">
64 <span id="ContentPlaceHolder1_RequiredFieldValidator4" style="co lor:Red;visibility:hidden;">Enter Contact Number.</span>
65 </td>
66 </tr>
67 <tr>
68 <td align="left">
69 </td>
70 </tr>
71 <tr>
72 <td colspan="2" style="margin-left: 40px">
73 <input type="submit" name="ctl00$ContentPlaceHolder1$btnEmails" value="Submit" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_Pos tBackOptions(&quot;ctl00$ContentPlaceHolder1$btnEmails&quot;, &quot;&quot;, true , &quot;E&quot;, &quot;&quot;, false, false))" id="ContentPlaceHolder1_btnEmails " class="btn">
74
75 </td>
76 </tr>
77 </tbody></table>
78 </form>
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/autofill/heuristics/output/145_hal-india.com.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698