summaryrefslogtreecommitdiffstats
path: root/phpfspot.js
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-10 18:48:41 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-10 18:48:41 +0000
commite0ff14d4bcc1659675a8c5208d4151a04c2b0de9 (patch)
tree1595647a40f5ca7d46ff732a2f61baa521f67956 /phpfspot.js
parent3567b8990c9cf323eea05e607c1cc1556b5e18f0 (diff)
issue27, first trial of gallery export for HTML and MoinMoin markup
git-svn-id: file:///var/lib/svn/phpfspot/trunk@185 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot.js')
-rw-r--r--phpfspot.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpfspot.js b/phpfspot.js
index 4b6a640..ce66cf6 100644
--- a/phpfspot.js
+++ b/phpfspot.js
@@ -117,7 +117,9 @@ function startTagSearch(searchfor)
function setViewMode(mode)
{
- window.alert(mode);
+ var exprt = document.getElementById('output');
+ exprt.innerHTML = "Loading...";
+ exprt.innerHTML = HTML_AJAX.grab(encodeURI('rpc.php?action=get_export&mode=' + mode));
}
function clearSearch()