solve the problem with the Who is online? list in the sidebar
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Sun, 17 Jun 2007 15:18:38 +0000 (15:18 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Sun, 17 Jun 2007 15:18:38 +0000 (15:18 +0000)
webcit/iconbar.c
webcit/po/fr.po
webcit/static/trailing.html

index 271a84ee79e7c9029fbcf3eed787e8b28b91b60a..abfa0c172de1539dd04255bcb5507df6d3b56df5 100644 (file)
@@ -329,6 +329,14 @@ void do_iconbar(void) {
        );
 
        wprintf("</ul>\n");
+
+        wprintf(
+                "<script type=\"text/javascript\">                                      "
+                " new Ajax.PeriodicalUpdater('wholist', 'wholist_section',             "
+                "                            { method: 'get', frequency: 30 }  );       "
+                "</script>                                                              \n"
+        );
+
 }
 
 
index 97ca8d43f1c1f04809732331a61bd8ec4c761af5..4bfe79126145eda42618fc48468733991dac74be 100644 (file)
@@ -96,7 +96,7 @@ msgstr "Quitter"
 #: ../auth.c:75
 #, c-format
 msgid "%s - powered by <a href=\"http://www.citadel.org\">Citadel</a>"
-msgstr ""
+msgstr "%s - propulsé par <a href=\"http://www.citadel.org\">Citadel</a>"
 
 #: ../auth.c:174 ../auth.c:542
 msgid "Blank passwords are not allowed."
@@ -470,7 +470,7 @@ msgstr "Échéance"
 #: ../downloads.c:19
 #, c-format
 msgid "Files available for download in %s"
-msgstr ""
+msgstr "Les fichiers sont téléchargeables à partir de %s"
 
 #: ../downloads.c:29
 msgid "Filename"
@@ -478,7 +478,7 @@ msgstr "Nom du fichier"
 
 #: ../downloads.c:30
 msgid "Size"
-msgstr ""
+msgstr "Taille"
 
 #: ../downloads.c:31
 msgid "Description"
index 5935680cc7e4385c42e5cddb71ed5f7f5cfdc9a7..38acbdf19f663ebec7c56b9fbd34a13796eaa118 100644 (file)
@@ -1,6 +1,5 @@
 <! start trailing.html>
 <script type="text/javascript">
- new Ajax.PeriodicalUpdater('wholist', 'wholist_section',{ method: 'get', frequency: 60 }  );
  Rounded("div.box", "small transparent top bottom");
  Rounded("form.box", "small transparent top bottom");
 </script>