display some meta data informations
[phpfspot.git] / phpfspot.js
index 23a713055ed7ad1713aa475b92f0c508f3af8093..99da2ce29099e7319b8d836f8c1fdecceede83cd 100644 (file)
@@ -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');
 }
+