Accéder au contenu.
Menu Sympa

devel - [Devel] r153 - trunk

Objet : devel-adl

Archives de la liste

[Devel] r153 - trunk


Chronologique Discussions 
  • From: svn AT agendadulibre.org
  • To: devel AT agendadulibre.org
  • Subject: [Devel] r153 - trunk
  • Date: Sun, 5 Feb 2006 16:30:46 +0100 (CET)
  • List-archive: <http://lolut.utbm.info/pipermail/devel>
  • List-id: Developpement de l'Agenda du Libre <devel.agendadulibre.org>

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>";





  • [Devel] r153 - trunk, svn, 05/02/2006

Archives gérées par MHonArc 2.6.16.

Haut de le page