summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/banner.st68
-rw-r--r--template/head.st2
-rw-r--r--template/mail/html.st27
-rw-r--r--template/mail/welcome.st4
4 files changed, 65 insertions, 36 deletions
diff --git a/template/banner.st b/template/banner.st
index 6d99d8b..1656ff1 100644
--- a/template/banner.st
+++ b/template/banner.st
@@ -1,34 +1,36 @@
+ <meta content="dump.fm - Talk with pictures!" name="description" />
+ <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!">
<div id="rapper7">
<div id="header7">
- <div id="logoicons">
- <div id="logo7">
- <div align="center"><a href="/">dump.fm</a></div>
- </div>
- <div class="white">
-
- <div id="bar7">
- <div style="float: left;">
- <div align="center">
- $if(user_nick)$
+ <div id="logoicons">
+ <div id="logo7">
+ <div align="center"><a href="/">dump.fm</a></div>
+ </div>
+ <div class="white">
+
+ <div id="bar7">
+ <div style="float: left;">
+ <div align="center">
+ $if(user_nick)$
- <a href="/log" ><img src="/static/img/log.gif"width="20px" height="20px"> Log</a>
- <a href="/u/$user_nick$">$if(user_avatar)$<img src="$user_avatar$" width="19px" height="19px" />$else$<img src="/static/img/profile.gif"width="22px" height="22px" />$endif$ Profile</a>
- <a href="/directory"><img src="/static/img/directory.gif"width="20px" height="20px" /> Directory</a>
- <a href="/browser"><img src="/static/img/image_draw.gif"/> Image Search</a>
-
- $else$
-
+ <a href="/log" ><img src="/static/img/log.gif"width="20px" height="20px"> Log</a>
+ <a href="/u/$user_nick$">$if(user_avatar)$<img src="$user_avatar$" width="19px" height="19px" />$else$<img src="/static/img/profile.gif"width="22px" height="22px" />$endif$ Profile</a>
+ <a href="/directory"><img src="/static/img/directory.gif"width="20px" height="20px" /> Directory</a>
+ <a href="/browser"><img src="/static/img/image_draw.gif"/> Image Search</a>
+
+ $else$
+
- <div id="registerlink">
- <a href="/register"><img src="/static/img/ako.gif"width="21px" height="21px" /> Register</a>
- </div>
-
- $endif$
- <div id="wherestim">
- <img src="/static/img/wherestim.gif">
- </div>
- </div>
+<div id="registerlink">
+<a href="/register"><img src="/static/img/ako.gif"width="21px" height="21px" /> Register</a>
+</div>
+
+
+ $endif$
+
+ </div>
</div>
</div>
</div>
@@ -37,14 +39,12 @@
<div id="topic"></div>
-
-
- $if(isadmin)$
- <div id="vippp">
- <a href="/VIP/chat"> &#x2605; VIP &#x2605; </a>
- </div>
- $endif$
- <div id="logout7" class="white">
+ $if(isadmin)$
+ <div id="vippp">
+ <a href="/VIP/chat"> &#x2605; VIP &#x2605; </a>
+ </div>
+ $endif$
+ <div id="logout7" class="white">
<div align="center">$if(user_nick)$ <a href="/logout"><img src="/static/img/door.gif" width="16" height="16" /> Logout</a> $else$ $form_login()$ $endif$
</div>
diff --git a/template/head.st b/template/head.st
index 18b5d16..e77e454 100644
--- a/template/head.st
+++ b/template/head.st
@@ -1,6 +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!">
+<meta name="description" content="dump.fm - Talk with pictures!" />
<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="/static/js/pichat.js"></script>
<script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script>
diff --git a/template/mail/html.st b/template/mail/html.st
new file mode 100644
index 0000000..33d4c1e
--- /dev/null
+++ b/template/mail/html.st
@@ -0,0 +1,27 @@
+SUBJECT: Hey $nick$, Welcome to dump.fm!
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+</head>
+
+<body style="font-family: Helvetica,Arial,Sans-Serif; font-size:
+36px;" leftmargin="0" topmargin="0" link="#6996b2" vlink="#6996b2"
+alink="#6996b2" bgcolor="#eef2ff" marginheight="0" marginwidth="0"
+text="#ffffff">
+<center>
+ <p>&nbsp;</p>
+ <table width="625" height="359" border="50" bordercolor="#0072f9">
+ <tr>
+ <td width="517" height="53" background="http://dump.fm/static/img/dblue2.png" bgcolor="#0072f9"><font size="+7"><center><strong>dump.fm</strong></center></font></td>
+ </tr>
+ <tr>
+ <td><img src="http://dump.fm/static/mail/welcome.gif" /><img src="http://dump.fm/static/mail/welcome3.gif" /><img src="http://dump.fm/static/mail/welcome.gif" />&nbsp;</td>
+ </tr>
+ <tr>
+ <td><font color="#666666"><center>Welcome to dump.fm $nick$!</center></font></td>
+ </tr>
+ </table>
+</center>
+
+</body>
+</html>
diff --git a/template/mail/welcome.st b/template/mail/welcome.st
index 42a0b38..7e8e9ef 100644
--- a/template/mail/welcome.st
+++ b/template/mail/welcome.st
@@ -1,5 +1,7 @@
SUBJECT: Welcome to dump.fm, $nick$!
-
+<html>
+<img src="http://dump.fm/static/mail/welcome.gif">
Welcome to the dump.fm posting experience.
Get started at <http://dump.fm/chat>, or setup your
profile at <http://dump.fm/u/$nick$>!
+</html> \ No newline at end of file