Changeset 3153797
- Timestamp:
- 09/18/2024 09:16:22 AM (19 months ago)
- Location:
- heyrecruit/trunk
- Files:
-
- 9 edited
-
Controller/HeyrecruitJobDetailController.php (modified) (1 diff)
-
Controller/HeyrecruitJobsOverviewController.php (modified) (4 diffs)
-
constConfig.php (modified) (1 diff)
-
heyrecruit.php (modified) (1 diff)
-
js/main.js (modified) (3 diffs)
-
js/main.min.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
templates/content/jobsList.php (modified) (1 diff)
-
templates/content/jobsTable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
heyrecruit/trunk/Controller/HeyrecruitJobDetailController.php
r3128877 r3153797 519 519 $this->formElement = $element; 520 520 521 $args['formSections'][] = [ 522 'formSectionTitle' => $this->loadFormSectionTitle(), 523 'formSectionElements' => $this->loadFormSectionElements() 524 ]; 521 $formElementTitle = $this->loadFormSectionTitle(); 522 $formSectionElement = $this->loadFormSectionElements(); 523 524 if (!empty($formSectionElement)) 525 $args['formSections'][] = [ 526 'formSectionTitle' => $formElementTitle, 527 'formSectionElements' => $formSectionElement 528 ]; 525 529 526 530 } -
heyrecruit/trunk/Controller/HeyrecruitJobsOverviewController.php
r3131130 r3153797 82 82 * @return void 83 83 */ 84 private function setFilter($args): void {84 private function setFilter($args): void { 85 85 86 86 $this->filter['departments'] = []; … … 295 295 296 296 $this->company = $this->company ?? $this->getCompany(); 297 $this->jobs = $this->getHrJobs();297 $this->jobs = $this->getHrJobs(); 298 298 299 299 if (count($this->jobs['jobs'] ?? []) > 0) { … … 309 309 $companySettings->jobsPagination->currentPage = 310 310 $this->filter['page']; 311 312 311 313 312 $postUrl = get_permalink($this->getOption('jobDetailPageId')); … … 339 338 340 339 $args = [ 341 'options' => $companySettings, 342 'pagination' => $this->jobs['pagination'], 343 'jobs' => $jobs, 344 'departmentFilter' => json_encode($this->filter['departments']), 345 'currentShortcode' => $currentShortcode 340 'options' => $companySettings, 341 'pagination' => $this->jobs['pagination'], 342 'jobs' => $jobs, 343 'departmentFilter' => json_encode($this->filter['departments']), 344 'departmentFilterActivated' => (int)(count($this->filter['departments']) > 0), 345 'currentShortcode' => $currentShortcode 346 346 ]; 347 347 -
heyrecruit/trunk/constConfig.php
r3142148 r3153797 2 2 3 3 const 4 HEYRECRUIT_VERSION = '1.3. 4',4 HEYRECRUIT_VERSION = '1.3.5', 5 5 HEYRECRUIT_OPTION_KEY_NAME = 'heyrecruit', 6 6 HEYRECRUIT_DEBUG_MODUS = false, -
heyrecruit/trunk/heyrecruit.php
r3142148 r3153797 12 12 13 13 /** 14 * @since 1.3. 414 * @since 1.3.5 15 15 * @package heyrecruit_core 16 16 * @wordpress-plugin 17 17 * Plugin Name: Heyrecruit 18 * Version: 1.3. 418 * Version: 1.3.5 19 19 * Author: Heyrecruit 20 20 * Author URI: https://www.heyrecruit.de -
heyrecruit/trunk/js/main.js
r3131130 r3153797 24 24 let heyrecruitJobsElement = document.getElementById('heyrecruit_jobs'), 25 25 departmentOptions = '', 26 currentShortcode = '' 26 currentShortcode = '', 27 departmentFilterIsActivated = '' 27 28 28 29 if (heyrecruitJobsElement) { 29 30 30 departmentOptions = JSON.stringify(getSelectValuesAsArray('department')); 31 departmentFilterIsActivated = heyrecruitJobsElement 32 .getAttribute('data-department-filter-activated'); 33 departmentFilterIsActivated = (departmentFilterIsActivated === '1') 34 departmentOptions = JSON.stringify( 35 getSelectValuesAsArray('department', departmentFilterIsActivated) 36 ); 37 31 38 heyrecruitJobsElement.innerHTML = '<div class="infoBox">' + args['hr_loading_info_text'] + '</div>' 32 39 currentShortcode = heyrecruitJobsElement.getAttribute('data-current-shortcode') … … 82 89 /** 83 90 * getSelectValuesAsArray 91 * 84 92 * @param {string} selectId - Die ID des select-Feldes 93 * @param {boolean} filterIsActivated - Filter aktiv 85 94 * @returns {any[]} - Array der Werte oder null, wenn das select-Feld nicht existiert 86 95 */ 87 const getSelectValuesAsArray = (selectId ) => {96 const getSelectValuesAsArray = (selectId, filterIsActivated) => { 88 97 89 98 let selectElement = document.getElementById(selectId); … … 91 100 if (selectElement && selectElement.value) { 92 101 93 if (selectElement.value === 'all' ) {102 if (selectElement.value === 'all' && filterIsActivated) { 94 103 let options = Array.from(selectElement.options); 95 104 96 105 return options.slice(1).map(option => option.value); 106 } else if (selectElement.value === 'all' && !filterIsActivated) { 107 return []; 97 108 } else { 98 109 return [selectElement.value] 99 110 } 100 101 111 } 102 112 103 113 return []; 104 105 114 }; 106 115 -
heyrecruit/trunk/js/main.min.js
r3131130 r3153797 1 function a0_0x 8e01(){const _0x13f353=['909diNnNs','12xTSkCa','hr_ajax_url','data-department-filter','1544360RpvlDJ','1479545KGjYrs','remove','html','field-name','undefined','12HwMJcL','off','errors','error','Conflict',':selected','table','closest','follow','jobsInGoogleMap','#location','apply','stringify','department','<div\x20class=\x22hr_form\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<label\x20class=\x22hrUploadFormText\x22\x20for=\x22','length','\x22\x20/>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22delete_file_upload\x22\x20id=\x22','#modal','#saveApplicant','142820ezqyAV','.hr-page-numbers','\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20data-question-id=\x22','heyrecruit_jobs','4753624VYnMMO','log','hr_send_applicant','6WXvSRX','success','#employment','then','click','Error:','#address','target','5740308qNmFRG','.closeModal','data-current-shortcode','<div\x20class=\x22infoBox\x22>','toString','consent_form_accepted','data','info','innerHTML','detail','.hr_form','fadeIn','jobs','val','fadeOut','push','find','.select_file_upload','ajax','.error-message','jobsDataForGoogleMap','warn','POST','console','form-id','Es\x20trat\x20ein\x20Fehler\x20bei\x20der\x20Suche\x20auf.','name','<div\x20class=\x22error-message\x22></div>','keys','append','.delete_file_upload','513674gkvzwA','serializeFormJSON','change','result','#locationId','Möchten\x20Sie\x20dieses\x20Datei\x20wirklich\x20entfernen?','readAsDataURL','map','#hrJobApplication','page','\x22>x</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</label>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>','each','[name=\x22','7cwvkJa','bind','same-origin','all','options','return\x20(function()\x20','hr_search_jobs','application/x-www-form-urlencoded','1302125Ylqaub','setAttribute','getElementById','split','from','hr_loading_info_text','#hrSendJobFilter','type','parent','status','disabled','input[type=\x22file\x22]','ready','href','value','#changeLocation','\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20data-name=\x22','files','after','getAttribute','trace','json','#upload_fields_','prop'];a0_0x8e01=function(){return _0x13f353;};return a0_0x8e01();}function a0_0x1ef1(_0x13f25c,_0x38e79e){const _0x22d31e=a0_0x8e01();return a0_0x1ef1=function(_0x626759,_0x36d67f){_0x626759=_0x626759-0xa4;let _0x1ba0f6=_0x22d31e[_0x626759];return _0x1ba0f6;},a0_0x1ef1(_0x13f25c,_0x38e79e);}(function(_0x203c78,_0x1ae0cf){const _0x161063=a0_0x1ef1,_0x494d20=_0x203c78();while(!![]){try{const _0x414c98=-parseInt(_0x161063(0x117))/0x1+-parseInt(_0x161063(0xd0))/0x2*(-parseInt(_0x161063(0xf0))/0x3)+-parseInt(_0x161063(0xf8))/0x4+parseInt(_0x161063(0xd1))/0x5*(parseInt(_0x161063(0xcd))/0x6)+-parseInt(_0x161063(0xac))/0x7*(parseInt(_0x161063(0xed))/0x8)+parseInt(_0x161063(0xcc))/0x9*(parseInt(_0x161063(0xe9))/0xa)+parseInt(_0x161063(0xb4))/0xb*(-parseInt(_0x161063(0xd6))/0xc);if(_0x414c98===_0x1ae0cf)break;else _0x494d20['push'](_0x494d20['shift']());}catch(_0x8ff134){_0x494d20['push'](_0x494d20['shift']());}}}(a0_0x8e01,0xdff53),function(_0x122727,_0x40a7fa){const _0x441610=a0_0x1ef1,_0x4bbede=(function(){let _0x10a288=!![];return function(_0x1d5380,_0x5e90f0){const _0x3e7c74=_0x10a288?function(){const _0x362934=a0_0x1ef1;if(_0x5e90f0){const _0x32d246=_0x5e90f0[_0x362934(0xe1)](_0x1d5380,arguments);return _0x5e90f0=null,_0x32d246;}}:function(){};return _0x10a288=![],_0x3e7c74;};}()),_0x12d5de=_0x4bbede(this,function(){const _0x5377b8=a0_0x1ef1;let _0x371e74;try{const _0x249578=Function(_0x5377b8(0xb1)+'{}.constructor(\x22return\x20this\x22)(\x20)'+');');_0x371e74=_0x249578();}catch(_0x417b2b){_0x371e74=window;}const _0x406890=_0x371e74[_0x5377b8(0x10f)]=_0x371e74['console']||{},_0x83dd9e=[_0x5377b8(0xee),_0x5377b8(0x10d),_0x5377b8(0xff),'error','exception',_0x5377b8(0xdc),_0x5377b8(0xc8)];for(let _0x3590e6=0x0;_0x3590e6<_0x83dd9e[_0x5377b8(0xe5)];_0x3590e6++){const _0x228a82=_0x4bbede['constructor']['prototype'][_0x5377b8(0xad)](_0x4bbede),_0x20ab16=_0x83dd9e[_0x3590e6],_0x3ff1fe=_0x406890[_0x20ab16]||_0x228a82;_0x228a82['__proto__']=_0x4bbede[_0x5377b8(0xad)](_0x4bbede),_0x228a82[_0x5377b8(0xfc)]=_0x3ff1fe[_0x5377b8(0xfc)][_0x5377b8(0xad)](_0x3ff1fe),_0x406890[_0x20ab16]=_0x228a82;}});_0x12d5de();'use strict';_0x122727(document)[_0x441610(0xc0)](function(){_0x4e554b(),_0x32a147(),_0x2c2af1(),_0x4c5b48(),_0x14a88b(),_0xbf7daf();});const _0x32a147=()=>{const _0x4d6ea7=_0x441610;_0x122727(_0x4d6ea7(0xba))[_0x4d6ea7(0xd7)](_0x4d6ea7(0xf4))['on'](_0x4d6ea7(0xf4),function(){const _0x3eac95=_0x4d6ea7;let _0x49ed3a=document[_0x3eac95(0xb6)](_0x3eac95(0xec)),_0x372da8='',_0x502ef1='';_0x49ed3a&&(_0x372da8=JSON[_0x3eac95(0xe2)](_0xf6b96f(_0x3eac95(0xe3))),_0x49ed3a[_0x3eac95(0x100)]=_0x3eac95(0xfb)+_0x40a7fa[_0x3eac95(0xb9)]+'</div>',_0x502ef1=_0x49ed3a[_0x3eac95(0xc7)](_0x3eac95(0xfa)),_0x49ed3a[_0x3eac95(0xb5)](_0x3eac95(0xcf),_0x372da8));let _0xa18d78={'action':_0x3eac95(0xb2),'page':0x1,'department':_0x372da8,'employment':_0x122727(_0x3eac95(0xf2))['val'](),'location':_0x122727('#location')[_0x3eac95(0x105)](),'address':_0x122727(_0x3eac95(0xf6))[_0x3eac95(0x105)](),'currentShortcode':_0x502ef1};_0xfb71de(_0x40a7fa[_0x3eac95(0xce)],_0xa18d78,_0x4003d7);});},_0x4e554b=()=>{const _0x4da081=_0x441610;_0x122727(_0x4da081(0xea))[_0x4da081(0xd7)](_0x4da081(0xf4))['on'](_0x4da081(0xf4),function(){const _0x43eb65=_0x4da081;let _0xe4a7d3=document[_0x43eb65(0xb6)](_0x43eb65(0xec)),_0x349b43='',_0x5ebb7f='';_0xe4a7d3&&(_0x349b43=_0xe4a7d3[_0x43eb65(0xc7)](_0x43eb65(0xcf)),_0x5ebb7f=_0xe4a7d3[_0x43eb65(0xc7)](_0x43eb65(0xfa)));let _0x46fea9={'action':_0x43eb65(0xb2),'page':_0x122727(this)['data'](_0x43eb65(0xa8)),'department':_0x349b43,'employment':_0x122727(_0x43eb65(0xf2))[_0x43eb65(0x105)](),'location':_0x122727(_0x43eb65(0xe0))['val'](),'address':_0x122727(_0x43eb65(0xf6))['val'](),'currentShortcode':_0x5ebb7f};_0xfb71de(_0x40a7fa[_0x43eb65(0xce)],_0x46fea9,_0x4003d7);});},_0xf6b96f=_0x124d9d=>{const _0x2252a3=_0x441610;let _0x70c2a2=document['getElementById'](_0x124d9d);if(_0x70c2a2&&_0x70c2a2[_0x2252a3(0xc2)]){if(_0x70c2a2[_0x2252a3(0xc2)]===_0x2252a3(0xaf)){let _0x6069ae=Array[_0x2252a3(0xb8)](_0x70c2a2[_0x2252a3(0xb0)]);return _0x6069ae['slice'](0x1)[_0x2252a3(0xa6)](_0x837ae6=>_0x837ae6[_0x2252a3(0xc2)]);}else return[_0x70c2a2[_0x2252a3(0xc2)]];}return[];},_0x3e48bf=_0x4887c3=>{const _0x4ec409=_0x441610;document[_0x4ec409(0xb6)](_0x4ec409(0xdf))!==null&&_0x4887c3&&updateJobMarkers(_0x4887c3);},_0x4003d7=_0x131d94=>{const _0x1bb9e0=_0x441610;let _0x58afdb=document[_0x1bb9e0(0xb6)]('heyrecruit_jobs');_0x58afdb[_0x1bb9e0(0x100)]=_0x122727(_0x131d94[_0x1bb9e0(0x104)])[_0x1bb9e0(0xd3)](),_0x4e554b(),_0x32a147(),_0x3e48bf(_0x131d94[_0x1bb9e0(0x10c)]);},_0xbf7daf=()=>{const _0x2951b6=_0x441610;_0x122727(_0x2951b6(0x109))['off']('change')['on'](_0x2951b6(0x119),function(){const _0x733d90=_0x2951b6;let _0x3de8ea=_0x122727(this)[_0x733d90(0x108)](_0x733d90(0xdb)),_0x26c4a6=_0x3de8ea[_0x733d90(0x105)](),_0x164892=_0x3de8ea['data'](_0x733d90(0xd4)),_0x323bc6=_0x3de8ea[_0x733d90(0xfe)](_0x733d90(0x110)),_0x4fb0c4=_0x3de8ea['data'](_0x733d90(0xc2)),_0x18dff3=_0x3de8ea['data'](_0x733d90(0x112)),_0x17fb91=_0x733d90(0xe4)+_0x164892+'\x22>'+_0x164892+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<input\x20type=\x22file\x22\x20name=\x22files[]\x22\x20class=\x22file_upload\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20data-type=\x22'+_0x4fb0c4+_0x733d90(0xc4)+_0x18dff3+_0x733d90(0xeb)+_0x323bc6+_0x733d90(0xe6)+_0x26c4a6+_0x733d90(0xa9);_0x122727(_0x733d90(0xca)+_0x323bc6)[_0x733d90(0x115)](_0x17fb91),_0x122727(this)['val'](null),_0x122727(_0x733d90(0x116))[_0x733d90(0xd7)]('click')['on'](_0x733d90(0xf4),function(){const _0x3837a2=_0x733d90;let _0x7e107e=_0x122727(this)[_0x3837a2(0xdd)](_0x3837a2(0x102))[_0x3837a2(0x108)](_0x3837a2(0xbf))['val']();_0x7e107e?confirm(_0x3837a2(0xa4))&&_0x122727(this)[_0x3837a2(0xdd)]('.hr_form')['remove']():_0x122727(this)['closest'](_0x3837a2(0x102))[_0x3837a2(0xd2)]();});});},_0x59c561=_0x266b60=>{const _0x310588=_0x441610;_0x122727[_0x310588(0x10a)]({'type':_0x310588(0x10e),'url':_0x40a7fa[_0x310588(0xce)],'data':{'action':_0x310588(0xef),'data':_0x266b60},'success':function(_0x1dab4e){const _0x290ffb=_0x310588;if(_0x1dab4e[_0x290ffb(0xbd)]===_0x290ffb(0xd9))_0x4fb2a2(_0x1dab4e);else{if(_0x1dab4e[_0x290ffb(0xbd)]===_0x290ffb(0xf1)&&typeof _0x1dab4e['data']['applicant_job_id']!=_0x290ffb(0xd5))window['location'][_0x290ffb(0xc1)]=confirmPage;}},'error':function(_0x17597e){console['error'](_0x17597e['responseText']);},'complete':function(){const _0x2e94d6=_0x310588;_0x122727(_0x2e94d6(0xe8))[_0x2e94d6(0xcb)](_0x2e94d6(0xbe),![]);}});},_0x2c2af1=()=>{const _0x58410f=_0x441610;_0x122727(_0x58410f(0xe8))[_0x58410f(0xd7)](_0x58410f(0xf4))['on'](_0x58410f(0xf4),function(_0x39b7bc){const _0x2ea6b2=_0x58410f;_0x39b7bc['preventDefault'](),_0x122727(_0x2ea6b2(0x10b))[_0x2ea6b2(0xd2)](),_0x122727('#saveApplicant')[_0x2ea6b2(0xcb)](_0x2ea6b2(0xbe),!![]),_0x122727(_0x2ea6b2(0xa7))[_0x2ea6b2(0x118)](_0x59c561);});},_0x4fb2a2=_0x49e274=>{const _0x9672f8=_0x441610;if(_0x49e274[_0x9672f8(0x101)]===_0x9672f8(0xda)){alert(_0x49e274['errors']);return;}_0x122727[_0x9672f8(0xaa)](_0x49e274[_0x9672f8(0xd8)],function(_0x599556,_0x15902f){const _0x41f4cf=_0x9672f8;let _0x43e3db=_0x122727(_0x41f4cf(0xab)+_0x599556+'\x22]'),_0x11c5d3=_0x122727(_0x41f4cf(0x113));_0x11c5d3[_0x41f4cf(0x115)](_0x15902f[0x0]),_0x599556!==_0x41f4cf(0xfd)?_0x43e3db[_0x41f4cf(0xc6)](_0x11c5d3):_0x43e3db[_0x41f4cf(0xbc)]()[_0x41f4cf(0xc6)](_0x11c5d3);});};_0x122727['fn'][_0x441610(0x118)]=function(_0x4f891b){const _0x4f4204=_0x441610;let _0x72991d={},_0x204c44=this,_0x197afd=_0x204c44['serializeArray'](),_0x277bef=0x0,_0x46e038=0x0;_0x122727[_0x4f4204(0xaa)](_0x197afd,function(){const _0x473df2=_0x4f4204;let _0x535633=_0x204c44[_0x473df2(0x108)](_0x473df2(0xab)+this[_0x473df2(0x112)]+'\x22]')[0x0]['type'];if(_0x535633==='date'&&this[_0x473df2(0xc2)][_0x473df2(0xe5)]>0x0){let _0x2118fc=this[_0x473df2(0xc2)],_0x1ab44f=_0x2118fc[_0x473df2(0xb7)]('-');_0x72991d[this['name']]=_0x1ab44f[0x2]+'.'+_0x1ab44f[0x1]+'.'+_0x1ab44f[0x0];}else _0x72991d[this[_0x473df2(0x112)]]!==undefined?(!_0x72991d[this[_0x473df2(0x112)]]['push']&&(_0x72991d[this['name']]=[_0x72991d[this[_0x473df2(0x112)]]]),_0x72991d[this[_0x473df2(0x112)]]['push'](this[_0x473df2(0xc2)]||'')):_0x72991d[this['name']]=this[_0x473df2(0xc2)]||'';}),_0x72991d[_0x4f4204(0xc5)]=[],_0x204c44['find'](_0x4f4204(0xbf))[_0x4f4204(0xaa)](function(){const _0x486b0a=_0x4f4204;let _0x5a3619=_0x122727(this)[0x0]['files'];if(_0x5a3619[_0x486b0a(0xe5)]>0x0){_0x277bef++;for(let _0x657c24=0x0;_0x657c24<_0x5a3619[_0x486b0a(0xe5)];_0x657c24++){let _0x59b79d=_0x5a3619[_0x657c24]['name'],_0x526e21=_0x5a3619[_0x657c24][_0x486b0a(0xbb)],_0x1849a7=_0x122727(this)['data']('type'),_0x454a2a=_0x122727(this)['data']('question-id'),_0x20afee=new FileReader();_0x20afee['onload']=function(_0x4d79ed){const _0x2388da=_0x486b0a;let _0x43e0a5=_0x4d79ed[_0x2388da(0xf7)][_0x2388da(0x11a)],_0x324de4=_0x43e0a5['indexOf'](',');if(_0x324de4!==-0x1)_0x43e0a5=_0x43e0a5['slice'](_0x324de4+0x1);_0x72991d[_0x2388da(0xc5)][_0x2388da(0x107)]({'data':_0x43e0a5,'content_type':_0x526e21,'name':_0x59b79d,'type':_0x1849a7,'question_id':_0x454a2a}),_0x46e038++,_0x46e038===_0x277bef&&_0x4f891b(_0x72991d);},_0x20afee[_0x486b0a(0xa5)](_0x5a3619[_0x657c24]);}}}),_0x277bef===0x0&&_0x4f891b(_0x72991d);};const _0x4c5b48=()=>{const _0x106137=_0x441610;_0x122727(_0x106137(0xc3))[_0x106137(0xd7)](_0x106137(0x119))['on'](_0x106137(0x119),function(){const _0x5c2c8e=_0x106137;_0x122727(_0x5c2c8e(0x11b))['val'](_0x122727(this)[_0x5c2c8e(0x105)]());});},_0xfb71de=(_0x1bdeff,_0x24164e={},_0x4142e4=![],_0x28c3e6=_0x441610(0x10e))=>{const _0x36d8b3=_0x441610;fetch(_0x1bdeff,{'method':_0x28c3e6,'mode':_0x36d8b3(0xae),'cache':'force-cache','credentials':_0x36d8b3(0xae),'headers':{'Content-Type':_0x36d8b3(0xb3)},'redirect':_0x36d8b3(0xde),'referrerPolicy':_0x36d8b3(0xae),'body':_0x6e2c4f(_0x24164e)})[_0x36d8b3(0xf3)](_0x2376c3=>_0x2376c3[_0x36d8b3(0xc9)]())[_0x36d8b3(0xf3)](_0x43c17a=>{const _0x29128a=_0x36d8b3;if(_0x4142e4)_0x4142e4(_0x43c17a);if(_0x43c17a[_0x29128a(0x11a)]===_0x29128a(0xd9)&&_0x43c17a['errors'])alert(_0x29128a(0x111));})['catch'](_0x3f1405=>{const _0x19c7f1=_0x36d8b3;console[_0x19c7f1(0xd9)](_0x19c7f1(0xf5),_0x3f1405);});},_0x6e2c4f=_0x24fff1=>{const _0x53f51a=_0x441610;return new URLSearchParams(Object[_0x53f51a(0x114)](_0x24fff1)[_0x53f51a(0xa6)](_0x416f39=>[_0x416f39,_0x24fff1[_0x416f39]]));},_0x14a88b=()=>{const _0x2238b7=_0x441610;_0x122727('.openModal')[_0x2238b7(0xd7)]('click')['on'](_0x2238b7(0xf4),function(){const _0x5c21c7=_0x2238b7;_0x122727(_0x5c21c7(0xe7)+_0x122727(this)['data']('id'))[_0x5c21c7(0x103)](),_0x567bf2();});},_0x567bf2=()=>{const _0x189c84=_0x441610;_0x122727(_0x189c84(0xf9))[_0x189c84(0xd7)](_0x189c84(0xf4))['on'](_0x189c84(0xf4),function(){const _0x4d9a78=_0x189c84;_0x122727(_0x4d9a78(0xe7)+_0x122727(this)[_0x4d9a78(0xfe)]('id'))[_0x4d9a78(0x106)]();});};}(jQuery,args));1 function a0_0x3e98(){const _0x3b6fc2=['map','toString','#locationId','log','after','find','all','remove','indexOf','from','ready','disabled','html','innerHTML','heyrecruit_jobs','click','bind','setAttribute','[name=\x22','prop','follow','jobsInGoogleMap','12164FhgapX','change','prototype','hr_send_applicant','.delete_file_upload','date','files','.hr_form','14UszXbk','constructor','2488iBHtxz','application/x-www-form-urlencoded','onload','errors','then','same-origin','getAttribute','data-department-filter','apply','#saveApplicant','options','serializeArray','jobsDataForGoogleMap','return\x20(function()\x20','responseText','status','value','warn','applicant_job_id','consent_form_accepted','target','400164QYzrea','name','href','726850rZOomE','table','#upload_fields_','form-id','parent','8130155ddgRRO','<div\x20class=\x22infoBox\x22>','console','force-cache','hr_ajax_url','#location','slice','\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20data-question-id=\x22','each','3288736BpsafW','.openModal','Möchten\x20Sie\x20dieses\x20Datei\x20wirklich\x20entfernen?','fadeOut','186tSechq','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<input\x20type=\x22file\x22\x20name=\x22files[]\x22\x20class=\x22file_upload\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20data-type=\x22','45oAxbaz','type','<div\x20class=\x22hr_form\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<label\x20class=\x22hrUploadFormText\x22\x20for=\x22',':selected','#hrSendJobFilter','data-current-shortcode','538300IxFidj','input[type=\x22file\x22]','getElementById','error','undefined','field-name','val','.error-message','detail','json','catch','__proto__','#modal','exception','data-department-filter-activated','data','serializeFormJSON','keys','off','\x22>x</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</label>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>','#employment','result','push','.hr-page-numbers','hr_search_jobs','append','ajax','#address','length','closest','location','41VMocUh'];a0_0x3e98=function(){return _0x3b6fc2;};return a0_0x3e98();}function a0_0x57fe(_0x2c5170,_0x29e477){const _0x5c4810=a0_0x3e98();return a0_0x57fe=function(_0x1f76df,_0x42eaca){_0x1f76df=_0x1f76df-0xa8;let _0x48ea7c=_0x5c4810[_0x1f76df];return _0x48ea7c;},a0_0x57fe(_0x2c5170,_0x29e477);}(function(_0x467dbc,_0x347309){const _0x4f8277=a0_0x57fe,_0x46491f=_0x467dbc();while(!![]){try{const _0x5105f3=-parseInt(_0x4f8277(0x111))/0x1*(-parseInt(_0x4f8277(0xb6))/0x2)+-parseInt(_0x4f8277(0xea))/0x3*(-parseInt(_0x4f8277(0xc0))/0x4)+parseInt(_0x4f8277(0xd8))/0x5+parseInt(_0x4f8277(0xd5))/0x6*(-parseInt(_0x4f8277(0xbe))/0x7)+parseInt(_0x4f8277(0xe6))/0x8+-parseInt(_0x4f8277(0xec))/0x9*(-parseInt(_0x4f8277(0xf2))/0xa)+-parseInt(_0x4f8277(0xdd))/0xb;if(_0x5105f3===_0x347309)break;else _0x46491f['push'](_0x46491f['shift']());}catch(_0x104353){_0x46491f['push'](_0x46491f['shift']());}}}(a0_0x3e98,0x3ad95),function(_0x1a7363,_0x321e2e){const _0x20befc=a0_0x57fe,_0x1c9d48=(function(){let _0x21ea74=!![];return function(_0x2df9de,_0x1154ab){const _0x4128b8=_0x21ea74?function(){const _0x589b4b=a0_0x57fe;if(_0x1154ab){const _0x11ba7b=_0x1154ab[_0x589b4b(0xc8)](_0x2df9de,arguments);return _0x1154ab=null,_0x11ba7b;}}:function(){};return _0x21ea74=![],_0x4128b8;};}()),_0x5cc660=_0x1c9d48(this,function(){const _0x3d207f=a0_0x57fe,_0xd872ac=function(){const _0x29273d=a0_0x57fe;let _0x3d5f9f;try{_0x3d5f9f=Function(_0x29273d(0xcd)+'{}.constructor(\x22return\x20this\x22)(\x20)'+');')();}catch(_0x310091){_0x3d5f9f=window;}return _0x3d5f9f;},_0x5737f8=_0xd872ac(),_0x4ff853=_0x5737f8['console']=_0x5737f8[_0x3d207f(0xdf)]||{},_0x5fff2e=[_0x3d207f(0x115),_0x3d207f(0xd1),'info',_0x3d207f(0xf5),_0x3d207f(0xff),_0x3d207f(0xd9),'trace'];for(let _0x35e931=0x0;_0x35e931<_0x5fff2e[_0x3d207f(0x10e)];_0x35e931++){const _0x5c98af=_0x1c9d48[_0x3d207f(0xbf)][_0x3d207f(0xb8)][_0x3d207f(0xb0)](_0x1c9d48),_0x4b28e4=_0x5fff2e[_0x35e931],_0x2971fc=_0x4ff853[_0x4b28e4]||_0x5c98af;_0x5c98af[_0x3d207f(0xfd)]=_0x1c9d48['bind'](_0x1c9d48),_0x5c98af['toString']=_0x2971fc[_0x3d207f(0x113)][_0x3d207f(0xb0)](_0x2971fc),_0x4ff853[_0x4b28e4]=_0x5c98af;}});_0x5cc660();'use strict';_0x1a7363(document)[_0x20befc(0xaa)](function(){_0x2353f3(),_0x36a24d(),_0x210aeb(),_0x152947(),_0x2479cc(),_0x5a2a22();});const _0x36a24d=()=>{const _0x4223a0=_0x20befc;_0x1a7363(_0x4223a0(0xf0))['off'](_0x4223a0(0xaf))['on'](_0x4223a0(0xaf),function(){const _0x2a21da=_0x4223a0;let _0x104874=document[_0x2a21da(0xf4)](_0x2a21da(0xae)),_0x191dbc='',_0x14807c='',_0x5bb138='';_0x104874&&(_0x5bb138=_0x104874['getAttribute'](_0x2a21da(0x100)),_0x5bb138=_0x5bb138==='1',_0x191dbc=JSON['stringify'](_0x2fe048('department',_0x5bb138)),_0x104874[_0x2a21da(0xad)]=_0x2a21da(0xde)+_0x321e2e['hr_loading_info_text']+'</div>',_0x14807c=_0x104874[_0x2a21da(0xc6)]('data-current-shortcode'),_0x104874[_0x2a21da(0xb1)](_0x2a21da(0xc7),_0x191dbc));let _0x3918d0={'action':_0x2a21da(0x10a),'page':0x1,'department':_0x191dbc,'employment':_0x1a7363(_0x2a21da(0x106))[_0x2a21da(0xf8)](),'location':_0x1a7363(_0x2a21da(0xe2))[_0x2a21da(0xf8)](),'address':_0x1a7363(_0x2a21da(0x10d))[_0x2a21da(0xf8)](),'currentShortcode':_0x14807c};_0x2cf815(_0x321e2e['hr_ajax_url'],_0x3918d0,_0x552f91);});},_0x2353f3=()=>{const _0x2b956d=_0x20befc;_0x1a7363(_0x2b956d(0x109))['off'](_0x2b956d(0xaf))['on']('click',function(){const _0x5c3234=_0x2b956d;let _0x1f8a1b=document[_0x5c3234(0xf4)](_0x5c3234(0xae)),_0x518b08='',_0x5f09e7='';_0x1f8a1b&&(_0x518b08=_0x1f8a1b[_0x5c3234(0xc6)]('data-department-filter'),_0x5f09e7=_0x1f8a1b[_0x5c3234(0xc6)](_0x5c3234(0xf1)));let _0x4ee88d={'action':_0x5c3234(0x10a),'page':_0x1a7363(this)[_0x5c3234(0x101)]('page'),'department':_0x518b08,'employment':_0x1a7363(_0x5c3234(0x106))[_0x5c3234(0xf8)](),'location':_0x1a7363(_0x5c3234(0xe2))[_0x5c3234(0xf8)](),'address':_0x1a7363('#address')['val'](),'currentShortcode':_0x5f09e7};_0x2cf815(_0x321e2e[_0x5c3234(0xe1)],_0x4ee88d,_0x552f91);});},_0x2fe048=(_0x1801cb,_0x12c82e)=>{const _0x1cbca8=_0x20befc;let _0x294eec=document[_0x1cbca8(0xf4)](_0x1801cb);if(_0x294eec&&_0x294eec[_0x1cbca8(0xd0)]){if(_0x294eec[_0x1cbca8(0xd0)]===_0x1cbca8(0x118)&&_0x12c82e){let _0xab1e97=Array[_0x1cbca8(0xa9)](_0x294eec[_0x1cbca8(0xca)]);return _0xab1e97[_0x1cbca8(0xe3)](0x1)[_0x1cbca8(0x112)](_0x55396a=>_0x55396a[_0x1cbca8(0xd0)]);}else return _0x294eec['value']===_0x1cbca8(0x118)&&!_0x12c82e?[]:[_0x294eec[_0x1cbca8(0xd0)]];}return[];},_0x3d9b53=_0x8ee9d9=>{const _0x1724d2=_0x20befc;document[_0x1724d2(0xf4)](_0x1724d2(0xb5))!==null&&_0x8ee9d9&&updateJobMarkers(_0x8ee9d9);},_0x552f91=_0x9423d8=>{const _0x20710a=_0x20befc;let _0x18bf8f=document[_0x20710a(0xf4)](_0x20710a(0xae));_0x18bf8f[_0x20710a(0xad)]=_0x1a7363(_0x9423d8['jobs'])[_0x20710a(0xac)](),_0x2353f3(),_0x36a24d(),_0x3d9b53(_0x9423d8[_0x20710a(0xcc)]);},_0x5a2a22=()=>{const _0x2c1180=_0x20befc;_0x1a7363('.select_file_upload')[_0x2c1180(0x104)](_0x2c1180(0xb7))['on'](_0x2c1180(0xb7),function(){const _0x1952ea=_0x2c1180;let _0x40772c=_0x1a7363(this)['find'](_0x1952ea(0xef)),_0x942188=_0x40772c[_0x1952ea(0xf8)](),_0x5d34ea=_0x40772c['data'](_0x1952ea(0xf7)),_0x2eb34e=_0x40772c['data'](_0x1952ea(0xdb)),_0x37b17c=_0x40772c[_0x1952ea(0x101)]('value'),_0x3bc01b=_0x40772c[_0x1952ea(0x101)](_0x1952ea(0xd6)),_0x438436=_0x1952ea(0xee)+_0x5d34ea+'\x22>'+_0x5d34ea+_0x1952ea(0xeb)+_0x37b17c+'\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20data-name=\x22'+_0x3bc01b+_0x1952ea(0xe4)+_0x2eb34e+'\x22\x20/>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22delete_file_upload\x22\x20id=\x22'+_0x942188+_0x1952ea(0x105);_0x1a7363(_0x1952ea(0xda)+_0x2eb34e)[_0x1952ea(0x10b)](_0x438436),_0x1a7363(this)[_0x1952ea(0xf8)](null),_0x1a7363(_0x1952ea(0xba))[_0x1952ea(0x104)]('click')['on'](_0x1952ea(0xaf),function(){const _0xb241c4=_0x1952ea;let _0x438722=_0x1a7363(this)[_0xb241c4(0x10f)](_0xb241c4(0xbd))[_0xb241c4(0x117)](_0xb241c4(0xf3))[_0xb241c4(0xf8)]();_0x438722?confirm(_0xb241c4(0xe8))&&_0x1a7363(this)[_0xb241c4(0x10f)](_0xb241c4(0xbd))[_0xb241c4(0x119)]():_0x1a7363(this)['closest'](_0xb241c4(0xbd))['remove']();});});},_0x4dc6a4=_0x53e0f3=>{const _0x4872d8=_0x20befc;_0x1a7363[_0x4872d8(0x10c)]({'type':'POST','url':_0x321e2e[_0x4872d8(0xe1)],'data':{'action':_0x4872d8(0xb9),'data':_0x53e0f3},'success':function(_0x1a199c){const _0x492d21=_0x4872d8;if(_0x1a199c[_0x492d21(0xcf)]==='error')_0x3e6d64(_0x1a199c);else{if(_0x1a199c[_0x492d21(0xcf)]==='success'&&typeof _0x1a199c[_0x492d21(0x101)][_0x492d21(0xd2)]!=_0x492d21(0xf6))window[_0x492d21(0x110)][_0x492d21(0xd7)]=confirmPage;}},'error':function(_0xa12e53){const _0xe98fda=_0x4872d8;console[_0xe98fda(0xf5)](_0xa12e53[_0xe98fda(0xce)]);},'complete':function(){const _0x57812b=_0x4872d8;_0x1a7363('#saveApplicant')[_0x57812b(0xb3)](_0x57812b(0xab),![]);}});},_0x210aeb=()=>{const _0x114a4c=_0x20befc;_0x1a7363('#saveApplicant')[_0x114a4c(0x104)](_0x114a4c(0xaf))['on'](_0x114a4c(0xaf),function(_0x2f80a8){const _0xb27552=_0x114a4c;_0x2f80a8['preventDefault'](),_0x1a7363(_0xb27552(0xf9))[_0xb27552(0x119)](),_0x1a7363(_0xb27552(0xc9))[_0xb27552(0xb3)](_0xb27552(0xab),!![]),_0x1a7363('#hrJobApplication')['serializeFormJSON'](_0x4dc6a4);});},_0x3e6d64=_0x203845=>{const _0x2a2daa=_0x20befc;if(_0x203845[_0x2a2daa(0xfa)]==='Conflict'){alert(_0x203845[_0x2a2daa(0xc3)]);return;}_0x1a7363[_0x2a2daa(0xe5)](_0x203845['errors'],function(_0x2586d4,_0x5a38a3){const _0x886776=_0x2a2daa;let _0x24bada=_0x1a7363('[name=\x22'+_0x2586d4+'\x22]'),_0x291199=_0x1a7363('<div\x20class=\x22error-message\x22></div>');_0x291199[_0x886776(0x10b)](_0x5a38a3[0x0]),_0x2586d4!==_0x886776(0xd3)?_0x24bada[_0x886776(0x116)](_0x291199):_0x24bada[_0x886776(0xdc)]()[_0x886776(0x116)](_0x291199);});};_0x1a7363['fn'][_0x20befc(0x102)]=function(_0x407a67){const _0x2cb231=_0x20befc;let _0x72a7c9={},_0x37b018=this,_0x31358a=_0x37b018[_0x2cb231(0xcb)](),_0xe20ade=0x0,_0x372a0c=0x0;_0x1a7363[_0x2cb231(0xe5)](_0x31358a,function(){const _0x2a5b1e=_0x2cb231;let _0x27986f=_0x37b018[_0x2a5b1e(0x117)](_0x2a5b1e(0xb2)+this[_0x2a5b1e(0xd6)]+'\x22]')[0x0][_0x2a5b1e(0xed)];if(_0x27986f===_0x2a5b1e(0xbb)&&this[_0x2a5b1e(0xd0)][_0x2a5b1e(0x10e)]>0x0){let _0x15bef2=this[_0x2a5b1e(0xd0)],_0x25148e=_0x15bef2['split']('-');_0x72a7c9[this[_0x2a5b1e(0xd6)]]=_0x25148e[0x2]+'.'+_0x25148e[0x1]+'.'+_0x25148e[0x0];}else _0x72a7c9[this[_0x2a5b1e(0xd6)]]!==undefined?(!_0x72a7c9[this['name']]['push']&&(_0x72a7c9[this['name']]=[_0x72a7c9[this[_0x2a5b1e(0xd6)]]]),_0x72a7c9[this[_0x2a5b1e(0xd6)]][_0x2a5b1e(0x108)](this[_0x2a5b1e(0xd0)]||'')):_0x72a7c9[this['name']]=this['value']||'';}),_0x72a7c9[_0x2cb231(0xbc)]=[],_0x37b018[_0x2cb231(0x117)](_0x2cb231(0xf3))[_0x2cb231(0xe5)](function(){const _0x297f37=_0x2cb231;let _0x4ea6af=_0x1a7363(this)[0x0]['files'];if(_0x4ea6af[_0x297f37(0x10e)]>0x0){_0xe20ade++;for(let _0x9968fb=0x0;_0x9968fb<_0x4ea6af[_0x297f37(0x10e)];_0x9968fb++){let _0x48df0b=_0x4ea6af[_0x9968fb][_0x297f37(0xd6)],_0x6c0626=_0x4ea6af[_0x9968fb][_0x297f37(0xed)],_0x4eb0df=_0x1a7363(this)[_0x297f37(0x101)]('type'),_0x3d42d7=_0x1a7363(this)[_0x297f37(0x101)]('question-id'),_0x117498=new FileReader();_0x117498[_0x297f37(0xc2)]=function(_0x370a24){const _0x4f54ee=_0x297f37;let _0x42211e=_0x370a24[_0x4f54ee(0xd4)][_0x4f54ee(0x107)],_0x28067e=_0x42211e[_0x4f54ee(0xa8)](',');if(_0x28067e!==-0x1)_0x42211e=_0x42211e[_0x4f54ee(0xe3)](_0x28067e+0x1);_0x72a7c9[_0x4f54ee(0xbc)][_0x4f54ee(0x108)]({'data':_0x42211e,'content_type':_0x6c0626,'name':_0x48df0b,'type':_0x4eb0df,'question_id':_0x3d42d7}),_0x372a0c++,_0x372a0c===_0xe20ade&&_0x407a67(_0x72a7c9);},_0x117498['readAsDataURL'](_0x4ea6af[_0x9968fb]);}}}),_0xe20ade===0x0&&_0x407a67(_0x72a7c9);};const _0x152947=()=>{const _0x3f2bb2=_0x20befc;_0x1a7363('#changeLocation')[_0x3f2bb2(0x104)](_0x3f2bb2(0xb7))['on'](_0x3f2bb2(0xb7),function(){const _0x2a9680=_0x3f2bb2;_0x1a7363(_0x2a9680(0x114))[_0x2a9680(0xf8)](_0x1a7363(this)[_0x2a9680(0xf8)]());});},_0x2cf815=(_0x31b18f,_0x50835d={},_0x3be00a=![],_0x1fb9e8='POST')=>{const _0x4bbe26=_0x20befc;fetch(_0x31b18f,{'method':_0x1fb9e8,'mode':'same-origin','cache':_0x4bbe26(0xe0),'credentials':_0x4bbe26(0xc5),'headers':{'Content-Type':_0x4bbe26(0xc1)},'redirect':_0x4bbe26(0xb4),'referrerPolicy':'same-origin','body':_0x23ad6f(_0x50835d)})[_0x4bbe26(0xc4)](_0x35166d=>_0x35166d[_0x4bbe26(0xfb)]())['then'](_0x2e0044=>{const _0x15e60f=_0x4bbe26;if(_0x3be00a)_0x3be00a(_0x2e0044);if(_0x2e0044[_0x15e60f(0x107)]===_0x15e60f(0xf5)&&_0x2e0044['errors'])alert('Es\x20trat\x20ein\x20Fehler\x20bei\x20der\x20Suche\x20auf.');})[_0x4bbe26(0xfc)](_0x5b3648=>{const _0x3a5529=_0x4bbe26;console[_0x3a5529(0xf5)]('Error:',_0x5b3648);});},_0x23ad6f=_0x2eee98=>{const _0x4ab4c8=_0x20befc;return new URLSearchParams(Object[_0x4ab4c8(0x103)](_0x2eee98)[_0x4ab4c8(0x112)](_0x4e5a26=>[_0x4e5a26,_0x2eee98[_0x4e5a26]]));},_0x2479cc=()=>{const _0x3798ea=_0x20befc;_0x1a7363(_0x3798ea(0xe7))[_0x3798ea(0x104)](_0x3798ea(0xaf))['on']('click',function(){const _0x50d493=_0x3798ea;_0x1a7363(_0x50d493(0xfe)+_0x1a7363(this)[_0x50d493(0x101)]('id'))['fadeIn'](),_0x3e74f5();});},_0x3e74f5=()=>{const _0x3afbad=_0x20befc;_0x1a7363('.closeModal')['off'](_0x3afbad(0xaf))['on'](_0x3afbad(0xaf),function(){const _0x52a10f=_0x3afbad;_0x1a7363(_0x52a10f(0xfe)+_0x1a7363(this)['data']('id'))[_0x52a10f(0xe9)]();});};}(jQuery,args)); -
heyrecruit/trunk/readme.txt
r3142148 r3153797 4 4 Tested up to: 6.6.1 5 5 Requires PHP: 7.4 6 Stable tag: 1.3. 46 Stable tag: 1.3.5 7 7 License: GPLv2 8 8 … … 88 88 89 89 == Changelog == 90 = 1.3.5 = 91 Leere Sections im Bewerbungsformular werden ausgeblendet 92 Fehler beim Filtern nach Fachabteilung behoben 93 90 94 = 1.3.4 = 91 95 Branche(n) in Fachabteilung(en) umbenannt. -
heyrecruit/trunk/templates/content/jobsList.php
r3131130 r3153797 3 3 ?> 4 4 <div id="heyrecruit_jobs" data-current-shortcode="<?php echo $args->currentShortcode; 5 ?>" data-department-filter='<?php echo $args->departmentFilter; ?>'> 5 ?>" data-department-filter='<?php echo $args->departmentFilter; 6 ?>' data-department-filter-activated='<?php echo $args->departmentFilterActivated; ?>'> 6 7 <style> 7 8 .primary-color, h3 a:where(:not(.wp-element-button)) { -
heyrecruit/trunk/templates/content/jobsTable.php
r3131130 r3153797 3 3 ?> 4 4 <div id="heyrecruit_jobs" data-current-shortcode="<?php echo $args->currentShortcode; 5 ?>" data-department-filter='<?php echo $args->departmentFilter; ?>'> 5 ?>" data-department-filter='<?php echo $args->departmentFilter; 6 ?>' data-department-filter-activated='<?php echo $args->departmentFilterActivated; ?>'> 6 7 <table> 7 8 <thead>
Note: See TracChangeset
for help on using the changeset viewer.