diff options
Diffstat (limited to 'template')
| -rwxr-xr-x | template/banner.st | 2 | ||||
| -rwxr-xr-x | template/chat.st | 2 | ||||
| -rw-r--r-- | template/mail/html.st | 27 |
3 files changed, 29 insertions, 2 deletions
diff --git a/template/banner.st b/template/banner.st index 3ec65a1..1656ff1 100755 --- a/template/banner.st +++ b/template/banner.st @@ -29,7 +29,7 @@ $endif$ - <div id="wherestim"><img src="/static/img/wherestim.gif"></div> + </div> </div> </div> diff --git a/template/chat.st b/template/chat.st index f0b5259..9b5d706 100755 --- a/template/chat.st +++ b/template/chat.st @@ -68,7 +68,7 @@ function pop(url) <div id="faving" style="display:none;"> -<a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('like','','/static/img/thumbs_up_sm.gif',1)"><img src="/static/thumbup.gif" alt="like it!" name="like" width="14" height="15" border="0" id="like" /></a> +<img src="/static/img/thumbup.gif"> </div> </div> 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> </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" /> </td> + </tr> + <tr> + <td><font color="#666666"><center>Welcome to dump.fm $nick$!</center></font></td> + </tr> + </table> +</center> + +</body> +</html> |
