-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprint.html
More file actions
191 lines (176 loc) · 7.8 KB
/
print.html
File metadata and controls
191 lines (176 loc) · 7.8 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Project Print Preview</title>
<meta name="generator" content="Bootply" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Custom CSS -->
<link href="css/landing-page.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<img class="img-responsive img-center" src="intro.gif" alt=""><br>
<table>
<tr> <!--row0-->
<td>Tag Number</td>
<td>Rev#</td>
<td>Date</td>
<td>Sub-Category</td>
<td>Complexity</td>
<td>Lead Time</td>
</tr>
<tr> <!--row1-->
<td> <form method="post"><input type="text" style="width:90px" name="tagNumber"> </form> </td>
<td> <form method="post"> <input type="text" style="text-align:right; width:40px" name="Rev#"> </form></td>
<td> <form method="post"> <input type="text" style="width:80px" name="Date"></form></td>
<td> <form method="post"> <input type="text" style="width:175px" name="Sub-Category"></form></td>
<td><form method="get" action="">
<select id="complexity" name="complexity">
<option>A</option> <!--temp -->
<option>B</option> <!--temp -->
</select>
</form></td>
<td> <form method="post"> <input type="text" style="width:75px; text-align:right" name="LeadTime"></form></td>
</tr>
</table> <br>
<div class="table-responsive">
<table>
<tr> <!--row0-->
<td> Tag Description: </td>
</tr>
<tr> <!--row1-->
<td> <div class="form-group">
<textarea class="form-control" style="width:560px; height:100px" rows="5" id="tagDescription"></textarea>
</div></form></td>
</tr>
<tr> <!--row2-->
<td> Tag Notes: </td>
</tr>
<tr> <!--row3-->
<td> <div class="form-group">
<textarea class="form-control" style="width:560px; height:100px" rows="5" id="tagNotes"></textarea>
</div></form></td>
</tr>
<tr> <!--row2-->
<td> Price Note </td>
</tr>
<tr> <!--row3-->
<td> <div class="form-group">
<textarea class="form-control" style="width:560px; height:100px" rows="5" id="comment"></textarea>
</div>
</tr>
<tr> <!--row4-->
<td> <strong>Product Lines Tag May be Applied To: </strong> </td>
</tr>
</table></div>
<div class="table-responsive">
<br><br><br><br><br>
<table>
<tr> <!--row0-->
<th> </th>
<th> </th>
<th> <center>USA$ </center><br></th>
<th> <center>Canada$</center><br></th>
<th> <center>Mexico$</center><br></th>
</tr>
<tr> <!--row1-->
<td><input type="checkbox" class="checkbox"/> </td>
<td> HVL </td>
<td><form method="post"> <input type="text" style="width:100px; text-align:center" name="HVLUSA"></form></td>
<td><form method="post"> <input type="text" style="width:100px; text-align:center" name="HVLCanda"></form></td>
<td><form method="post"> <input type="text" style="width:100px; text-align:center" name="HVLMexico"></form></td>
</tr>
<tr> <!--row2-->
<td><input type="checkbox" class="checkbox"/> </td>
<td> HVL/CC </td>
<td><form method="post"> <input type="text" style="width:100px; text-align:center" name="HVLUSA"></form></td>
<td><form method="post"> <input type="text" style="width:100px; text-align:center" name="HVLCanda"></form></td>
<td><form method="post"> <input type="text" style="width:100px; text-align:center" name="HVLMexico"></form></td>
</tr>
<tr> <!--row3-->
<td><input type="checkbox" class="checkbox"/> </td>
<td> Metal Clad </td>
<td><form method="post"> <input type="text" style="width:100px; text-align:center" name="HVLUSA"></form></td>
<td><form method="post"> <input type="text" style="width:100px; text-align:center" name="HVLCanda"></form></td>
<td><form method="post"> <input type="text" style="width:100px; text-align:center" name="HVLMexico"></form></td>
</tr>
<tr> <!--row4-->
<td><input type="checkbox" class="checkbox"/> </td>
<td> MVMCC </td>
<td><form method="post"> <input type="text" style="width:100px; text-align:center" name="HVLUSA"></form></td>
<td><form method="post"> <input type="text" style="width:100px; text-align:center" name="HVLCanda"></form></td>
<td><form method="post"> <input type="text" style="width:100px; text-align:center" name="HVLMexico"></form></td>
</tr>
</table></div>
<div class="table-responsive">
<br><br>
<table>
<tr>
<td> Applied FO </td>
<td> <input type="checkbox" class="checkbox"/> </td>
<th> Quote </th>
<td> <input type="checkbox" class="checkbox"/> </td>
<th> Factor order </th>
</tr>
</table><br> </div>
<div class="table-responsive">
<table data-toggle="table" data-url="" data-cache="false" class="table table-bordered table-striped">
<thead>
<tr>
<td></td>
<td data-field="tag#">Tag Number</td>
<td data-field="fo#">FO Number Applied To</td>
<td data-field="notes"><center>Notes to Next Engine</center></td>
</tr>
</thead>
</table>
</div> <!--table-responsive-->
<br>
<h4><i>Pricing Information </i></h4>
<table>
<tr> <!--row0-->
<th>Material: </th>
<th><form method="post"> <input type="text" style="width:200px; text-align:right" name="Material"></form></th>
</tr>
<tr> <!--row1-->
<th>Labor: </th>
<th><form method="post"> <input type="text" style="width:200px; text-align:right" name="Labor"></form></th>
</tr>
<tr> <!--row2-->
<th>Engineering: </th>
<th><form method="post"> <input type="text" style="width:200px; text-align:right" name="Engineering"></form></th>
</tr>
</table>
<hr style="width:400px" align="left">
<table>
<tr> <!--row0-->
<th>Install Cost </th>
<th><form method="post"> <input type="text" style="width:200px; text-align:right" name="InstalCost"></form></th>
</tr>
</table>
<br><br>
<table >
<tr> <!--row0-->
<th>Tag Member: </th>
<th><form method="post"> <input type="text" style="width:150px" name="TagMember"></form><br></th>
</tr>
<tr> <!--row1-->
<th>Price Expires </th>
<th><form method="post"> <input type="text" style="width:150px; text-align:right" name="PriceExpires"></form></th>
</tr>
</table>
<br>
<button type="button" class="btn btn-default" onclick="window.print();">Print Me</button>
<!-- script references -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>