|
|
|
@ -12,33 +12,38 @@
|
|
|
|
|
{% include "menu.html" %}
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
<div class="container mt-4" >
|
|
|
|
|
<div class="container mt-4 d-flex align-content-center ">
|
|
|
|
|
<div>
|
|
|
|
|
<a href="index.php?action=createOfferForm" type="button" class="btn btn-outline-success mb-4">Publier une offre</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="container mt-4">
|
|
|
|
|
|
|
|
|
|
<div class="d-flex flex-column align-items-center">
|
|
|
|
|
<form action="index.php" method="get" class="form-inline flex-wrap mb-4">
|
|
|
|
|
<h2 class="mr-3">Filtrer les offres</h2>
|
|
|
|
|
|
|
|
|
|
<div class="form-group mr-3 flex-column">
|
|
|
|
|
<label for="typeContrat">Type de contrat :</label>
|
|
|
|
|
<div class="form-check">
|
|
|
|
|
<input class="form-check-input" type="radio" name="typeContrat" id="cdd" value="CDD" {% if typeContrat == "CDD" %}checked{% endif %}>
|
|
|
|
|
<label class="form-check-label" for="cdd">CDD</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-check">
|
|
|
|
|
<input class="form-check-input" type="radio" name="typeContrat" id="cdi" value="CDI" {% if typeContrat == "CDI" %}checked{% endif %}>
|
|
|
|
|
<label class="form-check-label" for="cdi">CDI</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-check">
|
|
|
|
|
<input class="form-check-input" type="radio" name="typeContrat" id="alternance" value="Alternance" {% if "Alternance" == typeContrat %}checked{% endif %}>
|
|
|
|
|
<label class="form-check-label" for="alternance">Alternance</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-check">
|
|
|
|
|
<input class="form-check-input" type="radio" name="typeContrat" id="stage" value="Stage" {% if "Stage" == typeContrat %}checked{% endif %}>
|
|
|
|
|
<label class="form-check-label" for="stage">Stage</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group mr-3 flex-column justify-content-left">
|
|
|
|
|
<label for="typeContrat" class="text-left">Type de contrat :</label>
|
|
|
|
|
<div class="form-check ml-0">
|
|
|
|
|
<input class="form-check-input" type="radio" name="typeContrat" id="cdd" value="CDD" {% if typeContrat == "CDD" %}checked{% endif %}>
|
|
|
|
|
<label class="form-check-label" for="cdd">CDD</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-check ml-0">
|
|
|
|
|
<input class="form-check-input" type="radio" name="typeContrat" id="cdi" value="CDI" {% if typeContrat == "CDI" %}checked{% endif %}>
|
|
|
|
|
<label class="form-check-label" for="cdi">CDI</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-check ml-0">
|
|
|
|
|
<input class="form-check-input" type="radio" name="typeContrat" id="alternance" value="Alternance" {% if "Alternance" == typeContrat %}checked{% endif %}>
|
|
|
|
|
<label class="form-check-label" for="alternance">Alternance</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-check ml-0">
|
|
|
|
|
<input class="form-check-input" type="radio" name="typeContrat" id="stage" value="Stage" {% if "Stage" == typeContrat %}checked{% endif %}>
|
|
|
|
|
<label class="form-check-label" for="stage">Stage</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group mr-3 flex-column">
|
|
|
|
|
<label for="experience">Expérience :</label>
|
|
|
|
@ -73,14 +78,18 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<a href="index.php?action=consultOffers" class="btn btn-info">Réinitialiser les filtres</a>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h1 id="titrePrincipal">Offres d'emploi</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-md-8 offset-md-2">
|
|
|
|
|
|
|
|
|
|
{% for offre in offres %}
|
|
|
|
|
<article class="mb-4">
|
|
|
|
|
<div class="row1">
|
|
|
|
@ -122,11 +131,13 @@
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
|
|
|
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
|
|
|
|
|