-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestData1.htm
More file actions
75 lines (67 loc) · 2.48 KB
/
Copy pathTestData1.htm
File metadata and controls
75 lines (67 loc) · 2.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<HTML5>
<title>
.com Test-Data
</title>
<head>
<link rel="stylesheet" type="text/css" href="testdata.css">
<script src="jquery.js"></script>
</head>
<div id="Header1">
<img src="Targetlogo.png" style="width:22px;height:22px ">
FF Program - Target.com Test Data Management Services
<img src="Targetlogo.png" style="width:22px;height:22px ">
</div>
<div id="Header2">
<ul>
<li>Stage Environment : </li>
<li><a href="TestData1.htm">Home</a></li>
<li><a href="FindData.htm">Find Test Data</a></li>
<li><a href="RequestServices.htm">Request Services</a></li>
<li><a href="ContactUs.htm">Contact Us</a></li>
</ul>
</div>
<div id="Selections1">
<h4> Item Filters </h4>
<form>
<input type="checkbox" name="ItemFilter" value="IMN"> Active in IMN/GMS Item <br>
<input type="checkbox" name="ItemFilter" value="PRISM"> Present in PRISM <br>
<input type="checkbox" name="ItemFilter" value="PRISMActive"> Active in PRISM <br>
<input type="checkbox" name="ItemFilter" value="OMS"> Present in OMS-Sterling <br>
<input type="checkbox" name="ItemFilter" value="OMSActive"> Active in OMS-Sterling <br>
<input type="checkbox" name="ItemFilter" value="WCS-DB"> Present in WCS <br>
<input type="checkbox" name="ItemFilter" value="ITA"> ITA OH's Available <br>
<input type="checkbox" name="ItemFilter" value="WMS"> Present in WMS <br>
<input type="checkbox" name="ItemFilter" value="DPR"> Present in DPR <br>
<input type="checkbox" name="ItemFilter" value="eDW"> Present in eDW <br>
</form>
</div>
<div id="Selections2">
<h4> Attributes </h4>
<form>
<input type="checkbox" name="ItemAttr" value="IMN"> Assortment Items <br>
<input type="checkbox" name="ItemAttr" value="OMS"> Variation Parent/Child Items <br>
<input type="checkbox" name="ItemAttr" value="OMSActive"> Gift Card Items <br>
</form>
</div>
<div id="Body">
<button type="button">Show Count</button>
<button type="button">Show Items</button>
<h3> Number of Items Satisfying the criteria : </h3>
<h3 id="NumberAnswer"> 2514 </h3>
</div>
<hr>
<div id="Footer1">
Target.com Test Data Management / Flexible Fulfillment Program
<ul>
<li>Quick Links : </li>
<li><a href="PRISM.htm">PRISM</a></li>
<li><a href="MCA.htm">MCA</a></li>
<li><a href="OMS.htm">OMS</a></li>
<li><a href="Target.htm">Target.com</a></li>
<li><a href="Target.htm">WCS</a></li>
<li><a href="Target.htm">IMN</a></li>
<li><a href="Target.htm">Quality Center</a></li>
<li><a href="Target.htm">JIRA</a></li>
</ul>
</div>
</HTML>