Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 14160 | Rev 15045 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 14160 Rev 14162
Línea 43... Línea 43...
43
CSS;
43
CSS;
44
$this->headStyle()->captureEnd();
44
$this->headStyle()->captureEnd();
Línea 45... Línea 45...
45
 
45
 
Línea 46... Línea 46...
46
$categories = json_encode($job_categories);
46
$categories = json_encode($job_categories);
47
 
47
 
48
/*
48
 
49
$js = <<<JS
49
$js = <<<JS
50
const linksVars = {
50
const linksVars = {
51
    link_add:"$routeAdd",
51
    link_add:"$routeAdd",
Línea 60... Línea 60...
60
JS;
60
JS;
Línea 61... Línea 61...
61
 
61
 
62
$this->inlineScript()->appendScript($js);
62
$this->inlineScript()->appendScript($js);
63
$this->headLink()->appendStylesheet('/react-bundles/jobs/main.css');
63
$this->headLink()->appendStylesheet('/react-bundles/jobs/main.css');
64
$this->inlineScript()->appendFile('/react-bundles/jobs/jobsBundle.js');
64
$this->inlineScript()->appendFile('/react-bundles/jobs/jobsBundle.js');
65
*/
65
 
Línea 66... Línea 66...
66
?>
66
?>
67
 
67
 
68
<!-- Content Header (Page header) -->
68
<!-- Content Header (Page header) -->