From 60b6594fad70d2d49676e02b6123385173bcdae3 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Tue, 5 Jun 2007 20:51:35 +0000 Subject: some first draft of an working photo index page git-svn-id: file:///var/lib/svn/phpfspot/trunk@20 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'phpfspot.js') diff --git a/phpfspot.js b/phpfspot.js index 4f8fd52..ce49f35 100644 --- a/phpfspot.js +++ b/phpfspot.js @@ -36,3 +36,9 @@ function refreshSelectedTags() content = document.getElementById("selected_tags"); content.innerHTML = HTML_AJAX.grab('rpc.php?action=show_selected_tags'); } + +function showPhotoIndex() +{ + content = document.getElementById("content"); + content.innerHTML = HTML_AJAX.grab('rpc.php?action=show_photo_index'); +} -- cgit v1.2.3-18-g5258