Commit 97d252358dfcf36d99b54482546591079b15153f

Authored by Erwan Nanrocki
1 parent 0e66c2eb

ajout d un titre h2 pour news agenda orga & connect

Showing 3 changed files with 7 additions and 1 deletions   Show diff stats
agenda.php
  1 +<h2> Agenda </h2>
  2 +
1 3 <center><table class="table table-striped table-responsive table-bordered">
2 4 <div class="panel_heading">
3 5 <thead>
... ...
connect.php
  1 +<h2> Conexion </h2>
  2 +
1 3 <form class="form-horizontal" role="form">
2 4  
3 5 <div class="form-group">
... ...
orga.php
  1 +<h2> Organisation </h2>
  2 +
1 3 <?php
2 4 # DEBUG
3 5 # e_ : est
... ... @@ -47,4 +49,4 @@ Vous devez vous connecter pour gérer l&#39;organisation des évènements.
47 49 <?php
48 50 }
49 51  
50   -?>
51 52 \ No newline at end of file
  53 +?>
... ...