Zurzeit sind keine Jobs zu diesen Kriterien vorhanden.
or='null';
function popup(filename,width,height) {
var winl = (screen.width - width) / 2;
var wint = (screen.height - height) / 2;
if (typeof fenster == 'undefined' || fenster.closed == true) {
fenster = window.open(''+filename,'jobs','scrollbars=yes,menubar=no,toolbar=no,status=yes,directories=no,location=no,width='+width+',height='+height+',top='+wint+',left='+winl+',resizable=yes');
} else {
fenster.close();
fenster = window.open(''+filename,'jobs','scrollbars=yes,menubar=no,toolbar=no,status=yes,directories=no,location=no,width='+width+',height='+height+',top='+wint+',left='+winl+',resizable=yes');
}
if (parseInt(navigator.appVersion) >= 4) { fenster.window.focus(); }
}
function filterBerufsgruppe(berufsgruppe_id) {
document.list.p.value = "";
document.list.displayWeb.value = "";
document.list.berufsgruppe.value = berufsgruppe_id;
document.list.submit();
}
function filterBerufsgruppeSelect() {
document.list.p.value = "";
document.list.displayWeb.value = "";
document.list.fachbereich_id.value = 0;
document.list.submit();
}
function filterFachbereich(fachbereich_id) {
document.list.p.value = "";
document.list.displayWeb.value = "";
document.list.fachbereich_id.value = fachbereich_id;
document.list.submit();
}
function filter() {
document.list.p.value = "";
document.list.displayWeb.value = "";
document.list.submit();
}
function unfilter(element) {
if(element == "stichwort") {
document.list.q.value = "";
} else {
document.list.unsetRubrik.value = 1;
}
document.list.p.value = "";
document.list.displayWeb.value = "";
document.list.submit();
}
function webResultate() {
document.list.p.value = "";
document.list.displayWeb.value = 1;
document.list.submit();
}
function jobsResultate() {
document.list.p.value = "";
document.list.displayWeb.value = 0;
document.list.submit();
}
function textSuche() {
document.list.p.value = "";
document.list.displayWeb.value = 0;
document.list.submit();
}
function view(set) {
document.list.p.value = set;
document.list.submit();
}
function lang(code) {
document.list.sprache.value = code;
document.list.submit();
}