Línea 27... |
Línea 27... |
27 |
$companySizesOptions = json_encode($company_sizes);
|
27 |
$companySizesOptions = json_encode($company_sizes);
|
28 |
$degreesOptions = json_encode($degrees);
|
28 |
$degreesOptions = json_encode($degrees);
|
29 |
$industriesOptions = json_encode($industries);
|
29 |
$industriesOptions = json_encode($industries);
|
30 |
$languagesOptions = json_encode($languages);
|
30 |
$languagesOptions = json_encode($languages);
|
31 |
$skillsOptions = json_encode($skills);
|
31 |
$skillsOptions = json_encode($skills);
|
- |
|
32 |
$userAptitudes = json_encode($user_aptitudes);
|
- |
|
33 |
$userHobbiesAndInterests = json_encode($user_hobbies_and_interests);
|
- |
|
34 |
$aptitudesOptions = json_encode($aptitudes);
|
- |
|
35 |
$hobbiesAndInterestsOptions = json_encode($hobbies_and_interests);
|
- |
|
36 |
|
32 |
$googleMapPlacesUrl = 'https://maps.googleapis.com/maps/api/js?key=' . $google_map_key . '&libraries=places';
|
37 |
$googleMapPlacesUrl = 'https://maps.googleapis.com/maps/api/js?key=' . $google_map_key . '&libraries=places';
|
33 |
$error_msg = "Por favor seleccione una ubicación real";
|
38 |
$error_msg = "Por favor seleccione una ubicación real";
|
Línea 81... |
Línea 86... |
81 |
userEducations: JSON.parse('$userEducations'),
|
86 |
userEducations: JSON.parse('$userEducations'),
|
82 |
months: JSON.parse('$monthsJson'),
|
87 |
months: JSON.parse('$monthsJson'),
|
83 |
formattedAddress: "$formatted_address",
|
88 |
formattedAddress: "$formatted_address",
|
84 |
userLanguages: JSON.parse('$userLanguages'),
|
89 |
userLanguages: JSON.parse('$userLanguages'),
|
85 |
userSkills: JSON.parse('$userSkills'),
|
90 |
userSkills: JSON.parse('$userSkills'),
|
- |
|
91 |
userAptitudes: JSON.parse('$userAptitudes'),
|
- |
|
92 |
userHobbiesAndInterests: JSON.parse('$userHobbiesAndInterests'),
|
86 |
imageSizeCover: "$image_size_cover",
|
93 |
imageSizeCover: "$image_size_cover",
|
87 |
imageProfileCover: "$image_size_profile",
|
94 |
imageProfileCover: "$image_size_profile",
|
88 |
companySizesOptions: JSON.parse('$companySizesOptions'),
|
95 |
companySizesOptions: JSON.parse('$companySizesOptions'),
|
89 |
degreesOptions: JSON.parse('$degreesOptions'),
|
96 |
degreesOptions: JSON.parse('$degreesOptions'),
|
90 |
industriesOptions: JSON.parse('$industriesOptions'),
|
97 |
industriesOptions: JSON.parse('$industriesOptions'),
|
91 |
// industriesOptions: [],
|
98 |
// industriesOptions: [],
|
92 |
newIndustrisOptions: JSON.parse('$industriesOptions'),
|
99 |
newIndustrisOptions: JSON.parse('$industriesOptions'),
|
93 |
languagesOptions: JSON.parse('$languagesOptions'),
|
100 |
languagesOptions: JSON.parse('$languagesOptions'),
|
94 |
skillsOptions: JSON.parse('$skillsOptions'),
|
101 |
skillsOptions: JSON.parse('$skillsOptions'),
|
- |
|
102 |
aptitudesOptions: JSON.parse('$aptitudesOptions'),
|
- |
|
103 |
hobbiesAndInterestsOptions: JSON.parse('$hobbiesAndInterestsOptions'),
|
- |
|
104 |
|
- |
|
105 |
|
95 |
}
|
106 |
}
|
96 |
JS;
|
107 |
JS;
|
97 |
$this->inlineScript()->appendScript($js);
|
108 |
$this->inlineScript()->appendScript($js);
|
98 |
$this->headLink()->appendStylesheet('/react-bundles/profile/edit/main.css');
|
109 |
$this->headLink()->appendStylesheet('/react-bundles/profile/edit/main.css');
|
99 |
$this->inlineScript()->appendFile('/react-bundles/profile/edit/profileEditBundle.js');
|
110 |
$this->inlineScript()->appendFile('/react-bundles/profile/edit/profileEditBundle.js');
|