|
|
@ -1,5 +1,5 @@
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/html">
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Alica - Offres</title>
|
|
|
|
<title>Alica - Offres</title>
|
|
|
@ -23,19 +23,19 @@
|
|
|
|
<div class="form-group mr-3 flex-column">
|
|
|
|
<div class="form-group mr-3 flex-column">
|
|
|
|
<label for="typeContrat">Type de contrat :</label>
|
|
|
|
<label for="typeContrat">Type de contrat :</label>
|
|
|
|
<div class="form-check">
|
|
|
|
<div class="form-check">
|
|
|
|
<input class="form-check-input" type="radio" name="typeContrat" id="cdd" value="CDD">
|
|
|
|
<input class="form-check-input" type="radio" name="typeContrat" id="cdd" value="CDD" {{typeContrat}}>
|
|
|
|
<label class="form-check-label" for="cdd">CDD</label>
|
|
|
|
<label class="form-check-label" for="cdd">CDD</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-check">
|
|
|
|
<div class="form-check">
|
|
|
|
<input class="form-check-input" type="radio" name="typeContrat" id="cdi" value="CDI">
|
|
|
|
<input class="form-check-input" type="radio" name="typeContrat" id="cdi" value="CDI" {{typeContrat}}>
|
|
|
|
<label class="form-check-label" for="cdi">CDI</label>
|
|
|
|
<label class="form-check-label" for="cdi">CDI</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-check">
|
|
|
|
<div class="form-check">
|
|
|
|
<input class="form-check-input" type="radio" name="typeContrat" id="alternance" value="Alternance">
|
|
|
|
<input class="form-check-input" type="radio" name="typeContrat" id="alternance" value="Alternance" {{typeContrat}}>
|
|
|
|
<label class="form-check-label" for="alternance">Alternance</label>
|
|
|
|
<label class="form-check-label" for="alternance">Alternance</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-check">
|
|
|
|
<div class="form-check">
|
|
|
|
<input class="form-check-input" type="radio" name="typeContrat" id="stage" value="Stage">
|
|
|
|
<input class="form-check-input" type="radio" name="typeContrat" id="stage" value="Stage" {{typeContrat}}>
|
|
|
|
<label class="form-check-label" for="stage">Stage</label>
|
|
|
|
<label class="form-check-label" for="stage">Stage</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -43,11 +43,11 @@
|
|
|
|
<div class="form-group mr-3 flex-column">
|
|
|
|
<div class="form-group mr-3 flex-column">
|
|
|
|
<label for="experience">Expérience :</label>
|
|
|
|
<label for="experience">Expérience :</label>
|
|
|
|
<div class="form-check">
|
|
|
|
<div class="form-check">
|
|
|
|
<input class="form-check-input" type="radio" name="experience" id="junior" value="Junior">
|
|
|
|
<input class="form-check-input" type="radio" name="experience" id="junior" value="Junior" {{experience}}>
|
|
|
|
<label class="form-check-label" for="junior">Junior</label>
|
|
|
|
<label class="form-check-label" for="junior">Junior</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-check">
|
|
|
|
<div class="form-check">
|
|
|
|
<input class="form-check-input" type="radio" name="experience" id="senior" value="Senior">
|
|
|
|
<input class="form-check-input" type="radio" name="experience" id="senior" value="Senior" {{experience}}>
|
|
|
|
<label class="form-check-label" for="senior">Senior</label>
|
|
|
|
<label class="form-check-label" for="senior">Senior</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -56,15 +56,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
<label for="niveauEtudes">Niveau d'études :</label>
|
|
|
|
<label for="niveauEtudes">Niveau d'études :</label>
|
|
|
|
<div class="form-check">
|
|
|
|
<div class="form-check">
|
|
|
|
<input class="form-check-input" type="radio" name="niveauEtudes" id="bac2" value="Bac+2">
|
|
|
|
<input class="form-check-input" type="radio" name="niveauEtudes" id="bac2" value="Bac+2" {{niveauEtudes}}>
|
|
|
|
<label class="form-check-label" for="bac2">Bac+2</label>
|
|
|
|
<label class="form-check-label" for="bac2">Bac+2</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-check">
|
|
|
|
<div class="form-check">
|
|
|
|
<input class="form-check-input" type="radio" name="niveauEtudes" id="bac3" value="Bac+3">
|
|
|
|
<input class="form-check-input" type="radio" name="niveauEtudes" id="bac3" value="Bac+3" {{niveauEtudes}}>
|
|
|
|
<label class="form-check-label" for="bac3">Bac+3</label>
|
|
|
|
<label class="form-check-label" for="bac3">Bac+3</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-check">
|
|
|
|
<div class="form-check">
|
|
|
|
<input class="form-check-input" type="radio" name="niveauEtudes" id="bac5" value="Bac+5">
|
|
|
|
<input class="form-check-input" type="radio" name="niveauEtudes" id="bac5" value="Bac+5" {{niveauEtudes}}>
|
|
|
|
<label class="form-check-label" for="bac5">Bac+5</label>
|
|
|
|
<label class="form-check-label" for="bac5">Bac+5</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -72,9 +72,13 @@
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="index.php?action=consultOffers" class="btn btn-info">Réinitialiser les filtres</a>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h1 id="titrePrincipal">Offres d'emploi</h1>
|
|
|
|
<h1 id="titrePrincipal">Offres d'emploi</h1>
|
|
|
|
|
|
|
|
|
|
|
|
{% for offre in offres %}
|
|
|
|
{% for offre in offres %}
|
|
|
@ -99,22 +103,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<nav style="text-align: center;">
|
|
|
|
<nav style="text-align: center;">
|
|
|
|
<nav style="text-align: center;">
|
|
|
|
{% if numberPages is defined %}
|
|
|
|
{% if numberPages is defined %}
|
|
|
|
{% if currentPage is defined %}
|
|
|
|
{% if currentPage is defined %}
|
|
|
|
|
|
|
|
|
|
|
|
{% for i in 1..numberPages %}
|
|
|
|
{% for i in 1..numberPages %}
|
|
|
|
{% if i == currentPage %}
|
|
|
|
{% if i == currentPage %}
|
|
|
|
<a href="index.php?action=consultOffers&page={{i}}" class="active bg-danger">{{ i }}</a>
|
|
|
|
<!--
|
|
|
|
|
|
|
|
index.php?action=consultOffers&page={{ i }}&typeContrat={{ typeContrat }}&experience={{ experience }}&niveauEtudes={{ niveauEtudes }}
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
<a href="index.php?action=consultOffers&page={{ i }}&{{valContrat}}{{valExp}}{{ValEtudes}}" class="active bg-danger">{{ i }}</a>
|
|
|
|
{% else %}
|
|
|
|
{% else %}
|
|
|
|
<a href="index.php?action=consultOffers&page={{i}}">{{ i }}</a>
|
|
|
|
<a href="index.php?action=consultOffers&page={{ i }}&{{valContrat}}{{valExp}}{{ValEtudes}}">{{ i }}</a>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
</nav>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|