summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-14 06:33:18 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-14 06:33:18 +0000
commita365bbcf0ccc18cc5cee9e5cc697725279b02e53 (patch)
treea4a3006eefdc72bfe6321696f6b8c907f498e106 /templates
parent99b313d1ae233bc46374a6ba435447b5f7b669af (diff)
issue41, remove any trace of the javascript bubble
git-svn-id: file:///var/lib/svn/phpfspot/trunk@196 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r--templates/bubble_details.tpl13
-rw-r--r--templates/credits.tpl2
-rw-r--r--templates/header.tpl1
3 files changed, 0 insertions, 16 deletions
diff --git a/templates/bubble_details.tpl b/templates/bubble_details.tpl
deleted file mode 100644
index 53cd168..0000000
--- a/templates/bubble_details.tpl
+++ /dev/null
@@ -1,13 +0,0 @@
-<table>
- <tr>
- <td>
- <img class="{$image_id}" src="{$image_url}" />
- </td>
- </tr>
- <tr>
- <td style="text-align: center; padding-left: 36px;">
- {$file_name}<br />
- {$file_size}kb, {$width}x{$height}
- </td>
- </tr>
-</table>
diff --git a/templates/credits.tpl b/templates/credits.tpl
index b15127e..44c4800 100644
--- a/templates/credits.tpl
+++ b/templates/credits.tpl
@@ -14,8 +14,6 @@
by Andreas Unterkircher<br />
{mailto address="unki@netshadow.at"}
<hr />
- Bubble base JavaScript by <a href="http://www.websnapr.com/index.php?action=previewbubble">WebSnapr</a>
- <hr />
<a href="http://wiki.bluga.net/HTML_AJAX/HomePage">HTML_AJAX</a>
<hr />
PHP tag-cloud code by <a href="http://prism-perfect.net/archive/php-tag-cloud-tutorial/">Jenny Ferenc</a>.
diff --git a/templates/header.tpl b/templates/header.tpl
index caac87c..acef8eb 100644
--- a/templates/header.tpl
+++ b/templates/header.tpl
@@ -6,7 +6,6 @@
<link href="stylesheet.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="rpc.php?mode=init&amp;client=all"></script>
<script type="text/javascript" src="phpfspot.js"></script>
- <script type="text/javascript" src="bubble.js"></script>
<link rel="shortcut icon" href="resources/gpl_16.png" type="image/png" />
<link rel="icon" href="resources/gpl_16.png" type="image/png" />
</head>