summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-02-25 08:21:38 -0500
committerScott Ostler <sostler@deathmachine.local>2010-02-25 08:21:38 -0500
commit09adb55a01f9c752cf843dd4dc7163a2ea51cfb8 (patch)
tree801593cff153c74a1a1c2aa97ee395d122cd941c /template
parent215f4f8bf89aa74091815286c0ff7d7594b6e42f (diff)
Added new templates
Diffstat (limited to 'template')
-rw-r--r--template/about_us.st7
-rw-r--r--template/goodies.st8
-rwxr-xr-xtemplate/head.st4
-rw-r--r--template/help.st7
-rw-r--r--template/privacy.st7
-rwxr-xr-xtemplate/profile.st76
-rw-r--r--template/terms.st7
7 files changed, 75 insertions, 41 deletions
diff --git a/template/about_us.st b/template/about_us.st
new file mode 100644
index 0000000..b8ee9f9
--- /dev/null
+++ b/template/about_us.st
@@ -0,0 +1,7 @@
+<html>
+ <head>
+ <title>About Us</title>
+ $head()$
+ </head>
+ <body></body>
+</html>
diff --git a/template/goodies.st b/template/goodies.st
new file mode 100644
index 0000000..a7c0824
--- /dev/null
+++ b/template/goodies.st
@@ -0,0 +1,8 @@
+<html>
+ <head>
+ <title>Goodies</title>
+ $head()$
+ </head>
+ <body></body>
+</html>
+ \ No newline at end of file
diff --git a/template/head.st b/template/head.st
index 46ce6a5..e83e687 100755
--- a/template/head.st
+++ b/template/head.st
@@ -1,7 +1,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
-<!-- <script type="text/javascript" src="/static/jquery-1.3.2.min.js"></script> -->
+<script type="text/javascript" src="/static/jquery-1.3.2.min.js"></script>
+<!-- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> -->
<!--<script type="text/javascript" src="/static/js/underscore-min.js"></script> -->
<script type="text/javascript" src="/static/js/sha1.js"></script>
<script type="text/javascript" src="/static/js/pichat.js"></script>
diff --git a/template/help.st b/template/help.st
new file mode 100644
index 0000000..0d41e21
--- /dev/null
+++ b/template/help.st
@@ -0,0 +1,7 @@
+<html>
+ <head>
+ <title>Help</title>
+ $head()$
+ </head>
+ <body></body>
+</html>
diff --git a/template/privacy.st b/template/privacy.st
new file mode 100644
index 0000000..513eca3
--- /dev/null
+++ b/template/privacy.st
@@ -0,0 +1,7 @@
+<html>
+ <head>
+ <title>Privacy</title>
+ $head()$
+ </head>
+ <body></body>
+</html> \ No newline at end of file
diff --git a/template/profile.st b/template/profile.st
index 52b745c..26cb5a1 100755
--- a/template/profile.st
+++ b/template/profile.st
@@ -88,55 +88,53 @@
<h3>&nbsp;</h3>
<div id="newuser">
<h2>&#x263A;&#x270C; Welcome to dump.fm &#x270C;&#x263A;</h2>
-
-<br><br>
-
-<h1>Step &#x2776;</h1>
-<h3>&#x261F; Find a sweet image for your avatar, paste the URL below &#x261F;</h3>
- $if(avatar)$
- <img id="avatarPic" src="$avatar$" width="150px"/>
- $else$
- <b id="avatarPic"></b>
- $endif$
-
- $if(is_home)$
- <div id="avatar" class="editable">$avatar$</div>
- $endif$
-
-<h1>Step &#x2777;</h1>
-<h3>&#x261F; Enter some contact info below &#x261F;</h3>
- <div id="contact" class="$if(is_home)$editable$else$linkify$endif$">$contact$</div>
- <br>
-
-<h1>Step &#x2778;</h1>
-<h3>&#x261F; Enter some personal info below &#x261F;</h3>
- <div id="bio" class="$if(is_home)$editable$else$linkify$endif$">$bio$</div>
- <br>
- <h1>Step &#x2779;</h1>
-
- <h3> <a href="/chat">Join the &#x2663; and start posting pictures!</a></h3>
- <h3>&nbsp;</h3></div>
+ <br><br>
+
+ <h1>Step &#x2776;</h1>
+ <h3>&#x261F; Find a sweet image for your avatar, paste the URL below &#x261F;</h3>
+ $if(avatar)$
+ <img id="avatarPic" src="$avatar$" width="150px"/>
+ $else$
+ <b id="avatarPic"></b>
+ $endif$
+
+ $if(is_home)$
+ <div id="avatar" class="editable">$avatar$</div>
+ $endif$
+
+ <h1>Step &#x2777;</h1>
+ <h3>&#x261F; Enter some contact info below &#x261F;</h3>
+ <div id="contact" class="$if(is_home)$editable$else$linkify$endif$">$contact$</div>
+ <br>
+
+ <h1>Step &#x2778;</h1>
+ <h3>&#x261F; Enter some personal info below &#x261F;</h3>
+ <div id="bio" class="$if(is_home)$editable$else$linkify$endif$">$bio$</div>
+ <br>
+ <h1>Step &#x2779;</h1>
+
+ <h3> <a href="/chat">Join the &#x2663; and start posting pictures!</a></h3>
+ <h3>&nbsp;</h3></div>
<h3>&nbsp;</h3>
<h3>&nbsp;</h3>
<h3>&nbsp;</h3>
<h3>&nbsp;</h3>
<h3>&nbsp;</h3>
$endif$
-
+
<p>&nbsp;</p>
<div id="pnav">
- $if(next)$
- <div id="pnavn"><a href="/u/$nick$/$next$">next &#9758;</a></div>
- $endif$
-
- &nbsp;
- $if(prev)$
- <div id="pnavo"> <a href="/u/$nick$/$prev$">&#9756; prev</a> </div>
- $endif$
-
+ $if(next)$
+ <div id="pnavn"><a href="/u/$nick$/$next$">next &#9758;</a></div>
+ $endif$
- <br><br>
+ &nbsp;
+ $if(prev)$
+ <div id="pnavo"> <a href="/u/$nick$/$prev$">&#9756; prev</a></div>
+ $endif$
+
+ <br><br>
</div>
<div id="footer">
diff --git a/template/terms.st b/template/terms.st
new file mode 100644
index 0000000..29a41cc
--- /dev/null
+++ b/template/terms.st
@@ -0,0 +1,7 @@
+<html>
+ <head>
+ <title>Terms and Conditions</title>
+ $head()$
+ </head>
+ <body></body>
+</html>