summaryrefslogtreecommitdiffstats
path: root/phpfspot.js
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-07 15:30:35 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-07 15:30:35 +0000
commit588923cbaafe421b32ec55e2dd4c4bb04df625dd (patch)
treebaecba852259a680b3379cbdfc1fd3654397f91f /phpfspot.js
parentfe544d65af90df49390155616b9c864ea60ff2e5 (diff)
some nice credit page
git-svn-id: file:///var/lib/svn/phpfspot/trunk@44 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot.js')
-rw-r--r--phpfspot.js7
1 files changed, 7 insertions, 0 deletions
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');
}
+