32 lines
939 B
PHP
32 lines
939 B
PHP
<?php
|
|
|
|
require_once '../session_init.php';
|
|
require_once 'config.inc.php';
|
|
require_once 'entete.php';
|
|
|
|
print(' <br><br>
|
|
<!-- lalis Grid Section -->
|
|
|
|
<section id="content">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12 text-center">
|
|
<h3>Gestion du site</h3>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<ul>
|
|
<li><a href="../vote.resultat.php">Consulter les résultats d\'une votation</a></li>
|
|
<li><a href="creationVotation.php">nouvelle votations</a></li>
|
|
<li><a href="modifVotation.php">Modifier une votation</a></li>
|
|
<li><a href="cloturerVotation.php?action=cloture">Fermer une votation</a></li>
|
|
<li><a href="envoiMailing.php">Envoyer le mailing</a></li>
|
|
<li><a href="modifVotation.php?action=cloture">Fermer une votation</a></li>
|
|
<li><a href="envoiMailing.php.php">Envoyer le mailing</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</section>');
|
|
|
|
require_once './footer.html';
|