Browse Source

add link

master
AmarOk 10 years ago
parent
commit
e06d65e7df
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      index.php

+ 4
- 5
index.php View File

@ -64,6 +64,9 @@ $categories = getCategories($db);
Rennes Rennes
</div> </div>
</a> </a>
<a id="ancherEvent" href="#addEvent" onclick="alert('Ajoute un evenement');"><div class="Button" id="AddEvent">
+ Ajouter un Évènement
</div></a>
<div id="container"> <div id="container">
<h2>Conférences, Évènements</h2> <h2>Conférences, Évènements</h2>
<form name="confs" action="" method="POST"> <form name="confs" action="" method="POST">
@ -102,10 +105,6 @@ $categories = getCategories($db);
</div> </div>
</form> </form>
</div> </div>
<!-- //TODO: update to use a button instead of a link -->
<a id="ancherEvent" href="#addEvent" onclick="alert('Ajoute un evenement');"><div class="Button" id="AddEvent">
+ Ajouter un Évènement
</div></a>
</nav> </nav>
@ -136,7 +135,7 @@ $categories = getCategories($db);
echo(' echo('
<li class="day'.$class.'"> <li class="day'.$class.'">
<a href="./day.php?date='.$date.'">
<a href="./day.php?date='.date('Y-m-d', $date) .'">
<h2> <h2>
<span class="minititle left">'.$days[date("N",$date)].'</span> <span class="minititle left">'.$days[date("N",$date)].'</span>
'.date("d", $date)); '.date("d", $date));


Loading…
Cancel
Save