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/editbookmark.tpl.php | 12 ++++--- templates/top.inc.php | 74 +++++++++++++++++++++++++----------------- 2 files changed, 53 insertions(+), 33 deletions(-) (limited to 'templates') diff --git a/templates/editbookmark.tpl.php b/templates/editbookmark.tpl.php index b4c74ba..0b6899b 100644 --- a/templates/editbookmark.tpl.php +++ b/templates/editbookmark.tpl.php @@ -18,9 +18,9 @@ switch ($row['bStatus']) { ?>
@@ -42,9 +42,13 @@ window.onload = function() { - + + + + + " to include one tag in another. e.g.: europe>france>paris')?> 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-54-g00ecf