From 588923cbaafe421b32ec55e2dd4c4bb04df625dd Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Thu, 7 Jun 2007 15:30:35 +0000 Subject: some nice credit page git-svn-id: file:///var/lib/svn/phpfspot/trunk@44 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'phpfspot.js') diff --git a/phpfspot.js b/phpfspot.js index 23a7130..99da2ce 100644 --- a/phpfspot.js +++ b/phpfspot.js @@ -4,6 +4,12 @@ function showImage(id) content.innerHTML = HTML_AJAX.grab('rpc.php?action=showphoto&id=' + id); } +function showCredits() +{ + content = document.getElementById("content"); + content.innerHTML = HTML_AJAX.grab('rpc.php?action=showcredits'); +} + function Tags(mode, id) { if(mode == "add") { @@ -49,3 +55,4 @@ function showBubbleDetails(object, id, direction) { HTML_AJAX.replace(object, 'rpc.php?action=showbubbledetails&id=' + id + '&direction=" + direction'); } + -- cgit v1.2.3-18-g5258