diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-01 03:28:54 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-01 03:28:54 -0400 |
| commit | aa3165c303d8feb2a34329539c67bd71863c9eb4 (patch) | |
| tree | 2509b6c376e41497276ad477eefd594002482ca1 /template | |
| parent | 5650b9a43736f191dd13b4ec5fdc11f18a9e96d6 (diff) | |
timb comitting prod changes
Diffstat (limited to 'template')
| -rwxr-xr-x | template/chat.st | 8 | ||||
| -rwxr-xr-x | template/head.st | 3 | ||||
| -rwxr-xr-x | template/profile.st | 2 |
3 files changed, 10 insertions, 3 deletions
diff --git a/template/chat.st b/template/chat.st index 57af392..3bf86ed 100755 --- a/template/chat.st +++ b/template/chat.st @@ -1,6 +1,8 @@ <html> <head> <title>dump.fm</title> + <META NAME="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board"> +<META NAME="description" CONTENT="Talk with pictures!"> $head()$ $if(user_avatar)$ @@ -84,7 +86,7 @@ function pop(url) <input id="webcam-button-upload" value="Webcam" type="submit"> <input id="webcam-button-snap" value="Send Pic" type="submit" class="invisible blink"> <div id="trophy"><a href="javascript:pop('http://www.likeneveralways.com/trash/count/index.php');"class="tooltip" title="Contest Counter"><img src="/static/trophyicon.gif"></a></div> - </div> + </div><div id="effects-msg"class="invisible">click on your face for effects!</div> $else$ <link rel="stylesheet" type="text/css" href="/static/dump.css"> @@ -113,9 +115,11 @@ $else$ <div id="beingpostednow"><img src="/static/beingpostednow.png"></div> <script> - jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide(1000) }, 100000 ) }) + jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide(1000) }, 10000 ) }) </script> + </div> $endif$ + <div id="footerc"> <p> $footer()$ diff --git a/template/head.st b/template/head.st index 7ba802d..9f30ac0 100755 --- a/template/head.st +++ b/template/head.st @@ -1,5 +1,6 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - + <META NAME="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board"> +<META NAME="description" CONTENT="Talk with pictures!"> <script type="text/javascript" src="/static/jquery-1.3.2.min.js"></script> <!-- <script type="text/javascript" src="/static/jquery.min.js"></script> --> <!--<script type="text/javascript" src="/static/js/underscore-min.js"></script> --> diff --git a/template/profile.st b/template/profile.st index 7a3944f..855f8e2 100755 --- a/template/profile.st +++ b/template/profile.st @@ -2,6 +2,8 @@ <html> <head> <title>$nick$'s dump.fm</title> + <META NAME="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board"> +<META NAME="description" CONTENT="Talk with pictures!"> $head()$ <link rel="stylesheet" type="text/css" media="screen" href="/static/profile.css"> |
