summaryrefslogtreecommitdiff
path: root/template/head.st
diff options
context:
space:
mode:
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$