summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/about_us.st5
-rw-r--r--template/help.st5
-rw-r--r--template/privacy.st5
-rw-r--r--template/profile.st6
-rw-r--r--template/req_reset.st25
-rw-r--r--template/reset.st31
-rw-r--r--template/terms.st5
7 files changed, 45 insertions, 37 deletions
diff --git a/template/about_us.st b/template/about_us.st
index b860cf4..43d148e 100644
--- a/template/about_us.st
+++ b/template/about_us.st
@@ -14,10 +14,9 @@ jQuery(function()
$head()$
</head>
<body style="font-family: Arial, Helvetica, sans-serif;
- background-color:#ffffee;
- background-image:url(/static/img/chanbg.png);
+background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x;
background-repeat:repeat-x;
- background-position:1 10;
+ background-position:top;
background-attachment:fixed;" onload="
javascript:CreateDropdownWindow('about the site', '360px', true, 'news', 70, 75);
javascript:CreateDropdownWindow('about the team', '380px', true, 'link', 500, 60);
diff --git a/template/help.st b/template/help.st
index d1a999c..440db28 100644
--- a/template/help.st
+++ b/template/help.st
@@ -18,10 +18,9 @@ jQuery(function()
$head()$
</head>
<body style="font-family: Arial, Helvetica, sans-serif;
- background-color:#ffffee;
- background-image:url(/static/img/chanbg.png);
+background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x;
background-repeat:repeat-x;
- background-position:1 10;
+ background-position:top;
background-attachment:fixed;" onload="
javascript:CreateDropdownWindow('dump.fm', '360px', true, 'news', 30, 115);
diff --git a/template/privacy.st b/template/privacy.st
index d904951..167016f 100644
--- a/template/privacy.st
+++ b/template/privacy.st
@@ -19,10 +19,9 @@ jQuery(function()
$head()$
</head>
<body style="font-family: Arial, Helvetica, sans-serif;
- background-color:#ffffee;
- background-image:url(/static/img/chanbg.png);
+ background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x;
background-repeat:repeat-x;
- background-position:1 10;
+ background-position:top;
background-attachment:fixed;" onload="
javascript:CreateDropdownWindow('dump.fm', '360px', true, 'news', 20, 115);
javascript:CreateDropdownWindow('privacy agreement', '560px', true, 'archive', 420, 60);
diff --git a/template/profile.st b/template/profile.st
index 431e51b..2890d60 100644
--- a/template/profile.st
+++ b/template/profile.st
@@ -154,7 +154,7 @@ $share_buttons()$
<br>
- <a href="/u/$nick$/favorites"><h7>$nick$'s <br>Favorite Pix</h7></a>
+ <a href="/$nick$/favorites"><h7>$nick$'s <br>Favorite Pix</h7></a>
<div id="date">
<div type="text" id="datepicker"></div></div>
@@ -165,12 +165,12 @@ $share_buttons()$
<div id="pnav">
$if(next)$
- <div id="pnavn"><a href="/u/$nick$/$next$">next &#9758;</a></div>
+ <div id="pnavn"><a href="/$nick$/$next$">next &#9758;</a></div>
$endif$
&nbsp;
$if(prev)$
- <div id="pnavo"> <a href="/u/$nick$/$prev$">&#9756; prev</a></div>
+ <div id="pnavo"> <a href="/$nick$/$prev$">&#9756; prev</a></div>
$endif$
<br><br>
diff --git a/template/req_reset.st b/template/req_reset.st
index 4089298..936bc73 100644
--- a/template/req_reset.st
+++ b/template/req_reset.st
@@ -2,7 +2,8 @@
<head>
<title>dump.fm Password Reset</title>
- $head()$
+$head()$
+
<style>
#main {
padding: 100px 2em 0px 2em;
@@ -49,21 +50,31 @@
});
});
</script>
+ <link rel="stylesheet" type="text/css" href="static/css/index.css">
</head>
<body>
- $banner()$
- <div id="main">
+
+<div id="rapper"></div>
+<div id="content" style="z-index:77;">
+
+<div id="main" align="center">
+
+ <div id="passwordreset">
+ <div id="logo-and-text">
+ <a href="/"><img src="/static/img/dumpclearlogo2.png"></a>
+ <div align="center">
+
+
<div id="feedback" style="display: none; color: red; margin-bottom: 2em;"></div>
<h1>Forgot your password?</h1>
<br>
<div>
- Enter your nick, and we'll send you an email to reset your password.
+ Enter your nick and we'll email you the password reset stuff!
</div>
- <br />
- <label>Nick:</label>
+ <br /><label style="display:none;">nick:</label>
<input type="text" id="nick">
<br />
<input type="submit" value="Reset password" id="submit">
- </div>
+ </div></div></div></div>
</body>
</html>
diff --git a/template/reset.st b/template/reset.st
index f166d88..5fbfe65 100644
--- a/template/reset.st
+++ b/template/reset.st
@@ -3,15 +3,7 @@
<title>dump.fm Password Reset</title>
<script type="text/javascript" src="/static/js/sha1.js"></script>
$head()$
- <style>
- #main {
- padding: 100px 2em 0px 2em;
- }
- label {
- float: left;
- width: 150px;
- }
- </style>
+
<script>
jQuery(function() {
jQuery("#submit").click(function() {
@@ -34,17 +26,26 @@
});
</script>
</head>
+ <link rel="stylesheet" type="text/css" href="static/css/index.css">
<body>
- $banner()$
- <div id="main">
- $if(valid_request)$
+
+<div id="rapper"></div>
+<div id="content" style="z-index:77;">
+
+<div id="main" align="center">
+
+ <div id="passwordreset">
+ <div id="logo-and-text">
+ <a href="/"><img src="/static/img/dumpclearlogo2.png"></a>
+ <div align="center">
+ $if(valid_request)$
<div id="feedback" style="display: none; color: red; margin-bottom: 2em;"></div>
<h1>Reset Your Password</h1>
<br>
- <label>New Password:</label>
+ <label style="text-align:left;margin-bottom:-8px;">New Password:</label>
<input type="password" id="p1">
<br>
- <label>Repeat Password:</label>
+ <label style="text-align:left;margin-bottom:-8px;">Repeat Password:</label>
<input type="password" id="p2">
<br>
<form action="$link$" method="POST">
@@ -56,6 +57,6 @@
<span>Your password reset link is invalid or has expired. Please try
resetting again.</span>
$endif$
- </div>
+ </div></div></div></div>
</body>
</html>
diff --git a/template/terms.st b/template/terms.st
index 286593c..dd133ee 100644
--- a/template/terms.st
+++ b/template/terms.st
@@ -17,10 +17,9 @@ jQuery(function()
$head()$
</head>
<body style="font-family: Arial, Helvetica, sans-serif;
- background-color:#ffffee;
- background-image:url(/static/img/chanbg.png);
+ background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x;
background-repeat:repeat-x;
- background-position:1 10;
+ background-position:top;
background-attachment:fixed;" onload="
javascript:CreateDropdownWindow('dump.fm', '360px', true, 'news', 20, 115);
javascript:CreateDropdownWindow('terms of service', '560px', true, 'archive', 420, 60);