From bc56cd8b0f9e93a17bf7e7602a132dd55209bad6 Mon Sep 17 00:00:00 2001 From: soranzo Date: Tue, 2 Jan 2007 17:24:44 +0000 Subject: [PATCH] HTML validity: there's no attribute wrap for textarea element --- aggregates.php | 6 +++--- all_db.php | 6 +++--- classes/database/Postgres.php | 6 +++--- functions.php | 8 ++++---- plugin_slony.php | 14 +++++++------- reports.php | 10 +++++----- schemas.php | 6 +++--- tables.php | 4 ++-- tablespaces.php | 6 +++--- tblproperties.php | 4 ++-- types.php | 4 ++-- viewproperties.php | 6 +++--- views.php | 8 ++++---- 13 files changed, 44 insertions(+), 44 deletions(-) diff --git a/aggregates.php b/aggregates.php index 263ddf69..575ddfcb 100644 --- a/aggregates.php +++ b/aggregates.php @@ -3,7 +3,7 @@ /** * Manage aggregates in a database * - * $Id: aggregates.php,v 1.15 2006/11/10 01:15:04 xzilla Exp $ + * $Id: aggregates.php,v 1.16 2007/01/02 17:24:44 soranzo Exp $ */ // Include application functions @@ -93,7 +93,7 @@ echo "\t\t_maxNameLen}\" value=\"", htmlspecialchars($_REQUEST['sortop']), "\" />\n\t\n"; echo "\t\n\t\t{$lang['strcomment']}\n"; - echo "\t\t\n\t\n"; echo "\n"; @@ -153,7 +153,7 @@ echo "f['usename']), "\" />"; echo "\n\t\n"; echo "\t\n\t\t{$lang['strcomment']}\n"; - echo "\t\t\n\t\n"; echo "\n"; echo "

\n"; diff --git a/all_db.php b/all_db.php index 611da916..c29f447b 100644 --- a/all_db.php +++ b/all_db.php @@ -3,7 +3,7 @@ /** * Manage databases within a server * - * $Id: all_db.php,v 1.45 2006/11/19 21:33:13 xzilla Exp $ + * $Id: all_db.php,v 1.46 2007/01/02 17:24:44 soranzo Exp $ */ // Include application functions @@ -55,7 +55,7 @@ $comment = isset($rs->fields['description']) ? $rs->fields['description'] : ''; echo "{$lang['strcomment']}\n"; echo ""; - echo "\n"; } echo "\n"; @@ -171,7 +171,7 @@ // Comments (if available) if ($data->hasSharedComments()) { echo "\t\n\t\t{$lang['strcomment']}\n"; - echo "\t\t\n\t\n"; } diff --git a/classes/database/Postgres.php b/classes/database/Postgres.php index d04cc340..f2c8c18e 100755 --- a/classes/database/Postgres.php +++ b/classes/database/Postgres.php @@ -4,7 +4,7 @@ * A class that implements the DB interface for Postgres * Note: This class uses ADODB and returns RecordSets. * - * $Id: Postgres.php,v 1.292 2006/11/19 21:33:13 xzilla Exp $ + * $Id: Postgres.php,v 1.293 2007/01/02 17:24:44 soranzo Exp $ */ // @@@ THOUGHT: What about inherits? ie. use of ONLY??? @@ -305,7 +305,7 @@ class Postgres extends ADODB_base { $n = substr_count($value, "\n"); $n = $n < 5 ? 5 : $n; $n = $n > 20 ? 20 : $n; - echo "\n"; break; @@ -314,7 +314,7 @@ class Postgres extends ADODB_base { $n = substr_count($value, "\n"); $n = $n < 5 ? 5 : $n; $n = $n > 20 ? 20 : $n; - echo "\n"; break; diff --git a/functions.php b/functions.php index 379661a5..9c805a18 100644 --- a/functions.php +++ b/functions.php @@ -3,7 +3,7 @@ /** * Manage functions in a database * - * $Id: functions.php,v 1.57 2006/12/31 16:21:26 soranzo Exp $ + * $Id: functions.php,v 1.58 2007/01/02 17:24:44 soranzo Exp $ */ // Include application functions @@ -130,13 +130,13 @@ htmlspecialchars($_POST['formLinkSymbol']), "\" />\n"; } else { echo "{$lang['strdefinition']}\n"; - echo "\n"; } // Display function comment echo "{$lang['strcomment']}\n"; - echo "\n"; // Display function properies if (is_array($data->funcprops) && sizeof($data->funcprops) > 0) { @@ -477,7 +477,7 @@ htmlspecialchars($_POST['formLinkSymbol']), "\" />\n"; } else { echo "{$lang['strdefinition']}\n"; - echo "\n"; } diff --git a/plugin_slony.php b/plugin_slony.php index 7aad5c56..f7bb2739 100755 --- a/plugin_slony.php +++ b/plugin_slony.php @@ -3,7 +3,7 @@ /** * Slony database tab plugin * - * $Id: plugin_slony.php,v 1.13 2006/12/31 16:21:26 soranzo Exp $ + * $Id: plugin_slony.php,v 1.14 2007/01/02 17:24:44 soranzo Exp $ */ // Include application functions @@ -526,7 +526,7 @@ echo "\t\t\n\t\n"; echo "\t\n\t\t{$lang['strcomment']}\n"; - echo "\t\t\n\t\n"; echo "\n"; echo "

\n"; @@ -692,7 +692,7 @@ echo "\t\t\n\t\n"; echo "\t\n\t\t{$lang['strcomment']}\n"; - echo "\t\t\n\t\n"; echo "\t\n"; @@ -1231,7 +1231,7 @@ echo "\t\t\n\t\n"; echo "\t\n\t\t{$lang['strcomment']}\n"; - echo "\t\t\n\t\n"; echo "\t\n"; @@ -1469,7 +1469,7 @@ echo "\n"; */ echo "\t\n\t\t{$lang['strddlscript']}\n"; - echo "\t\t\n\t\n"; echo "\n"; echo "

\n"; @@ -1597,7 +1597,7 @@ echo "\t\t\n\t\n"; echo "\t\n\t\t{$lang['strcomment']}\n"; - echo "\t\t\n\t\n"; echo "\t\n"; @@ -1870,7 +1870,7 @@ echo "\t\t\n\t\n"; echo "\t\n\t\t{$lang['strcomment']}\n"; - echo "\t\t\n\t\n"; echo "\t\n"; diff --git a/reports.php b/reports.php index 8713fb1f..41096a90 100644 --- a/reports.php +++ b/reports.php @@ -3,7 +3,7 @@ /** * List reports in a database * - * $Id: reports.php,v 1.22 2005/10/18 03:45:16 chriskl Exp $ + * $Id: reports.php,v 1.23 2007/01/02 17:24:44 soranzo Exp $ */ // Include application functions @@ -53,10 +53,10 @@ } echo "\n"; echo "{$lang['strcomment']}\n"; - echo "\n"; echo "{$lang['strsql']}\n"; - echo "\n"; echo "\n"; echo "

\n"; @@ -157,10 +157,10 @@ } echo "\n"; echo "{$lang['strcomment']}\n"; - echo "\n"; echo "{$lang['strsql']}\n"; - echo "\n"; echo "\n"; echo "

\n"; diff --git a/schemas.php b/schemas.php index be61db8a..ea482377 100755 --- a/schemas.php +++ b/schemas.php @@ -3,7 +3,7 @@ /** * Manage schemas in a database * - * $Id: schemas.php,v 1.8 2006/06/17 12:57:36 xzilla Exp $ + * $Id: schemas.php,v 1.9 2007/01/02 17:24:44 soranzo Exp $ */ // Include application functions @@ -116,7 +116,7 @@ } echo "\t\t\t\n\t\t\n\t\n"; echo "\t\n\t\t{$lang['strcomment']}\n"; - echo "\t\t\n\t\n"; echo "\t\n"; @@ -178,7 +178,7 @@ echo "\t\n"; echo "\t\n"; echo "\t\t{$lang['strcomment']}\n"; - echo "\t\t\n"; + echo "\t\t\n"; echo "\t\n"; echo "\n"; echo "

\n"; diff --git a/tables.php b/tables.php index 198880fb..ca533d06 100644 --- a/tables.php +++ b/tables.php @@ -3,7 +3,7 @@ /** * List tables in a database * - * $Id: tables.php,v 1.82 2006/08/18 21:02:41 xzilla Exp $ + * $Id: tables.php,v 1.83 2007/01/02 17:24:44 soranzo Exp $ */ // Include application functions @@ -70,7 +70,7 @@ } echo "\t\n\t\t{$lang['strcomment']}\n"; - echo "\t\t\n\t\n"; echo "\n"; diff --git a/tablespaces.php b/tablespaces.php index 34aa1620..1a7fb37a 100755 --- a/tablespaces.php +++ b/tablespaces.php @@ -3,7 +3,7 @@ /** * Manage tablespaces in a database cluster * - * $Id: tablespaces.php,v 1.10 2006/11/19 21:33:13 xzilla Exp $ + * $Id: tablespaces.php,v 1.11 2007/01/02 17:24:44 soranzo Exp $ */ // Include application functions @@ -56,7 +56,7 @@ if ($data->hasSharedComments()){ echo "{$lang['strcomment']}\n"; echo ""; - echo "\n"; } echo "\n"; @@ -163,7 +163,7 @@ // Comments (if available) if ($data->hasSharedComments()) { echo "\t\n\t\t{$lang['strcomment']}\n"; - echo "\t\t\n\t\n"; } echo "\n"; diff --git a/tblproperties.php b/tblproperties.php index 685f87cd..59b44390 100644 --- a/tblproperties.php +++ b/tblproperties.php @@ -3,7 +3,7 @@ /** * List tables in a database * - * $Id: tblproperties.php,v 1.72 2006/08/18 21:02:41 xzilla Exp $ + * $Id: tblproperties.php,v 1.73 2007/01/02 17:24:44 soranzo Exp $ */ // Include application functions @@ -103,7 +103,7 @@ echo "{$lang['strcomment']}\n"; echo ""; - echo "\n"; echo "\n"; echo "

\n"; diff --git a/types.php b/types.php index be805c53..c25c5867 100644 --- a/types.php +++ b/types.php @@ -3,7 +3,7 @@ /** * Manage types in a database * - * $Id: types.php,v 1.31 2006/11/10 00:14:29 xzilla Exp $ + * $Id: types.php,v 1.32 2007/01/02 17:24:44 soranzo Exp $ */ // Include application functions @@ -144,7 +144,7 @@ htmlspecialchars($_REQUEST['fields']), "\" />\n\t\n"; echo "\t\n\t\t{$lang['strcomment']}\n"; - echo "\t\t\n\t\n"; echo "\n"; diff --git a/viewproperties.php b/viewproperties.php index d6eaa17b..3109de91 100755 --- a/viewproperties.php +++ b/viewproperties.php @@ -3,7 +3,7 @@ /** * List views in a database * - * $Id: viewproperties.php,v 1.21 2006/08/03 19:03:32 xzilla Exp $ + * $Id: viewproperties.php,v 1.22 2007/01/02 17:24:44 soranzo Exp $ */ // Include application functions @@ -48,10 +48,10 @@ echo "

\n"; echo "\n"; echo "\t\n\t\t\n"; - echo "\t\t\n\t\n"; echo "\t\n\t\t\n"; - echo "\t\t\n\t\n"; echo "
{$lang['strdefinition']}
{$lang['strcomment']}
\n"; echo "

\n"; diff --git a/views.php b/views.php index c54a6884..be2226dd 100644 --- a/views.php +++ b/views.php @@ -3,7 +3,7 @@ /** * Manage views in a database * - * $Id: views.php,v 1.60 2006/11/10 00:23:28 xzilla Exp $ + * $Id: views.php,v 1.61 2007/01/02 17:24:44 soranzo Exp $ */ // Include application functions @@ -230,7 +230,7 @@ echo "{$lang['strcomment']}"; echo "\n\n"; // View comments - echo "\n"; echo "\n\n"; echo "\n"; @@ -365,10 +365,10 @@ echo "\t_maxNameLen}\" value=\"", htmlspecialchars($_REQUEST['formView']), "\" />\n\t\n"; echo "\t\n\t\t{$lang['strdefinition']}\n"; - echo "\t\n\t\n"; echo "\t\n\t\t{$lang['strcomment']}\n"; - echo "\t\t\n\t\n"; echo "\n"; echo "

\n"; -- 2.39.5