From a3ba58dfc048c948230317191c67101c4aa80bfb Mon Sep 17 00:00:00 2001 From: cweiske Date: Wed, 28 Oct 2009 08:02:17 +0000 Subject: basic ajax voting support. has a bad counting bug somewhere git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@445 b3834d28-1941-0410-a4f8-b48e95affb8f --- www/ajaxVote.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 www/ajaxVote.php (limited to 'www/ajaxVote.php') diff --git a/www/ajaxVote.php b/www/ajaxVote.php new file mode 100644 index 0000000..27eb62c --- /dev/null +++ b/www/ajaxVote.php @@ -0,0 +1,21 @@ +getBookmark($bookmark); + +header('Content-Type: text/xml; charset=utf-8'); +echo '' . $bookmark . '' + . ''; +$ts->loadTemplate( + 'bookmarks-vote.inc.tpl.php', + array('row' => $bmrow) +); + +echo ''; +?> \ No newline at end of file -- cgit v1.2.3-54-g00ecf