projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0052d4e
)
initial import
author
Andreas Unterkircher
<unki@netshadow.at>
Mon, 4 Jun 2007 19:14:39 +0000
(19:14 +0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Mon, 4 Jun 2007 19:14:39 +0000
(19:14 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@9
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
phpfspot.js
[new file with mode: 0644]
patch
|
blob
diff --git a/phpfspot.js
b/phpfspot.js
new file mode 100644
(file)
index 0000000..
ed19372
--- /dev/null
+++ b/
phpfspot.js
@@ -0,0
+1,5
@@
+function showImage(id)
+{
+ content = document.getElementById("content");
+ content.innerHTML = HTML_AJAX.grab('rpc.php?action=showphoto&id=' + id);
+}