FIX Some syntax error
authorGreg Burri <greg.burri@gmail.com>
Fri, 11 Sep 2009 06:30:14 +0000 (08:30 +0200)
committerGreg Burri <greg.burri@gmail.com>
Fri, 11 Sep 2009 06:30:14 +0000 (08:30 +0200)
ADD New background and new font

css/Borgnine.ttf [new file with mode: 0644]
css/style.css
images/bieres_fond1.jpg
index.php
js/cl7.js
php/pages/inscrits.php
php/pages/jeux_joues.php
tools/yaws.conf

diff --git a/css/Borgnine.ttf b/css/Borgnine.ttf
new file mode 100644 (file)
index 0000000..18e1983
Binary files /dev/null and b/css/Borgnine.ttf differ
index 907ffd0..ac9933a 100644 (file)
@@ -1,5 +1,10 @@
 /* coding:utf-8 */\r
 \r
+@font-face { \r
+   font-family: "Borgnine";\r
+   src: url("http://cl8.euphorik.ch/css/Borgnine.ttf")\r
+}\r
+\r
 html {\r
    min-height: 100%;\r
    margin-bottom: 1px;\r
@@ -53,18 +58,20 @@ em {
    background-repeat: repeat-y;
    background-position: 0px -75px;
 
-}
-
+}\r
+       
 #titre {
-   width: 590px;
-   padding: 5px;
+   width: 580px;
+   padding: 5px 10px 5px 10px;
    font-size: 20px;
    background-image: url(../images/fond1.png);
-   background-repeat: repeat;
+   background-repeat: repeat;\r
+   color: #FFFF00;\r
+   font-family: "Borgnine",  monospace;
 }\r
 \r
 #titre #nbPlacesRestantes {\r
-       font-size: 11px;\r
+   font-size: 11px;\r
    float: right;\r
 }
 
index 48f70f1..8d1e37a 100644 (file)
Binary files a/images/bieres_fond1.jpg and b/images/bieres_fond1.jpg differ
index 4aa606b..f7136c5 100644 (file)
--- a/index.php
+++ b/index.php
@@ -16,7 +16,7 @@ include_once("php/config.php");
 include_once("php/controller.php");
 
 $MENU = array(
-   'acceuil' => 'Acceuil',
+   'accueil' => 'Accueil',
    'jeux_joues' => 'Jeux joués',
    'inscription' => 'Inscription',
    'inscrits' => 'Inscrits',
@@ -42,7 +42,8 @@ echo '<?xml version="1.0" encoding="UTF-8"?>';
       # Des constantes stockées en BD accessible par le javascript.
       echo '<meta name="cout_periode" content="'.$config->get('cout_periode').'" />';
       echo '<meta name="cout_total" content="'.$config->get('cout_total').'" />';
-      echo '<meta name="nb_periodes" content="'.mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM periodes"))[0].'" />';
+      $nbPeriodes = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM periodes"));
+      echo '<meta name="nb_periodes" content="'. $nbPeriodes[0] .'" />';
    ?>
    <title>Corcelles-Lan 7</title>
    <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" ></link>
@@ -97,7 +98,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>';
                switch ($page)
                {
                   case 'accueil':
-                     include("php/tx_informations.php");
+                     include("php/pages/informations.php");
                      break;
                   case 'jeux_joues' :
                      include("php/pages/jeux_joues.php");
index 6197569..57766d1 100644 (file)
--- a/js/cl7.js
+++ b/js/cl7.js
@@ -81,7 +81,7 @@ $(document).ready(
       \r
       // inscrit les emails codés (page contacts)\r
       $('a#contactPifou').attr('href', util.rot13('znvygb:tert.oheev@tznvy.pbz'));
-      $('a#contactLePiaf').attr('href', util.rot13('znvygb:tyrcvns695@zfa.pbz'));
+      $('a#contactLePiaf').attr('href', util.rot13('znvygb:yrcvns695@zfa.pbz'));
       
       $('#formulaireInscription input[name="periodes[]"]').change(function() {
          cl7.maj_prix_inscription();         
index b5df9b2..ad26645 100644 (file)
@@ -1,6 +1,6 @@
 <?php # coding:utf-8
 
-include_once("traitement_pre_affichage.php");
+include_once("php/traitement_pre_affichage.php");
 
 $participants = mysql_query("
    SELECT id, pseudo, nom, prenom, clan_nom, clan_tag, remarques
index 304c34b..135f57d 100644 (file)
@@ -1,6 +1,6 @@
 <?php # coding: utf-8\r
 \r
-include_once("traitement_pre_affichage.php");\r
+include_once("php/traitement_pre_affichage.php");\r
 \r
 if (!$le_participant->valide)\r
 {\r
index 8da122c..efa1e9c 100644 (file)
@@ -10,7 +10,7 @@ ebin_dir = ../urlrewrite
 <server localhost>
    port = 8090
    listen = 0.0.0.0
-   docroot = /home/gburri/code/projets/cl7/trunk
+   docroot = /home/gburri/code/projects/cl7/
    allowed_scripts = php
    arg_rewrite_mod = cl7_urlrewrite    
    # dir_listings = true