cvs: docweb /include lib_general.inc.php /scripts notes_stats_output.php
[email protected] ("Nuno Lopes")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsnlopess1107518368@cvsserver> |
nlopess Fri Feb 4 06:59:28 2005 EDT
Modified files:
/docweb/include lib_general.inc.php
/docweb/scripts notes_stats_output.php
Log:
html fixes
http://cvs.php.net/diff.php/docweb/include/lib_general.inc.php?r1=1.41&r2=1.42&ty=u
Index: docweb/include/lib_general.inc.php
diff -u docweb/include/lib_general.inc.php:1.41 docweb/include/lib_general.inc.php:1.42
--- docweb/include/lib_general.inc.php:1.41 Mon Jan 31 10:32:11 2005
+++ docweb/include/lib_general.inc.php Fri Feb 4 06:59:26 2005
@@ -18,7 +18,7 @@
| Gabor Hojtsy <[email protected]> |
| Sean Coates <[email protected]> |
+----------------------------------------------------------------------+
-$Id: lib_general.inc.php,v 1.41 2005/01/31 15:32:11 vincent Exp $
+$Id: lib_general.inc.php,v 1.42 2005/02/04 11:59:26 nlopess Exp $
*/
function is_translation($project, $language)
@@ -278,9 +278,9 @@
.'&status=Open&bug_type%5B%5D=Documentation+problem'
.'&bug_age=0';
$link = 'http://bugs.php.net/search.php?boolean=0'
- .'&limit=All&order_by=status&direction=ASC&cmd=display'
- .'&status=Open&bug_type%5B%5D=Documentation+problem'
- .'&bug_age=0';
+ .'&limit=All&order_by=status&direction=ASC&cmd=display'
+ .'&status=Open&bug_type%5B%5D=Documentation+problem'
+ .'&bug_age=0';
break;
case 'livedocs':
@@ -289,9 +289,9 @@
.'&status=Open&bug_type%5B%5D=Livedocs+problem'
.'&bug_age=0';
$link = 'http://bugs.php.net/search.php?boolean=0'
- .'&limit=All&order_by=status&direction=ASC&cmd=display'
- .'&status=Open&bug_type%5B%5D=Livedocs+problem'
- .'&bug_age=0';
+ .'&limit=All&order_by=status&direction=ASC&cmd=display'
+ .'&status=Open&bug_type%5B%5D=Livedocs+problem'
+ .'&bug_age=0';
break;
default:
http://cvs.php.net/diff.php/docweb/scripts/notes_stats_output.php?r1=1.1&r2=1.2&ty=u
Index: docweb/scripts/notes_stats_output.php
diff -u docweb/scripts/notes_stats_output.php:1.1 docweb/scripts/notes_stats_output.php:1.2
--- docweb/scripts/notes_stats_output.php:1.1 Fri Feb 4 06:20:36 2005
+++ docweb/scripts/notes_stats_output.php Fri Feb 4 06:59:28 2005
@@ -15,7 +15,7 @@
+----------------------------------------------------------------------+
| Authors: Vincent Gevers <[email protected]> |
+----------------------------------------------------------------------+
-$Id: notes_stats_output.php,v 1.1 2005/02/04 11:20:36 nlopess Exp $
+$Id: notes_stats_output.php,v 1.2 2005/02/04 11:59:28 nlopess Exp $
*/
echo "<?php require_once '../include/init.inc.php';";
@@ -45,7 +45,7 @@
echo "echo site_header('Note Statistics for " . date('j F Y', $info['build_date']) . "'); ?>";
?>
-<h3><strong><?php echo $info['last_article']; ?></strong> subjects parsed</h1>
+<h3><strong><?php echo $info['last_article']; ?></strong> subjects parsed</h3>
<table border='0' cellspacing="10"><tr valign="top"><td valign="top">
<table border='0'>
@@ -140,7 +140,7 @@
?>
</table>
-</td><td valign="top">
+<br/>
<table border='0'>
<tr>
<th colspan="3" align="center">Editors top 15</th>