diff options
| author | timb <timb@mb.home> | 2010-04-01 00:40:42 -0700 |
|---|---|---|
| committer | timb <timb@mb.home> | 2010-04-01 00:40:42 -0700 |
| commit | 70d8c1992f97286a63babcf7ebd996ab74ec7eac (patch) | |
| tree | 0be94521405b982e8b97f4234a02d4d3c28fc8ce /template | |
| parent | 8d0e1e9aa4505ccaf0c77583fc2654806d17e8df (diff) | |
| parent | aa3165c303d8feb2a34329539c67bd71863c9eb4 (diff) | |
fixing conflicts >:|
Diffstat (limited to 'template')
| -rwxr-xr-x | template/chat.st | 4 | ||||
| -rwxr-xr-x | template/head.st | 3 | ||||
| -rwxr-xr-x | template/profile.st | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/template/chat.st b/template/chat.st index 090c9e5..c903a39 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)$ <link rel="stylesheet" type="text/css" href="/static/css/dumpnewuser.css"> @@ -80,7 +82,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$ <div id="msgInputDiv"> diff --git a/template/head.st b/template/head.st index af2eda6..20192f8 100755 --- a/template/head.st +++ b/template/head.st @@ -1,6 +1,7 @@ <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.4.2.min.js"></script> -<!-- <script type="text/javascript" src="/static/jquery.min.js"></script> --> <script type="text/javascript" src="/static/js/sha1.js"></script> <script type="text/javascript" src="/static/js/pichat.js"></script> <script type="text/javascript" src="/static/js/jquery.lavalamp.js"></script> diff --git a/template/profile.st b/template/profile.st index e4dd467..918e659 100755 --- a/template/profile.st +++ b/template/profile.st @@ -1,6 +1,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/css/profile.css"> <script src="/static/js/jquery.editinplace.1.0.1.packed.js" type="text/javascript"></script> |
