X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fjavascript%2Fprofile.js;h=a85063bfabe658ae374c8f9088dba9e47fce719e;hb=8a43972f58f0a77015ae9e509f1c073d188874d2;hp=bfd2059f93c549bb7705b57f74ac8370a78ac872;hpb=07e725823c24e0b0c2e0787110f2d083027f9757;p=platal.git diff --git a/htdocs/javascript/profile.js b/htdocs/javascript/profile.js index bfd2059..a85063b 100644 --- a/htdocs/javascript/profile.js +++ b/htdocs/javascript/profile.js @@ -120,6 +120,15 @@ function updateNameDisplay() }); } +function toggleParticle(id) +{ + if ($('#search_name_' + id).find("[name*='[particle]']").val() == '') { + $('#search_name_' + id).find("[name*='[particle]']").val(1); + } else { + $('#search_name_' + id).find("[name*='[particle]']").val(''); + } +} + // Nationalities {{{1 function delNationality(i) @@ -335,15 +344,15 @@ function removeTel(id) function addPhoneComment(id) { - $(id + '_comment').show(); - $(id + '_addComment').hide(); + $('#' + id + '_comment').show(); + $('#' + id + '_addComment').hide(); } function removePhoneComment(id, pref) { - $(id + '_comment').hide(); - $(id + '_comment').find("[name='" + pref + "[comment]']").val(''); - $(id + '_addComment').show(); + $('#' + id + '_comment').hide(); + $('#' + id + '_comment').find("[name='" + pref + "[comment]']").val(''); + $('#' + id + '_addComment').show(); } // {{{1 Groups @@ -546,7 +555,7 @@ function addCountry() function updateSubSector() { var s = $('#sectorSelection').find('[name=sectorSelection]').val(); - var ss = $('#selectedSubSector').find("[name='jobs[-1][subSector]']").val(); + var ss = $('#subSectorSelection').find("[name='jobs[-1][subSector]']").val(); if ((s == '' || ss == '') || $('#sectors_' + s + '_' + ss).length != 0) { $('#addSector').hide(); } else { @@ -565,24 +574,24 @@ function updateSector() var sector = $('#sectorSelection').find('[name=sectorSelection]').val(); if (sector == '') { sector = '-1'; - $('#selectedSubSector').html(''); + $('#subSectorSelection').html(''); return; } $.get(platal_baseurl + 'profile/ajax/sector/-1/0/0/' + sector, function(data) { data = '' + data; - $('#selectedSubSector').html(data); - $('#selectedSubSector').find("[name='jobs[-1][subSector]']").change(updateSubSector); + $('#subSectorSelection').html(data); + $('#subSectorSelection').find("[name='jobs[-1][subSector]']").change(updateSubSector); }); } function addSector() { var s = $('#sectorSelection').find('[name=sectorSelection]').val(); - var ss = $('#selectedSubSector').find("[name='jobs[-1][subSector]']").val(); - var sst = $('#selectedSubSector').find("[name='jobs[-1][subSector]'] :selected").text(); + var ss = $('#subSectorSelection').find("[name='jobs[-1][subSector]']").val(); + var sst = $('#subSectorSelection').find("[name='jobs[-1][subSector]'] :selected").text(); var html = '
' + ' '