From e44a7e37b6c7b5961adaffc62b9042b8d442938e Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 13 Nov 2008 09:49:11 +0000 Subject: New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/top.inc.php | 74 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 29 deletions(-) (limited to 'templates/top.inc.php') diff --git a/templates/top.inc.php b/templates/top.inc.php index b17c8f0..46698d0 100644 --- a/templates/top.inc.php +++ b/templates/top.inc.php @@ -2,51 +2,67 @@ - <?php echo filter($GLOBALS['sitename'] . (isset($pagetitle) ? ': ' . $pagetitle : '')); ?> - - - - + + + +'; + echo ''; } - } - if (isset($loadjs)) { - echo ''; - } - ?> +} +?> + + + + + + + + + + + + - + + - + '. $subtitle ."\n"; + echo '

'. $subtitle ."

\n"; } if (isset($error)) { - echo '

'. $error ."

\n"; + echo '

'. $error ."

\n"; } if (isset($msg)) { - echo '

'. $msg ."

\n"; + echo '

'. $msg ."

\n"; } -?> +?> \ No newline at end of file -- cgit v1.2.3