-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
346 lines (256 loc) · 9.51 KB
/
about.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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<?PHP
include("support/firstline.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<?PHP
if($_SESSION["slanguage"] == "1" || $_SESSION["slanguage"] == "")
{
?>
<title>Offene IT- und kaufmännische Stellen bei KIDSTON – aktuelle Jobs</title>
<?PHP
}
if($_SESSION["slanguage"] == "2")
{
?>
<title>Current jobs at KIDSTON – job search, job offers</title>
<?PHP
}
if($_SESSION["slanguage"] == "1" || $_SESSION["slanguage"] == "")
{
?>
<meta name="description" content="Suchen Sie eine neue Herausforderung im IT-Bereich oder im kaufmännischen Sektor? KIDSTON sucht Top-Bewerber für Top-Jobs." />
<?PHP
}
if($_SESSION["slanguage"] == "2")
{
?>
<meta name="description" content="Are you looking for a new challenge in IT or in the commercial sectors? KIDSTON is seeking top applicants for top jobs." />
<?PHP
}
if($_SESSION["slanguage"] == "1" || $_SESSION["slanguage"] == "")
{
?>
<meta name="keywords" content="it jobs, kaufmännische jobs, it stellen, kaufmännische stellen, offene stellen">
<?PHP
}
if($_SESSION["slanguage"] == "2")
{
?>
<meta name="keywords" content="jobs, job search, job offers">
<?PHP
}
?>
<link rel="shortcut icon" href="knpic/favicon.ico" type="image/x-icon" />
<link href="<?PHP echo SITE_URL;?>inc1ud35/layout.css" rel="stylesheet" type="text/css" />
<script src="<?PHP echo SITE_URL;?>inc1ud35/script.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" src="kninc/jquery.js"></script>
<script type="text/javascript" src="inc1ud35/jquery-impromptu.2.7.min.js"></script>
<script type="text/javascript" src="kninc/menu.js"></script>
<!--<script type="text/javascript" src="kninc/popup.js" language="javascript"></script>
-->
<link href="<?PHP echo SITE_URL;?>kninc/thickbox.css" rel="stylesheet" type="text/css" />
<script src="<?PHP echo SITE_URL;?>kninc/query-1.1.3.1.pack.js" type="text/javascript"></script>
<script src="<?PHP echo SITE_URL;?>kninc/thickbox.js" type="text/javascript"></script>
<script type="text/javascript" src="<?PHP echo SITE_URL;?>inc1ud35/validation.js"></script>
<script type="text/javascript" src="inc1ud35/validation.js"></script>
<!--[if lte IE 7]>
<style type="text/css">
html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
</style>
<![endif]-->
<style>
.jqifade{ position: absolute; background-color: #aaaaaa; }
div.jqi{ width: 600px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; font-size: 11px; text-align: left; border: solid 1px #eeeeee; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 7px; }
div.jqi .jqicontainer{ font-weight: bold; }
div.jqi .jqiclose{ position: absolute; top: 4px; right: -2px; width: 18px; cursor: default; color: #bbbbbb; font-weight: bold; }
div.jqi .jqimessage{ padding: 10px; line-height: 20px; color: #444444; }
div.jqi .jqibuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; }
div.jqi button{ padding: 3px 10px; margin: 0 10px; background-color: #2F6073; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.jqi button:hover{ background-color: #728A8C; }
div.jqi button.jqidefaultbutton{ background-color: #BF5E26; }
.jqiwarning .jqi .jqibuttons{ background-color: #BF5E26; }
</style>
<!--Font decrease-->
<script language="javascript">
function getInternetExplorerVersion()
// Returns the version of Internet Explorer or a -1
// (indicating the use of another browser).
{
var rv = -1; // Return value assumes failure.
if (navigator.appName == 'Microsoft Internet Explorer')
{
var ua = navigator.userAgent;
var re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
if (re.exec(ua) != null)
rv = parseFloat( RegExp.$1 );
}
return rv;
}
var ver = getInternetExplorerVersion();
if ((ver <= 6) && (navigator.appCodeName == 'Mozilla') )
{
//alert(navigator.appCodeName);
//Specify spectrum of different font sizes:
var min=8;
var max=18;
function increaseFontSize() {
var p = document.getElementsByTagName('body');
for(i=0;i<p.length;i++) {
if(p[i].style.fontSize) {
var s = parseInt(p[i].style.fontSize.replace("px",""));
} else {
var s = 12;
}
if(s!=max) {
s += 2;
}
p[i].style.fontSize = s+"px"
}
}
function decreaseFontSize() {
var p = document.getElementsByTagName('body');
for(i=0;i<p.length;i++) {
if(p[i].style.fontSize) {
var s = parseInt(p[i].style.fontSize.replace("px",""));
} else {
var s = 12;
}
if(s!=min) {
s -= 2;
}
p[i].style.fontSize = s+"px"
}
}
}
else
{
//alert(ver);
function increaseFontSize()
{
if(parent.parent.document.body.style.zoom!=0)
parent.parent.document.body.style.zoom*=1.2;
else
parent.parent.document.body.style.zoom=1.2;
}
function decreaseFontSize()
{
if(parent.parent.document.body.style.zoom!=0)
parent.parent.document.body.style.zoom*=0.833;
else
parent.parent.document.body.style.zoom=0.833;
}
}
</script>
<!--Font decrease end-->
<script language="javascript" type="text/javascript">
function validate()
{
if(document.forminfo.name.value == "")
{
alert("Please enter your name");
document.forminfo.name.focus();
return false;
}
if(document.forminfo.email.value == "")
{
alert("Please enter your email id");
document.forminfo.email.focus();
return false;
}
var re = /^[_\.0-9a-z-]+\@([0-9a-z][0-9a-z-]*\.)+([a-z]{2,4})+$/i
if (!document.forminfo.email.value.match(re))
{
alert('Please enter a valid email id')
document.forminfo.email.focus();
return false;
}
if(document.forminfo.job_area.value == "")
{
alert("Please select your Job Area");
document.forminfo.job_area.focus();
return false;
}
if(document.forminfo.job_location.value == "")
{
alert("Please select your Job Location");
document.forminfo.job_location.focus();
return false;
}
if(document.forminfo.job_type.value == "")
{
alert("Please select your Job Type");
document.forminfo.job_type.focus();
return false;
}
}
</script>
</head>
<body>
<div id="inner-bg">
<div id="foot-sec-home">
<div id="ind-page-section">
<div id="ind-align">
<?PHP include("header_n.php"); ?>
<div id="ind-banner-sec">
<div id="inner-banner">
<div id="ind-banner-logo"><a href="<?PHP echo SITE_URL;?>index.php?src=home"></a></div>
<div id="inner-box-sec">
<span class="inner-top-ban-text">The right job,<br /> right in front of you!</span></div>
<div id="grey-box-sec">
<div id="tab-box-bg">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top">
<div class="grey-box-c1">
<div class="grey-box-txt">
<div class="home-tab-sec">
<div class="home-tab-r1">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="190" align="left" valign="middle"><span class="tab-menu-sel">About KIDSTON</span></td>
<td width="1"></td>
</tr>
</table>
</div>
<div id="candidate">
<div class="home-tab-r2" >
<div class="home-tab-txt">
<div class="tab-text-content">
<div class="inn-tab-text-cont-left-detail">
<h3>We help organizations across all Industries recruit highly experienced IT experts on a permanent and contract basis.</h3><br />
<h4>Complete Staffing Solutions</h4> <br />
<strong>KIDSTON</strong> provides a comprehensive range of staffing options for every segment of information technology. We can deliver the people you want to work with, whether you’re looking for a new job or are posting one. We fill contract, contract-to-hire and direct placement openings. We’re a full-service staffing firm that works closely with each candidate and client company through every step of the search process and beyond, giving you the personalized attention you need and deserve.<br /><br />
With <strong>KIDSTON</strong> as your recruiter, you have a partner who not only gets results, but one who's easy to work with, is responsive to your needs and is always there for you. <br /><br />
<h4>KIDSTON</h4>
Your IT Our people
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
</div></div></div></div></div>
</div>
</div> </div> </td>
</tr>
</table>
</div>
</div>
</div></div>
<div class="ind-footer">
Copyright © <script language="javascript" type="text/javascript">
var now = new Date();
var d = now.getFullYear();
document.write(d);
</script> KIDSTON. All rights reserved.
</div> </div>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43390285-1', 'kidston.ch');
ga('send', 'pageview');
</script></body>
</html>