-
Notifications
You must be signed in to change notification settings - Fork 1
/
covertemplate.html
172 lines (162 loc) · 3.35 KB
/
covertemplate.html
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
<html>
<head><meta http-equiv=Content-Type content="text/html; charset=UTF-8">
<style type="text/css">
.header h2 {
line-height:10px;
}
.header hr {
width:100%;
border: 1px solid #829ED6;
}
.email {
position: absolute;
left: 300px;
top: 90px;
display:block;
font-size:14pt;
}
.redborder {
border: 3px solid #F50006;
border-radius: 8px;
display: block;
width: 300px;
height: 500px;
left: 0px;
top: 180px;
padding:10px;
position:absolute;
}
.col2 {
display: block;
width: 250px;
height: 500px;
left: 350px;
top: 180px;
padding:20px;
position:absolute;
}
.logo {
width: 225px;
height: 112px;
}
.footer {
display: block;
width:100%;
text-align:center;
position:absolute;
top:760px;
font-size:14pt;
}
.tablecontent {
position:absolute;
left:20px;
top:240px;
}
table {
font-size:12pt;
font-weight:500;
margin: 0;
padding: 0;
width:300px;
float:left;
vertical-align: top;
}
table tr p, table tr h4 {
margin:0 0 5px 0;
line-height:14px;
}
table tr.last p, table tr.last h4 {
margin:0 0 40px 0;
}
table td {
}
table td.input {
text-align:right;
font-size:10pt;
line-height:14px;
font-weight:300;
}
</style>
</head>
<body>
<div style="position:absolute;left:0px;top:0px; width:612.000; height:792.000;">
<div class="header">
<img src="http://contractorsteelsystems.com/wp-content/uploads/2018/05/CSS-Logo.png" class="logo" />
<div class="email"><A HREF="mailto:[email protected]">[email protected]</A></div>
<h2>Product Submittal Data</h2>
<hr />
</div>
<div class="redborder">
<div style="font-weight:bold; text-align:center; display: block; line-height:12px; width:100%"><h3>Job Information</h3></div>
</div>
<div class="tablecontent">
<table>
<tr class="last">
<td><h4>Project Name:</h4></td>
<td class="input"><p>%%project%%</p></td>
</tr>
</table>
<table>
<tr>
<td><h4>Company Name:</h4></td>
<td class="input"><p>%%company_name%%</p></td>
</tr>
</table>
<table>
<tr>
<td><h4>Phone Number:</h4></td>
<td class="input"><p>%%company_phone%%</p></td>
</tr>
</table>
<table>
<tr>
<td><h4>Email:</h4></td>
<td class="input"><p>%%company_email%%</p></td>
</tr>
</table>
<table>
<tr class="last">
<td><h4>Fax Number:</h4></td>
<td class="input"><p>%%company_fax%%</p></td>
</tr>
</table>
<table>
<tr>
<td><h4>GC:</h4></td>
<td class="input"><p>%%gc_name%%</p></td>
</tr>
</table>
<table>
<tr class="last">
<td><h4>Phone Number:</h4></td>
<td class="input"><p>%%gc_phone%%</p></td>
</tr>
</table>
<table>
<tr>
<td><h4>Architect:</h4></td>
<td class="input"><p>%%arch_name%%</p></td>
</tr>
</table>
<table>
<tr>
<td><h4>Phone Number:</h4></td>
<td class="input"><p>%%arch_phone%%</p></td>
</tr>
</table>
</div>
<div class="col2">
<h3>Date:</h3>
<h4>%%date%%</h4>
<h3>Additional Information:</h3>
<p>%%addinfo%%</p>
</div>
<div class="footer">
<p style="font-weight:bold; text-decoration: underline;">Contractor Steel Systems</p>
1470 Dale Ct <br />
Austel, GA 30168 <br />
Phone: 919.880.5875
</div>
</div>
</body>
</html>