From 7d5b6876b7b0e715b267f16a894480bc0d979e3e Mon Sep 17 00:00:00 2001 From: chriskl Date: Sun, 4 Jan 2004 08:13:00 +0000 Subject: [PATCH] xhtml fixes, gui update --- reports.php | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/reports.php b/reports.php index a9709bf6..8acd561b 100644 --- a/reports.php +++ b/reports.php @@ -3,7 +3,7 @@ /** * List reports in a database * - * $Id: reports.php,v 1.16 2003/12/17 09:11:32 chriskl Exp $ + * $Id: reports.php,v 1.17 2004/01/04 08:13:00 chriskl Exp $ */ // Include application functions @@ -35,11 +35,11 @@ $misc->printMsg($msg); echo "
\n"; - echo "\n"; - echo "\n"; + echo "
{$lang['strname']}
\n"; + echo "\n"; echo "\n"; - echo "\n"; + echo "\n"; echo "\n"; - echo "\n"; + echo "\n"; echo "\n"; - echo "\n"; + echo "\n"; echo "\n"; echo "
{$lang['strname']}_maxNameLen}\" value=\"", htmlspecialchars($_POST['report_name']), "\" />
{$lang['strdatabase']}
{$lang['strdatabase']}
{$lang['strcomment']}
{$lang['strcomment']}
{$lang['strsql']}
{$lang['strsql']}
\n"; @@ -101,20 +101,20 @@ if ($report->recordCount() == 1) { echo "\n"; - echo "\n"; + echo "\n"; echo "\n"; - echo "\n"; + echo "\n"; echo "\n"; - echo "\n"; - echo "\n"; - echo "\n"; - echo "\n"; + echo "\n"; + echo "\n"; + echo "\n"; + echo "\n"; echo "
{$lang['strname']}
{$lang['strname']}", $misc->printVal($report->f['report_name']), "
{$lang['strdatabase']}
{$lang['strdatabase']}", $misc->printVal($report->f['db_name']), "
{$lang['strcomment']}
", $misc->printVal($report->f['descr']), "
{$lang['strsql']}
", $misc->printVal($report->f['report_sql']), "
{$lang['strcomment']}", $misc->printVal($report->f['descr']), "
{$lang['strsql']}", $misc->printVal($report->f['report_sql']), "
\n"; } else echo "

{$lang['strinvalidparam']}

\n"; echo "

{$lang['strshowallreports']} |\n"; - echo "f['report_id']}\">{$lang['stredit']}

\n"; + echo "f['report_id']}\">{$lang['stredit']}

\n"; } /** @@ -136,10 +136,10 @@ echo "\n"; echo "\n"; - echo "\n"; + echo "\n"; echo "\n"; - echo "\n"; + echo "\n"; echo "\n"; - echo "\n"; + echo "\n"; echo "\n"; - echo "\n"; + echo "\n"; echo "\n"; echo "
{$lang['strname']}
{$lang['strname']}_maxNameLen}\" value=\"", htmlspecialchars($_REQUEST['report_name']), "\" />
{$lang['strdatabase']}
{$lang['strdatabase']}
{$lang['strcomment']}
{$lang['strcomment']}
{$lang['strsql']}
{$lang['strsql']}
\n"; @@ -245,12 +245,12 @@ echo "", $misc->printVal($reports->f['db_name']), "\n"; echo "", $misc->printVal($reports->f['date_created']), "\n"; echo "f['db_name']), - "&query={$query}&return_url={$return_url}&return_desc={$return_desc}\">{$lang['strrun']}\n"; - echo "{$lang['strrun']}\n"; + echo "f['report_id'], "\">{$lang['strproperties']}\n"; - echo "f['report_id'], "\">{$lang['stredit']}\n"; - echo "f['report_id'], "\">{$lang['strdrop']}\n"; echo "\n"; $reports->moveNext(); -- 2.39.5