Anúncios de emprego na Alemanha
Ofertas de trabalho na Alemanha publicadas nos maiores sites e agências de emprego locais. Os anúncios estão em alemão e são mostrados todos os que incluem a palavra "portugiesisch" no título ou no texto.
| Oferta | International Sports Sales Executive (in Berlin-Mitte) English, Czech, Russian, Polish, Dutch, Finnish, Swedish, German, Italian, Spanisch, Portugiesisch, Türkisch | | Onde | Berlin-Mitte | | Empresa | marcus evans Germany Ltd. | | Publicado no site | www.stellen-online.de |
| Oferta | Mitarbeiter (w/m) Customer Support (Italienisch, Portugiesisch, Niederländisch, Schwedisch, Französisch, Türkisch, Polnisch, Ungarisch, Tschechisch, Griechisch, Serbisch oder Deutsch) | | Onde | Berlin | | Empresa | Springstar GmbH | | Publicado no site | www.absolventa.de |
|
|
|
|
|
|
$('editSearchForm').slide('hide');
function editSearch() {
$('editSearchForm').slide('in');
}
function saveSearch() {
var label=trim($('label').value);
var description=trim($('description').value);
var location_id=$('location_id').value;
var keywords=trim($('keywords').value);
var cansave=true;
if (label.length==0) {
new Message({ icon: "popup_alert.png",
title: "Erro: Nome vazio",
message: "Por favor indique um nome para a sua pesquisa.
Ele surgirá no menu do lado esquerdo e é através dele que poderá consultar a sua pesquisa.
",
centered: true
}).tell();
cansave=false;
}
if (cansave) {
new Request.HTML({
url: '/index.php?option=com_superemprego&task=updateSearch&userid=0&label='+label+'&description='+description+'&location_id='+location_id+'&keywords='+keywords,
onComplete: function() { new Message({
icon: "popup_info.png",
title: "A sua pesquisa foi gravada",
message: "Sempre que quiser executar, aceda através do menu 'Minhas Pesquisas'",
centered: true,
onComplete: window.location.href='/minhas-pesquisas/'
}).say();
}
}).send();
}
}
function cancel() {
$('editSearchForm').slide('out');
$('editSearchForm').reset();
}
function trim(str, chars) {
chars = chars || "\\s";
str = str.replace(new RegExp("^[" + chars + "]+", "g"), "");
str = str.replace(new RegExp("[" + chars + "]+$", "g"), "");
return str
}