diff options
| author | tim b <timb@camcompu.home> | 2010-07-02 09:24:34 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-07-02 09:24:34 -0700 |
| commit | fb4f8932ad3caf7a5ffdb09685d7424879a92ead (patch) | |
| tree | b018770c09f58da9b511baadb5b9b32bbcf6c137 /template/head.st | |
| parent | 532d81b0207314aad593d1e398076915e53da7e9 (diff) | |
| parent | 5b2139d5a747f37264160b43b4c776846b54cb74 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/head.st')
| -rw-r--r-- | template/head.st | 21 |
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$ |
