Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5393 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5393 Rev 5394
Línea 35... Línea 35...
35
  companyWebsite: `$company_website`,
35
  companyWebsite: `$company_website`,
36
  companyFoundationYear: `$company_foundation_year`,
36
  companyFoundationYear: `$company_foundation_year`,
37
  jobApplyOperation: `$job_apply_operation`,
37
  jobApplyOperation: `$job_apply_operation`,
38
  userProfiles: JSON.parse(`$userProfiles`)
38
  userProfiles: JSON.parse(`$userProfiles`)
39
}
39
}
40
const LABEL = {}
40
const LABELS = {}
41
JS;
41
JS;
42
$this->inlineScript()->appendScript($js);
42
$this->inlineScript()->appendScript($js);
43
$this->headLink()->appendStylesheet('/look-and-field/job.css');
43
$this->headLink()->appendStylesheet('/look-and-field/job.css');
44
$this->inlineScript()->appendFile('/react-bundles/job/view/jobViewBundle.js');
44
$this->inlineScript()->appendFile('/react-bundles/job/view/jobViewBundle.js');
45
?>
45
?>