initial upload
This commit is contained in:
70
aem_gestion/templates/planning/plannings.pt
Normal file
70
aem_gestion/templates/planning/plannings.pt
Normal file
@@ -0,0 +1,70 @@
|
||||
<metal:block use-macro="main_template">
|
||||
|
||||
<div metal:fill-slot="content">
|
||||
|
||||
<div class="container-fluid text-center">
|
||||
<br />
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
<a href="${request.application_url}/stages_schd/B">
|
||||
<span class="glyphicon glyphicon-calendar logo-small"></span><br />
|
||||
<h4>STAGE B</h4></a>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<a href="${request.application_url}/stages_schd/C">
|
||||
<span class="glyphicon glyphicon-calendar logo-small"></span><br />
|
||||
<h4>STAGE PAP</h4></a>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<a href="${request.application_url}/stages_schd/M">
|
||||
<span class="glyphicon glyphicon-calendar logo-moto"></span><br />
|
||||
<h4>STAGE A</h4></a>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<a href="${request.application_url}/motos_schd/A">
|
||||
<span class="glyphicon glyphicon-calendar logo-moto"></span><br />
|
||||
<h4>PLANNING A</h4></a>
|
||||
</div>
|
||||
</div> <!-- row 2 -->
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
<a href="${request.application_url}/motos_schd/I">
|
||||
<span class="glyphicon glyphicon-calendar logo-small"></span><br />
|
||||
<h4>CIRCUIT FORFAIT</h4></a>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<a href="${request.application_url}/motos_schd/R">
|
||||
<span class="glyphicon glyphicon-calendar logo-small"></span>
|
||||
<h4>RDV PEDAGOGIQUE</h4></a>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<a href="${request.application_url}/motos_schd/D">
|
||||
<span class="glyphicon glyphicon-calendar logo-small"></span>
|
||||
<h4>STAGE CODE</h4></a>
|
||||
</div>
|
||||
</div> <!-- row 3 -->
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
<a href="${request.application_url}/motos_schd/E">
|
||||
<span class="glyphicon glyphicon-calendar logo-small"></span>
|
||||
<h4>EXAMEN BLANC B</h4></a>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<a href="${request.application_url}/motos_schd/F">
|
||||
<span class="glyphicon glyphicon-calendar logo-moto"></span>
|
||||
<h4>EXAMEN BLANC A</h4></a>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<a href="${url_listeGL}">
|
||||
<span class="glyphicon glyphicon-copy logo-success"></span>
|
||||
<h4>LISTING GL</h4></a>
|
||||
</div>
|
||||
</div> <!-- row 4 -->
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</metal:block>
|
||||
|
||||
Reference in New Issue
Block a user