-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathentryform_hilux-1.php
200 lines (125 loc) · 5.39 KB
/
entryform_hilux-1.php
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
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8">
<style type="text/css">
#wrap {display:table;height:100%}
</style>
<![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Entry Form</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- <link rel="stylesheet" href="css/normalize.css"> -->
<link rel="stylesheet" href="css/main.css">
<!-- <link href="includes/form_hilux/css/structure.css" rel="stylesheet">
<link href="includes/form_hilux/css/form.css" rel="stylesheet"> -->
<link rel="stylesheet" href="css/form.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/ie8.css">
<![endif]-->
<script type="text/javascript">
function trackOutboundLink(link, category, action) {
try {
_gaq.push(['_trackEvent', category , action]);
} catch(err){}
setTimeout(function() {
document.location.href = link.href;
}, 100);
}
</script>
</head>
<body class="entry-form">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<header>
<a href="index.php"><h1>Unibond</h1></a>
</header>
<div id="wrap">
<section>
<div class="rotate">
<!-- <a href="url2"> -->
<div class="win-hilux vehicle-choice gradient">
<h2>
<span class="win">Win</span>
<span class="vehicle-name">a Toyota Hilux</span>
</h2>
<img class="vehicle" src="img/hilux.png" alt="">
<img class="toyota-logo" src="img/logo_toyota.png" alt="">
<ul>
<li>ENGINE: 2.5L DIESEL</li>
<li>POWER: 144 hp</li>
<li>FUEL CONSUMPTION: 38.7 mpg</li>
<li>CARGO AREA: 1.5 m x 1.5 m x 0.4 m</li>
</ul>
</div>
<!-- </a> -->
</div>
<?php /*include 'includes/form_hilux/includeform.html';*/ ?>
<div class="form-container">
<iframe id="entryform" frameborder="0" height="813" src="includes/form_hilux/includeform.html" width="580" ALLOWTRANSPARENCY="true"></iframe>
<!-- <div id="wufoo-z7x4m1"></div> -->
<script type="text/javascript">// var z7x4m1;(function(d, t) {
// var s = d.createElement(t), options = {
// 'userName':'unibonduk',
// 'formHash':'z7x4m1',
// 'autoResize':true,
// 'height':'1411',
// 'async':true,
// 'header':'show'};
// s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'wufoo.com/scripts/embed/form.js';
// s.onload = s.onreadystatechange = function() {
// var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return;
// try { z7x4m1 = new WufooForm();z7x4m1.initialize(options);z7x4m1.display(); } catch (e) {}};
// var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr);
// })(document, 'script');</script>
<a href="entryform_proace.php">
<div class="win-proace vehicle-choice gradient alternative">
<span class="or">or</span>
<h2>
<span class="win">Win</span>
<span class="vehicle-name">a Toyota Proace</span>
</h2>
<img class="vehicle" src="img/van.png" alt="">
</div>
</a>
</div>
<nav class="page-nav">
<a class="link-more_toyota" href="">MORE ABOUT THE
TOYOTA HILUX & PROACE</a>
<a class="link-download" href="">
DOWNLOAD A <br />UNIBOND CATALOGUE
<img class="icon" src="img/icon_pdf.png">
</a>
<a class="link-more_unibond" href="">MORE ABOUT UNIBOND</a>
<a class="link-screwfix" href="">
FIND YOUR LOCAL SCREWFIX STORE
<img class="icon" src="img/icon_uk.png">
</a>
</nav>
</section>
</div>
<?php include 'includes/footer.php'; ?>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21748799-5']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>