Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
canap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SI-FSD
canap
Commits
14286cb9
Commit
14286cb9
authored
6 years ago
by
nicrausaz
Browse files
Options
Downloads
Patches
Plain Diff
update readme, close for 2018
parent
17f3b01e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
canapEPFL/README.md
+5
-13
5 additions, 13 deletions
canapEPFL/README.md
canapEPFL/configs/config.php
+9
-7
9 additions, 7 deletions
canapEPFL/configs/config.php
canapEPFL/templates/isPostulationOpen.php
+3
-1
3 additions, 1 deletion
canapEPFL/templates/isPostulationOpen.php
with
17 additions
and
21 deletions
canapEPFL/README.md
+
5
−
13
View file @
14286cb9
# Améliorations possibles du formulaire canap.epfl.ch
# Améliorations possibles du formulaire canap.epfl.ch
-
[ ] Fusionner les annexes
-
[ ] Fusionner les annexes en une seul PDF
> Créer un seul PDF pour les annexes
-
[ ] Fichier HTML pour toutes les formations, tableau de tri
---
-
[ ] Postulation pour les dossiers papiers pour les dossiers recu par courrier
-
[ ] Fichier HTML pour toutes les formations
> Tableau tri HTML pour toutes les formations
---
-
[ ] Postulation pour les dossiers papiers
> Permet la postulation pour un dossier envoyé par poste (admin sans créer de compte).
---
# Infos
# Infos
> Résultats sur \\scxdata\apprentis$\candidatures
> Résultats sur \\scxdata\apprentis$\candidatures
> Fichier de config pour choisir les postulations autorisées: configs/config.php
> 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).
> En début de période de postulations, ne pas autoriser les laborantins (qui postulent -> AVML).
\ No newline at end of file
This diff is collapsed.
Click to expand it.
canapEPFL/configs/config.php
+
9
−
7
View file @
14286cb9
...
@@ -9,18 +9,20 @@
...
@@ -9,18 +9,20 @@
// "logisticien" => "Logisticien-ne CFC",
// "logisticien" => "Logisticien-ne CFC",
// "planificateurElectricien" => "Planificateur-trice éléctricien-ne CFC",
// "planificateurElectricien" => "Planificateur-trice éléctricien-ne CFC",
// "electronicien" => "Electronicien-ne CFC",
// "electronicien" => "Electronicien-ne CFC",
// "polyMecanicien" => "Polymécanicien-ne CFC",
// "informaticien" => "Informaticien-ne CFC",
// "employeCommerce" => "Employé-e de commerce CFC",
// "gardienAnimaux" => "Gardien-ne d'animaux CFC",
// "interactiveMediaDesigner" => "Interactive Media Designer CFC"
$LISTJOB
=
[
$LISTJOB
=
[
"Lausanne"
=>
[
"Lausanne"
=>
[
"laborantinBiologie"
=>
"Laborantin-e CFC; option biologie"
,
"laborantinChimie"
=>
"Laborantin-e CFC; option chimie"
,
"polyMecanicien"
=>
"Polymécanicien-ne CFC"
,
"planificateurElectricien"
=>
"Planificateur-trice éléctricien-ne CFC"
,
"informaticien"
=>
"Informaticien-ne CFC"
,
"polyMecanicien"
=>
"Polymécanicien-ne CFC"
"employeCommerce"
=>
"Employé-e de commerce CFC"
,
"gardienAnimaux"
=>
"Gardien-ne d'animaux CFC"
,
"interactiveMediaDesigner"
=>
"Interactive Media Designer CFC"
],
],
"Sion"
=>
[
"Sion"
=>
[
"logisticien"
=>
"Logisticien-ne CFC"
//
"logisticien" => "Logisticien-ne CFC"
]
]
];
];
?>
?>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
canapEPFL/templates/isPostulationOpen.php
+
3
−
1
View file @
14286cb9
<?php
<?php
$isOpen
=
true
;
// change this to open/close postulation
$isOpen
=
false
;
if
(
!
$isOpen
){
if
(
!
$isOpen
){
header
(
"Location: ./denied.php"
);
header
(
"Location: ./denied.php"
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment