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
8df1993f
Commit
8df1993f
authored
6 years ago
by
nicrausaz
Browse files
Options
Downloads
Patches
Plain Diff
todo: files
parent
4e272a87
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
canapEPFL/templates/viewPostulationTables/personnalInfosTable.php
+13
-101
13 additions, 101 deletions
...L/templates/viewPostulationTables/personnalInfosTable.php
with
13 additions
and
101 deletions
canapEPFL/templates/viewPostulationTables/personnalInfosTable.php
+
13
−
101
View file @
8df1993f
...
...
@@ -17,17 +17,7 @@
</tr>
<tr>
<td>
Maturité intégrée
</td>
<td>
<?=
$postulation
[
'applicant_maturity'
]
?
"✔"
:
"✘"
?>
<!-- <div class="custom-control custom-radio editPostInputs">
<input type="radio" name="applicant_maturity" id="applicant_maturity1" class="custom-control-input" value="0"
<?php
echo
(
$postulation
[
'applicant_maturity'
]
==
0
)
?
"checked=
\"
checked
\"
"
:
''
;
?>
>
<label class="custom-control-label" for="applicant_maturity1">Non</label>
</div>
<div class="custom-control custom-radio editPostInputs">
<input type="radio" name="applicant_maturity" id="applicant_maturity2" class="custom-control-input" value="1"
<?php
echo
(
$postulation
[
'applicant_maturity'
]
==
1
)
?
"checked=
\"
checked
\"
"
:
''
;
?>
>
<label class="custom-control-label" for="applicant_maturity2">Oui</label>
</div> -->
</td>
<td>
<?=
$postulation
[
'applicant_maturity'
]
?
"✔"
:
"✘"
?>
</td>
</tr>
<tr>
<td>
Nom, Prénom
</td>
...
...
@@ -35,13 +25,7 @@
</tr>
<tr>
<td>
Genre
</td>
<td>
<?=
$postulation
[
'applicant_gender'
]
?>
<!-- <select name="applicant_gender" class="custom-select editPostInputs">
<option value="Homme"
<?php
echo
(
$postulation
[
'applicant_gender'
]
==
"Homme"
)
?
"selected"
:
''
;
?>
>Homme</option>
<option value="Femme"
<?php
echo
(
$postulation
[
'applicant_gender'
]
==
"Femme"
)
?
"selected"
:
''
;
?>
>Femme</option>
</select> -->
</td>
<td>
<?=
$postulation
[
'applicant_gender'
]
?>
</td>
</tr>
<tr>
<td>
Email
</td>
...
...
@@ -49,61 +33,35 @@
</tr>
<tr>
<td>
Adresse
</td>
<td>
<?=
$postulation
[
'applicant_address_street'
]
.
", "
.
$postulation
[
'applicant_address_npa'
]
?>
<!-- <input class="editPostInputs form-control" value="
<?=
$postulation
[
'applicant_address_street'
]
?>
" name="applicant_address_street" >
<input class="editPostInputs form-control" value="
<?=
$postulation
[
'applicant_address_npa'
]
?>
" name="applicant_address_npa" > -->
</td>
<td>
<?=
$postulation
[
'applicant_address_street'
]
.
", "
.
$postulation
[
'applicant_address_npa'
]
?>
</td>
</tr>
<tr>
<td>
Téléphones
</td>
<td>
<?=
$postulation
[
'applicant_home_phone'
]
.
", "
.
$postulation
[
'applicant_personal_phone'
]
?>
<!-- <input class="editPostInputs form-control" value="
<?=
$postulation
[
'applicant_home_phone'
]
?>
" name="applicant_home_phone" >
<input class="editPostInputs form-control" value="
<?=
$postulation
[
'applicant_personal_phone'
]
?>
" name="applicant_personal_phone" > -->
</td>
<td>
<?=
$postulation
[
'applicant_home_phone'
]
.
", "
.
$postulation
[
'applicant_personal_phone'
]
?>
</td>
</tr>
<tr>
<td>
Date de naissance
</td>
<td>
<?=
$postulation
[
'applicant_birthdate'
]
?>
<!-- <input type="text" autocomplete="none" placeholder="jj/mm/aaaa" name="applicant_birthdate" id="applicant_birthdate" class="form-control editPostInputs" value="
<?=
$postulation
[
'applicant_birthdate'
]
?>
" /> -->
</td>
<td>
<?=
$postulation
[
'applicant_birthdate'
]
?>
</td>
</tr>
<tr>
<td>
Origine
</td>
<td>
<?=
$postulation
[
'applicant_origin'
]
?>
<!-- <input class="editPostInputs form-control" value="
<?=
$postulation
[
'applicant_origin'
]
?>
" name="applicant_origin" > -->
</td>
<td>
<?=
$postulation
[
'applicant_origin'
]
?>
</td>
</tr>
<tr>
<td>
Nationalité
</td>
<td>
<?=
$postulation
[
'applicant_nationality'
]
?>
<!-- <input class="editPostInputs form-control" value="
<?=
$postulation
[
'applicant_nationality'
]
?>
" name="applicant_nationality" > -->
</td>
<td>
<?=
$postulation
[
'applicant_nationality'
]
?>
</td>
</tr>
<tr>
<td>
Catégorie de permis pour étrangers
</td>
<td>
<?=
$postulation
[
'applicant_foreign_authorization'
]
?>
<!-- <input class="editPostInputs form-control" value="
<?=
$postulation
[
'applicant_foreign_authorization'
]
?>
" name="applicant_foreign_authorization" > -->
</td>
<td>
<?=
$postulation
[
'applicant_foreign_authorization'
]
?>
</td>
</tr>
<tr>
<td>
AVS
</td>
<td>
<?=
$postulation
[
'applicant_avs'
]
?>
<!-- <input class="editPostInputs form-control" value="
<?=
$postulation
[
'applicant_avs'
]
?>
" name="applicant_avs" > -->
</td>
<td>
<?=
$postulation
[
'applicant_avs'
]
?>
</td>
</tr>
<tr>
<td>
Langue maternelle
</td>
<td>
<?=
$postulation
[
'applicant_main_language'
]
?>
<!-- <input class="editPostInputs form-control" value="
<?=
$postulation
[
'applicant_main_language'
]
?>
" name="applicant_main_language" > -->
</td>
<td>
<?=
$postulation
[
'applicant_main_language'
]
?>
</td>
</tr>
<tr>
<td>
Connaissances linguistiques
</td>
...
...
@@ -122,65 +80,19 @@
echo
'<img src="/assets/img/others_logo.png" alt="others_logo" width="30px">'
;
}
?>
<!-- <div class="editPostInputs">
<div class="custom-control custom-checkbox">
<input type="hidden" name="applicant_speaks_french" value="0">
<input type="checkbox" class="custom-control-input" id="french" value="1" name="applicant_speaks_french"
<?php
echo
(
$postulation
[
'applicant_speaks_french'
]
==
1
)
?
"checked=
\"
checked
\"
"
:
''
;
?>
>
<label class="custom-control-label" for="french">Français</label>
</div>
<div class="custom-control custom-checkbox">
<input type="hidden" name="applicant_speaks_german" value="0">
<input type="checkbox" class="custom-control-input" id="german" value="1" name="applicant_speaks_german"
<?php
echo
(
$postulation
[
'applicant_speaks_german'
]
==
1
)
?
"checked=
\"
checked
\"
"
:
''
;
?>
>
<label class="custom-control-label" for="german">Allemand</label>
</div>
<div class="custom-control custom-checkbox">
<input type="hidden" name="applicant_speaks_english" value="0">
<input type="checkbox" class="custom-control-input" id="english" value="1" name="applicant_speaks_english"
<?php
echo
(
$postulation
[
'applicant_speaks_english'
]
==
1
)
?
"checked=
\"
checked
\"
"
:
''
;
?>
>
<label class="custom-control-label" for="english">Anglais</label>
</div>
<div class="custom-control custom-checkbox">
<input type="hidden" name="applicant_speaks_other" value="0">
<input type="checkbox" class="custom-control-input" id="other" value="1" name="applicant_speaks_other"
<?php
echo
(
$postulation
[
'applicant_speaks_other'
]
==
1
)
?
"checked=
\"
checked
\"
"
:
''
;
?>
>
<label class="custom-control-label" for="other">Autres</label>
</div>
</div> -->
</td>
</tr>
<tr>
<td>
Majeur
</td>
<td>
<?=
$postulation
[
'applicant_has_majority'
]
?
"✔"
:
"✘"
?>
<!-- <div class="custom-control custom-radio editPostInputs">
<input type="radio" name="applicant_has_majority" id="applicant_has_majority1" class="custom-control-input" value="0"
<?php
echo
(
$postulation
[
'applicant_has_majority'
]
==
0
)
?
"checked=
\"
checked
\"
"
:
''
;
?>
>
<label class="custom-control-label" for="applicant_has_majority1">Non</label>
</div>
<div class="custom-control custom-radio editPostInputs">
<input type="radio" name="applicant_has_majority" id="applicant_has_majority2" class="custom-control-input" value="1"
<?php
echo
(
$postulation
[
'applicant_has_majority'
]
==
1
)
?
"checked=
\"
checked
\"
"
:
''
;
?>
>
<label class="custom-control-label" for="applicant_has_majority2">Oui</label>
</div> -->
</td>
<td>
<?=
$postulation
[
'applicant_has_majority'
]
?
"✔"
:
"✘"
?>
</td>
</tr>
<tr>
<td>
Fin de scolarité
</td>
<td>
<?=
$postulation
[
'applicant_scolarity_end'
]
?>
<!-- <input class="editPostInputs form-control" value="
<?=
$postulation
[
'applicant_scolarity_end'
]
?>
" name="applicant_scolarity_end" > -->
</td>
<td>
<?=
$postulation
[
'applicant_scolarity_end'
]
?>
</td>
</tr>
<tr>
<td>
Déja candidat ? (année)
</td>
<td>
<?=
$postulation
[
'applicant_already_applicant'
]
?
"✔ ("
.
$postulation
[
'applicant_already_applicant_year'
]
.
")"
:
"✘"
?>
<!-- <div class="custom-control custom-radio editPostInputs">
<input type="radio" name="applicant_already_applicant" id="applicant_already_applicant1" class="custom-control-input" value="0"
<?php
echo
(
$postulation
[
'applicant_already_applicant'
]
==
0
)
?
"checked=
\"
checked
\"
"
:
''
;
?>
>
<label class="custom-control-label" for="applicant_already_applicant1">Non</label>
</div>
<div class="custom-control custom-radio editPostInputs">
<input type="radio" name="applicant_already_applicant" id="applicant_already_applicant2" class="custom-control-input" value="1"
<?php
echo
(
$postulation
[
'applicant_already_applicant'
]
==
1
)
?
"checked=
\"
checked
\"
"
:
''
;
?>
>
<label class="custom-control-label" for="applicant_already_applicant2">Oui</label>
</div>
<input class="editPostInputs form-control" id="applicant_already_applicant_year" placeholder="année" value="
<?=
$postulation
[
'applicant_already_applicant_year'
]
?>
" name="applicant_already_applicant_year" > -->
</td>
<td>
<?=
$postulation
[
'applicant_already_applicant'
]
?
"✔ ("
.
$postulation
[
'applicant_already_applicant_year'
]
.
")"
:
"✘"
?>
</td>
</tr>
</tbody>
</table>
...
...
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