summaryrefslogtreecommitdiff
path: root/template/head.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-07-02 11:10:49 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-07-02 11:10:49 -0400
commite591afe4d4453e10344068dd5becd5aa4ed052c4 (patch)
treee1f784ccd984abb412f9d8d83fd2a4e964398a03 /template/head.st
parent2b19a20b2b9b6ce15c41c523bb10aa27a836eecc (diff)
sostler prod commit
Diffstat (limited to 'template/head.st')
-rw-r--r--template/head.st21
1 files changed, 21 insertions, 0 deletions
diff --git a/template/head.st b/template/head.st
index 1ebb8f8..7ff5828 100644
--- a/template/head.st
+++ b/template/head.st
@@ -3,8 +3,29 @@
<meta name="description" content="dump.fm - Talk with pictures!" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="$domain$/static/js/jquery-ui-1.8.effects.min.js"></script>
+<!-- <script src="http://cdn.jquerytools.org/1.1.2/full/jquery.tools.min.js"></script> -->
+
+<script>
+/*
+jQuery(function() {
+ jQuery("a[rel]").overlay({
+ expose: '#eee',
+ effect: 'apple',
+ onBeforeLoad: function() {
+ var wrap = this.getContent().find(".contentWrap");
+ wrap.load(this.getTrigger().attr("href"));
+ }
+
+ });
+});
+jQuery(function() {
+ jQuery("#triggers img[rel]").overlay({effect: 'apple'});
+});
+*/
+</script>
<script type="text/javascript" src="$domain$/static/js/pichat.js"></script>
<link rel="stylesheet" type="text/css" href="$domain$/static/css/dump.css">
+
$if(!user_nick)$
<link href="$domain$/static/form_login/front.css" media="screen, projection" rel="stylesheet" type="text/css">
$endif$