-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.23 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Breuninger - Job Widget</title>
</head>
<body>
<script type='text/javascript' src='https://static.smartrecruiters.com/job-widget/1.6.10/script/smart_widget.js'></script>
<script type='text/javascript' class='job_widget'>
widget({
"company_code": "EBreuningerGmbHCo",
"bg_color_widget": "#ffffff",
"bg_color_headers": "#a81327",
"bg_color_links": "#e98400",
"txt_color_headers": "#ffffff",
"txt_color_job": "#3d3d3d",
"bg_color_even_row": "#dedcda",
"bg_color_odd_row": "#f7f7f7",
"auto_width": "auto",
"auto_height": "auto",
"number": "on",
"job_title": "true",
"type_of_employment": "true",
"department": "true",
"dateFormat": "eu",
"add_search": "true",
"departments_field_id": "5b615fdcb60a5e5791ab6b41",
"jobAdType": "INTERNAL_OR_PUBLIC",
"auth": "0261c293e27645899f3ac0b8a1c2278c",
"trid": "",
"api_url": "https://www.smartrecruiters.com",
"custom_css_url": "https://static.smartrecruiters.com/job-widget/1.6.10/css/smart_widget.css",
"job_ad_url": "https://jobs.smartrecruiters.com"
});
</script>
</body>
</html>