[Devel] r153 - trunk

svn at agendadulibre.org svn at agendadulibre.org
Dim 5 Fév 16:30:46 CET 2006


Author: thomas
Date: Sun Feb  5 16:30:43 2006
New Revision: 153

Modified:
   trunk/funcs.inc.php
   trunk/icallist.php
   trunk/index.php
   trunk/infos.php
   trunk/map.php
   trunk/moderate.php
   trunk/moderateinfos.php
   trunk/passgen.php
   trunk/rsslist.php
   trunk/showevent.php
   trunk/stats.php
   trunk/submit-script-doc.php
   trunk/submit.php
Log:

Factorisation de l'affichage de la chaîne "L'Agenda du Libre" dans les
appels à put_header(), tel que suggéré par les patches de Sébastien
Bechet.



Modified: trunk/funcs.inc.php
==============================================================================
--- trunk/funcs.inc.php	(original)
+++ trunk/funcs.inc.php	Sun Feb  5 16:30:43 2006
@@ -67,7 +67,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 
 <head>
-	<title><?php echo $title;?></title>
+	<title>L'Agenda du Libre - <?php echo $title;?></title>
 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
 	<link rel="stylesheet" type="text/css" href="calendar.css" title="Officielle" />
         <link rel="alternate stylesheet" type="text/css" href="air1.css" title="Air1" />

Modified: trunk/icallist.php
==============================================================================
--- trunk/icallist.php	(original)
+++ trunk/icallist.php	Sun Feb  5 16:30:43 2006
@@ -25,7 +25,7 @@
 
 $db = new db();
 
-put_header("Agenda du Libre - Calendriers iCal");
+put_header("Calendriers iCal");
 
 echo "<h2>Liste des calendriers iCal</h2>";
 

Modified: trunk/index.php
==============================================================================
--- trunk/index.php	(original)
+++ trunk/index.php	Sun Feb  5 16:30:43 2006
@@ -28,7 +28,7 @@
 include("bd.inc.php");
 include("funcs.inc.php");
 
-put_header("Agenda du Libre - Index");
+put_header("Accueil");
 
 $db = new db();
 

Modified: trunk/infos.php
==============================================================================
--- trunk/infos.php	(original)
+++ trunk/infos.php	Sun Feb  5 16:30:43 2006
@@ -23,7 +23,7 @@
 include("bd.inc.php");
 include("funcs.inc.php");
 
-put_header ("Agenda du Libre - Informations");
+put_header ("Informations");
 
 ?>
 

Modified: trunk/map.php
==============================================================================
--- trunk/map.php	(original)
+++ trunk/map.php	Sun Feb  5 16:30:43 2006
@@ -119,7 +119,7 @@
 
 calendar_setlocale();
 
-put_header("Agenda du Libre - Carte");
+put_header("Carte");
 
 echo "<h2>Carte des régions</h2>\n";
 

Modified: trunk/moderate.php
==============================================================================
--- trunk/moderate.php	(original)
+++ trunk/moderate.php	Sun Feb  5 16:30:43 2006
@@ -215,7 +215,7 @@
 {
   if (! $_POST['__user_identify'])
     {
-      put_header("Agenda du Libre - Modération");
+      put_header("Modération");
 
       echo "<h2>Identification</h2>";
       echo "<form method=\"post\">\n";
@@ -236,7 +236,7 @@
 	}
       else
 	{
-	  put_header("Agenda du Libre - Modération");
+	  put_header("Modération");
 	  echo "Mauvais login/pass";
 	  put_footer();
 	  exit;
@@ -245,7 +245,7 @@
 }
 
 
-put_header("Agenda du libre - Modération");
+put_header("Modération");
 
 /*
  *

Modified: trunk/moderateinfos.php
==============================================================================
--- trunk/moderateinfos.php	(original)
+++ trunk/moderateinfos.php	Sun Feb  5 16:30:43 2006
@@ -24,7 +24,7 @@
 include("bd-private.inc.php");
 include("funcs.inc.php");
 
-put_header("Agenda du libre - Recommandations sur la modération");
+put_header("Recommandations sur la modération");
 ?>
 
 <h2>Recommandations sur la modération</h2>

Modified: trunk/passgen.php
==============================================================================
--- trunk/passgen.php	(original)
+++ trunk/passgen.php	Sun Feb  5 16:30:43 2006
@@ -23,7 +23,7 @@
 include("bd.inc.php");
 include("funcs.inc.php");
 
-put_header("Agenda du Libre - Génération du mot de passe");
+put_header("Génération du mot de passe");
 
 $db = new db();
 

Modified: trunk/rsslist.php
==============================================================================
--- trunk/rsslist.php	(original)
+++ trunk/rsslist.php	Sun Feb  5 16:30:43 2006
@@ -25,7 +25,7 @@
 
 $db = new db();
 
-put_header("Agenda du Libre - Flux RSS");
+put_header("Flux RSS");
 
 echo "<h2>Liste des flux RSS</h2>";
 

Modified: trunk/showevent.php
==============================================================================
--- trunk/showevent.php	(original)
+++ trunk/showevent.php	Sun Feb  5 16:30:43 2006
@@ -25,7 +25,7 @@
 
 $db = new db();
 
-put_header("Agenda du Libre - Informations sur un évènement");
+put_header("Informations sur un évènement");
 
 $event = fetch_event ($db, get_safe_integer('id', 0));
 

Modified: trunk/stats.php
==============================================================================
--- trunk/stats.php	(original)
+++ trunk/stats.php	Sun Feb  5 16:30:43 2006
@@ -26,7 +26,7 @@
 
 $db = new db();
 
-put_header("Agenda du Libre - Statistiques");
+put_header("Statistiques");
 ?>
 
 <h2>Statistiques</h2>

Modified: trunk/submit-script-doc.php
==============================================================================
--- trunk/submit-script-doc.php	(original)
+++ trunk/submit-script-doc.php	Sun Feb  5 16:30:43 2006
@@ -23,7 +23,7 @@
 include("bd.inc.php");
 include("funcs.inc.php");
 
-put_header ("Agenda du Libre - Soumission d'évènement");
+put_header ("Soumission d'évènement");
 
 ?>
 

Modified: trunk/submit.php
==============================================================================
--- trunk/submit.php	(original)
+++ trunk/submit.php	Sun Feb  5 16:30:43 2006
@@ -138,7 +138,7 @@
   return 0;
 }
 
-put_header("Agenda du Libre - Soumettre un évènement");
+put_header("Soumettre un évènement");
 
 echo "<h2>Soumettre un évènement</h2>";
 


Plus d'informations sur la liste de diffusion Devel