Skip to content
Snippets Groups Projects
Commit f474ae63 authored by nicrausaz's avatar nicrausaz
Browse files

open for 2019, update readme

parent 14286cb9
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
- [ ] Postulation pour les dossiers papiers pour les dossiers recu par courrier
# Infos
> Ouvrir la postulation dans templates/isPostulationOpen.php
> Résultats sur \\scxdata\apprentis$\candidatures
> Fichier de config pour choisir les postulations autorisées: configs/config.php
> En début de période de postulations, ne pas autoriser les laborantins (qui postulent -> AVML).
\ No newline at end of file
......@@ -17,8 +17,7 @@
$LISTJOB = [
"Lausanne" => [
"laborantinChimie" => "Laborantin-e CFC; option chimie",
"planificateurElectricien" => "Planificateur-trice éléctricien-ne CFC",
"laborantinBiologie" => "Laborantin-e CFC; option biologie",
"polyMecanicien" => "Polymécanicien-ne CFC"
],
"Sion" => [
......
......@@ -20,8 +20,8 @@
<li>Copies des certificats, diplômes obtenus, attestations de stages</li>
<li>Copie carte d'identité</li>
<li>Photo passeport couleur</li>
<li>Si informaticien, le certificat d’aptitude GRI est <strong>recommandé</strong></li>
<li>Si polymécanicien, le certificat d’aptitude GIM-CH est <strong>recommandé</strong></li>
<li>Pour informaticien, le certificat d’aptitude GRI peut être joint au dossier</li>
<li>Pour polymécanicien, le certificat d’aptitude GIM-CH peut être joint au dossier</strong></li>
</ul>
Veuillez également prévoir une vingtaine de minutes pour compléter le formulaire.
......
<?php
// change this to open/close postulation
$isOpen = false;
$isOpen = true;
if(!$isOpen){
header("Location: ./denied.php");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment