Browse Source

Merge remote-tracking branch 'origin/master'

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

+ 4
- 5
index.php View File

@ -62,6 +62,9 @@ else
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">
<!-- //TODO: CSS for checkbox --> <!-- //TODO: CSS for checkbox -->
<form method="post" action="./update-categories.php"> <form method="post" action="./update-categories.php">
@ -134,10 +137,6 @@ else
</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>
@ -168,7 +167,7 @@ else
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