Accéder au contenu.
Menu Sympa

devel - [Devel] r474 - in branches/generic: . adl-specific/templates includes

Objet : devel-adl

Archives de la liste

[Devel] r474 - in branches/generic: . adl-specific/templates includes


Chronologique Discussions 
  • From: svn AT agendadulibre.org
  • To: devel AT agendadulibre.org
  • Subject: [Devel] r474 - in branches/generic: . adl-specific/templates includes
  • Date: Fri, 23 Jul 2010 00:36:14 +0200 (CEST)
  • List-archive: <http://agendadulibre.org/pipermail/devel>
  • List-id: Developpement de l'Agenda du Libre <devel.agendadulibre.org>

Author: ploc
Date: Fri Jul 23 00:36:13 2010
New Revision: 474

Log:
minor improvments

Modified:
branches/generic/addnoteevent.php
branches/generic/adl-specific/templates/footer.html
branches/generic/cancelevent.php
branches/generic/createyourown.php
branches/generic/editevent.php
branches/generic/icallist.php
branches/generic/includes/funcs.inc.php
branches/generic/includes/user.inc.php
branches/generic/index.php
branches/generic/infos.php
branches/generic/listevents.php
branches/generic/map.php
branches/generic/moderation-howto.php
branches/generic/moderation.php
branches/generic/passgen.php
branches/generic/rejectevent.php
branches/generic/requestinfosevent.php
branches/generic/rsslist.php
branches/generic/showevent.php
branches/generic/stats.php
branches/generic/submit-script-doc.php
branches/generic/submit.php
branches/generic/tags.php
branches/generic/testevent.php
branches/generic/validateevent.php

Modified: branches/generic/addnoteevent.php
==============================================================================
--- branches/generic/addnoteevent.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/addnoteevent.php Fri Jul 23 00:36:13 2010 (r474)
@@ -59,7 +59,7 @@

$id = get_safe_integer('id', 0);

-put_header("Ajout d'une note de modération");
+put_header("ajout d'une note de modération");

$event = fetch_event($db, $id);
if (! $event)

Modified: branches/generic/adl-specific/templates/footer.html
==============================================================================
--- branches/generic/adl-specific/templates/footer.html Fri Jul 23 00:19:33
2010 (r473)
+++ branches/generic/adl-specific/templates/footer.html Fri Jul 23 00:36:13
2010 (r474)
@@ -1,14 +1,14 @@
</div>
<div class="footer">
-<p><a href="submit.php">Proposer un évènement</a>
- - <a href="rsslist.php">Flux RSS</a>
- - <a href="icallist.php">Calendriers iCal</a>
- - <a href="map.php">Carte</a>
- - <a href="tags.php">Tags</a>
- - <a href="infos.php">Informations</a>
- - <a href="stats.php">Statistiques</a>
- - <a href="mailto:%moderatorMail%";>Contact</a>
- - <a href="moderation.php">Modération</a></p>
+<p><a href="submit.php">proposer un évènement</a>
+ - <a href="rsslist.php">flux rss</a>
+ - <a href="icallist.php">calendriers iCal</a>
+ - <a href="map.php">carte</a>
+ - <a href="tags.php">tags</a>
+ - <a href="infos.php">informations</a>
+ - <a href="stats.php">statistiques</a>
+ - <a href="mailto:%moderatorMail%";>contact</a>
+ - <a href="moderation.php">modération</a></p>
</div>
</body>
</html>

Modified: branches/generic/cancelevent.php
==============================================================================
--- branches/generic/cancelevent.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/cancelevent.php Fri Jul 23 00:36:13 2010 (r474)
@@ -85,7 +85,7 @@
$ret = $db->query($sql);
if ($ret == FALSE)
{
- put_header("Annulation d'un évènement");
+ put_header("annulation d'un évènement");
error ("La requête <i>" . $sql . "</i> a échoué");
put_footer();
exit;
@@ -93,7 +93,7 @@

if (mysql_num_rows($ret) != 1)
{
- put_header("Annulation d'un évènement");
+ put_header("annulation d'un évènement");
error("Hash d'identification non reconnu");
put_footer();
exit;
@@ -104,7 +104,7 @@

if ($_POST['__event_cancelation_confirm'])
{
- put_header("Annulation d'un évènement");
+ put_header("annulation d'un évènement");
$ret = cancel_event ($db, $user, $id);
if ($ret == 0)
{
@@ -115,13 +115,13 @@
}
else if ($_POST['__event_cancelation_cancel'])
{
- put_header("Annulation d'un évènement");
+ put_header("annulation d'un évènement");
echo "<p>Vous n'avez pas souhaité annuler cet évènement.</p>";
put_footer();
exit;
}

-put_header("Annulation d'un évènement");
+put_header("annulation d'un évènement");

$event = fetch_event($db, $id);
if (! $event)

Modified: branches/generic/createyourown.php
==============================================================================
--- branches/generic/createyourown.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/createyourown.php Fri Jul 23 00:36:13 2010 (r474)
@@ -24,7 +24,7 @@
include("includes/bd.inc.php");
include("includes/funcs.inc.php");

-put_header ("Créer votre agenda");
+put_header ("créer votre agenda");
?>

<h2>Créer votre agenda</h2>

Modified: branches/generic/editevent.php
==============================================================================
--- branches/generic/editevent.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/editevent.php Fri Jul 23 00:36:13 2010 (r474)
@@ -122,7 +122,7 @@
$ret = $db->query($sql);
if ($ret == FALSE)
{
- put_header("Édition d'un évènement");
+ put_header("édition d'un évènement");
error ("La requête <i>" . $sql . "</i> a échoué");
put_footer();
exit;
@@ -130,7 +130,7 @@

if (mysql_num_rows($ret) != 1)
{
- put_header("Édition d'un évènement");
+ put_header("édition d'un évènement");
error("Hash d'identification non reconnu");
put_footer();
exit;
@@ -169,14 +169,14 @@
if ($returnaddr != "")
header("Location: " . $returnaddr);

- put_header("Édition d'un évènement");
+ put_header("édition d'un évènement");
echo "<p>Les modifications sur l'évènement <i>" . $_POST['__event_title']
. "</i> ont bien été enregistrées.</p>";
put_footer();

exit;
}

-put_header("Édition d'un évènement");
+put_header("édition d'un évènement");

$event = fetch_event($db, $id);
if (! $event)

Modified: branches/generic/icallist.php
==============================================================================
--- branches/generic/icallist.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/icallist.php Fri Jul 23 00:36:13 2010 (r474)
@@ -26,7 +26,7 @@

$db = new db();

-put_header("Calendriers iCal");
+put_header("calendriers iCal");

echo "<h2>Liste des calendriers iCal</h2>";


Modified: branches/generic/includes/funcs.inc.php
==============================================================================
--- branches/generic/includes/funcs.inc.php Fri Jul 23 00:19:33 2010
(r473)
+++ branches/generic/includes/funcs.inc.php Fri Jul 23 00:36:13 2010
(r474)
@@ -311,13 +311,13 @@

echo "<table class=\"calendar\">\n";
echo " <tr>\n";
- echo " <th> Lundi </th>\n";
- echo " <th> Mardi </th>\n";
- echo " <th> Mercredi </th>\n";
- echo " <th> Jeudi </th>\n";
- echo " <th> Vendredi </th>\n";
- echo " <th> Samedi </th>\n";
- echo " <th> Dimanche </th>\n";
+ echo " <th> lundi </th>\n";
+ echo " <th> mardi </th>\n";
+ echo " <th> mercredi </th>\n";
+ echo " <th> jeudi </th>\n";
+ echo " <th> vendredi </th>\n";
+ echo " <th> samedi </th>\n";
+ echo " <th> dimanche </th>\n";
echo " </tr>\n";

for($iter_week = 0; $iter_week < 6 ; $iter_week++)

Modified: branches/generic/includes/user.inc.php
==============================================================================
--- branches/generic/includes/user.inc.php Fri Jul 23 00:19:33 2010
(r473)
+++ branches/generic/includes/user.inc.php Fri Jul 23 00:36:13 2010
(r474)
@@ -102,7 +102,7 @@
{
if (! $_POST['__user_identify'])
{
- put_header("Modération");
+ put_header("modération");

echo "<h2>Identification</h2>";
echo "<table align=\"center\">";
@@ -124,7 +124,7 @@
}
else
{
- put_header("Modération");
+ put_header("modération");
echo "Mauvais login/pass";
put_footer();
exit;

Modified: branches/generic/index.php
==============================================================================
--- branches/generic/index.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/index.php Fri Jul 23 00:36:13 2010 (r474)
@@ -29,7 +29,7 @@
include("includes/bd.inc.php");
include("includes/funcs.inc.php");

-put_header("Accueil");
+put_header("accueil");

$db = new db();


Modified: branches/generic/infos.php
==============================================================================
--- branches/generic/infos.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/infos.php Fri Jul 23 00:36:13 2010 (r474)
@@ -24,7 +24,7 @@
include("includes/bd.inc.php");
include("includes/funcs.inc.php");

-put_header ("Informations");
+put_header ("informations");

?>


Modified: branches/generic/listevents.php
==============================================================================
--- branches/generic/listevents.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/listevents.php Fri Jul 23 00:36:13 2010 (r474)
@@ -46,7 +46,7 @@
echo " </ul>\n";
}

-put_header("Liste d'évènements");
+put_header("liste d'évènements");

$db = new db();


Modified: branches/generic/map.php
==============================================================================
--- branches/generic/map.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/map.php Fri Jul 23 00:36:13 2010 (r474)
@@ -65,7 +65,7 @@
</script>
";

-put_header("Carte", $jcode, "init()"); ?>
+put_header("carte", $jcode, "init()"); ?>

<h2>Carte des évènements</h2>


Modified: branches/generic/moderation-howto.php
==============================================================================
--- branches/generic/moderation-howto.php Fri Jul 23 00:19:33 2010
(r473)
+++ branches/generic/moderation-howto.php Fri Jul 23 00:36:13 2010
(r474)
@@ -24,7 +24,7 @@
include("includes/bd.inc.php");
include("includes/funcs.inc.php");

-put_header("Recommandations sur la modération");
+put_header("recommandations sur la modération");

echo $moderationExplanations;


Modified: branches/generic/moderation.php
==============================================================================
--- branches/generic/moderation.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/moderation.php Fri Jul 23 00:36:13 2010 (r474)
@@ -34,7 +34,7 @@
header("Location:" . calendar_absolute_url());
}

-put_header("Modération");
+put_header("modération");

echo "<h2>Évènements à modérer</h2>\n";


Modified: branches/generic/passgen.php
==============================================================================
--- branches/generic/passgen.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/passgen.php Fri Jul 23 00:36:13 2010 (r474)
@@ -24,7 +24,7 @@
include("includes/bd.inc.php");
include("includes/funcs.inc.php");

-put_header("Génération du mot de passe");
+put_header("génération du mot de passe");

$db = new db();


Modified: branches/generic/rejectevent.php
==============================================================================
--- branches/generic/rejectevent.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/rejectevent.php Fri Jul 23 00:36:13 2010 (r474)
@@ -101,7 +101,7 @@

$id = get_safe_integer('id', 0);

-put_header("Rejet d'un évènement");
+put_header("rejet d'un évènement");

$event = fetch_event($db, $id);
if (! $event)

Modified: branches/generic/requestinfosevent.php
==============================================================================
--- branches/generic/requestinfosevent.php Fri Jul 23 00:19:33 2010
(r473)
+++ branches/generic/requestinfosevent.php Fri Jul 23 00:36:13 2010
(r474)
@@ -97,7 +97,7 @@

$id = get_safe_integer('id', 0);

-put_header("Demande d'informations sur un évènement");
+put_header("demande d'informations sur un évènement");

$event = fetch_event($db, $id);
if (! $event)

Modified: branches/generic/rsslist.php
==============================================================================
--- branches/generic/rsslist.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/rsslist.php Fri Jul 23 00:36:13 2010 (r474)
@@ -26,7 +26,7 @@

$db = new db();

-put_header("Flux RSS");
+put_header("flux rss");

echo "<h2>Liste des flux RSS</h2>";


Modified: branches/generic/showevent.php
==============================================================================
--- branches/generic/showevent.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/showevent.php Fri Jul 23 00:36:13 2010 (r474)
@@ -30,7 +30,7 @@
$db = new db();
$session = new session();

-put_header("Informations sur un évènement");
+put_header("informations sur un évènement");

$event_id = get_safe_integer('id', 0);
$event = fetch_event ($db, $event_id);

Modified: branches/generic/stats.php
==============================================================================
--- branches/generic/stats.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/stats.php Fri Jul 23 00:36:13 2010 (r474)
@@ -27,7 +27,7 @@

$db = new db();

-put_header("Statistiques");
+put_header("statistiques");
?>

<h2>Statistiques</h2>

Modified: branches/generic/submit-script-doc.php
==============================================================================
--- branches/generic/submit-script-doc.php Fri Jul 23 00:19:33 2010
(r473)
+++ branches/generic/submit-script-doc.php Fri Jul 23 00:36:13 2010
(r474)
@@ -24,7 +24,7 @@
include("includes/bd.inc.php");
include("includes/funcs.inc.php");

-put_header ("Soumission d'évènement");
+put_header ("soumission d'évènement");

?>


Modified: branches/generic/submit.php
==============================================================================
--- branches/generic/submit.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/submit.php Fri Jul 23 00:36:13 2010 (r474)
@@ -219,7 +219,7 @@
return 0;
}

-put_header("Soumettre un évènement");
+put_header("soumettre un évènement");

echo "<h2>Soumettre un évènement</h2>";


Modified: branches/generic/tags.php
==============================================================================
--- branches/generic/tags.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/tags.php Fri Jul 23 00:36:13 2010 (r474)
@@ -24,7 +24,7 @@
include("includes/bd.inc.php");
include("includes/funcs.inc.php");

-put_header("Tags");
+put_header("tags");

echo "<h2>Tags</h2>";


Modified: branches/generic/testevent.php
==============================================================================
--- branches/generic/testevent.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/testevent.php Fri Jul 23 00:36:13 2010 (r474)
@@ -26,7 +26,7 @@

$db = new db();

-put_header("Informations sur un évènement");
+put_header("informations sur un évènement");

echo "<div id=\"lug-list\"><h1>" . $localGroupName . " de la région</h1>";


Modified: branches/generic/validateevent.php
==============================================================================
--- branches/generic/validateevent.php Fri Jul 23 00:19:33 2010 (r473)
+++ branches/generic/validateevent.php Fri Jul 23 00:36:13 2010 (r474)
@@ -98,7 +98,7 @@

$id = get_safe_integer('id', 0);

-put_header("Validation d'un évènement");
+put_header("validation d'un évènement");

$event = fetch_event($db, $id);
if (! $event)





Archives gérées par MHonArc 2.6.16.

Haut de le page