summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-18 16:55:21 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-18 16:55:21 -0400
commit09aeb5d1ff8322a89274c845491ffd0667cabc2f (patch)
tree4642a035e8f9a66c18a2688cb41081fae212599a /template
parent26395dfb9f364fda136ac7bc05dfce76566f28d0 (diff)
sostler prod commit
Diffstat (limited to 'template')
-rw-r--r--template/about_us.st2
-rw-r--r--template/banner.st5
-rw-r--r--template/browser.st3
-rw-r--r--template/chat.st9
-rw-r--r--template/head.st3
-rw-r--r--template/help.st2
-rw-r--r--template/nigga.st89
-rw-r--r--template/privacy.st2
-rw-r--r--template/terms.st2
9 files changed, 52 insertions, 65 deletions
diff --git a/template/about_us.st b/template/about_us.st
index 72f3b25..93d1408 100644
--- a/template/about_us.st
+++ b/template/about_us.st
@@ -1,7 +1,7 @@
<html>
<head>
<link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" />
- <link href="/static/css/win.css" rel="stylesheet" type="text/css" media="screen" />
+ <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="/static/js/win.js"></script>
<script type="text/javascript">
diff --git a/template/banner.st b/template/banner.st
index 8f8ffbe..02759c5 100644
--- a/template/banner.st
+++ b/template/banner.st
@@ -57,14 +57,15 @@ onblur="this.className = ''; resume_key_commands(); if (this.value == '') { this
$endif$
<div id="topic"></div>
+ <div id="dumplist">
$if(user_nick)$
- <div id="dumplist">
+
want a room in dump.fm? <a href="mailto:info@dump.fm">contact us!</a>$else$ let pictures do the talking $endif$ $if(isadmin)$
<a href="http://news.dump.fm">- news</a> - <a href="http://gossip.dump.fm">gossip</a> - <a href="http://art.dump.fm">art</a> - <a href="http://gif.dump.fm">gif</a> - <a href="http://design.dump.fm">design</a> - <a href="http://fashion.dump.fm">fashion</a>
- -<a href="http://vip.dump.fm/"> VIP </a>
+ -<a href="http://vip.dump.fm/"> VIP PIMP DEN (NO GIRLS ALLOWED) </a>
$endif$
</div>
$if(user_nick)$
diff --git a/template/browser.st b/template/browser.st
index 4ebcd1b..42f1990 100644
--- a/template/browser.st
+++ b/template/browser.st
@@ -3,6 +3,7 @@
<title>dump.fm | Image Search Beta</title>
$head()$
<link rel="stylesheet" type="text/css" href="/static/css/browser.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/header.css">
<script type="text/javascript" src="/static/gritter/js/jquery.gritter.js"></script>
<link rel="stylesheet" type="text/css" href="/static/gritter/css/jquery.gritter.css" />
@@ -62,7 +63,7 @@ $endif$
</div>
</div>
-<div id="footerc">
+<div id="footerc" style="bottom:3px;">
<p>
$footer()$</p>
<p>
diff --git a/template/chat.st b/template/chat.st
index 851aaa1..9d0ae6c 100644
--- a/template/chat.st
+++ b/template/chat.st
@@ -20,12 +20,11 @@ $head()$
<title>$roomname$ dump.fm</title>
<META name="keywords" content="credit, mortgage, dating, hot girls, hot guys, debt solutions, get rich quick">
- <link rel="stylesheet" type="text/css" href="/static/css/dump.css">
- <script type="text/javascript" src="/static/js/invalid_domains.js"></script>
- <script type="text/javascript" src="/static/webcam/webcam.js"></script>
- <script type="text/javascript" src="/static/js/ajaxupload.js"></script>
+ <link rel="stylesheet" type="text/css" href="http://dump.fm/static/css/dump.css">
+ <script type="text/javascript" src="http://dump.fm/static/webcam/webcam.js"></script>
+ <script type="text/javascript" src="http://dump.fm/static/js/ajaxupload.js"></script>
$if(user_nick)$
- <script type="text/javascript" src="/json/$user_nick$/favorites"></script>
+ <script type="text/javascript" src="http://dump.fm/json/$user_nick$/favorites"></script>
$endif$
<script>
jQuery(document).ready(initChat);
diff --git a/template/head.st b/template/head.st
index 918dbc3..e6ce63a 100644
--- a/template/head.st
+++ b/template/head.st
@@ -4,9 +4,6 @@
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
<script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script>
<script type="text/javascript" src="/static/js/pichat.js"></script>
-<script type="text/javascript" src="/static/js/sha1.js"></script>
-<link rel="stylesheet" type="text/css" href="/static/css/reset.css">
-<link rel="stylesheet" type="text/css" href="/static/css/header.css">
$if(!user_nick)$
<link href="/static/form_login/front.css" media="screen, projection" rel="stylesheet" type="text/css">
$endif$
diff --git a/template/help.st b/template/help.st
index 097e83e..3576d6f 100644
--- a/template/help.st
+++ b/template/help.st
@@ -1,7 +1,7 @@
<html>
<head>
<link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen"/>
- <link href="/static/css/win.css" rel="stylesheet" type="text/css" media="screen"/>
+ <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen"/>
<script type="text/javascript" src="/static/js/win.js"></script>
<script type="text/javascript">
diff --git a/template/nigga.st b/template/nigga.st
index 33affc4..76bb18c 100644
--- a/template/nigga.st
+++ b/template/nigga.st
@@ -8,25 +8,49 @@
<script>
jQuery(document).ready(initProfile);
</script>
+<style>
+
+
+
+
+
+#dashrapper{
+border:1px solid black;
+top:80px;
+padding:50px;
+height:800px;
+width:800px;
+position:absolute;
+margin-left:10%;
+}
+#dashuserlist{
+border:1px solid black;
+width:200px;
+height:400px;
+}
+
+</style>
</head>
<body>
$banner()$
<div id="content">
- <div id="messagetabs"></div>
- <div id="rapper">
- </div>
+
- <div id="messagePanep">
- <div id="userListp"><br> $if(is_home)$<br>$endif$
- <h2>
+ <div id="dashrapper">
+ <div id="dashuserlist"><br> $if(is_home)$<br>$endif$
+
$if(avatar)$
+ <div id="dashavatar">
<img id="avatarPic" src="$avatar$"/>
$else$<br><br>
<img id="avatarPic" src="/static/img/noinfo.png">
$endif$
-
- $nick$ </h2><br>
+ </div>
+ <h2>
+ $nick$
+
+ <br>
$if(score_ent)$
<h8>
fav score: $score$
@@ -52,14 +76,17 @@
<br> <h3>contact info</h3>
$if(contact)$
<br><div id="contact" class="linkify">$contact$</div>
+
$else$
<div><img id="contact" src="/static/img/noinfo.png"><br><br></div>
+
$endif$
<br><br><h3>bio</h3>
$if(bio)$
<br> <div id="bio" class="linkify">$bio$</div>
$else$
+
<div><img id="bio" src="/static/img/noinfo.png"><br><br></div>
$endif$
@@ -74,51 +101,13 @@
<br>
<a href="http://dump.fm/u/$nick$/favorites"><h7>$nick$'s <br>Favorite Pix</h7></a>
-
- <div id="date">
- <div type="text" id="datepicker"></div></div>
- </div>
+</div></div>
- <div id="favbox" style="display: hidden"></div>
- <div id="messageList">
-
- $if(dumps)$ <span class="content">
- $dumps:{ d | $profile_dump(dump=d)$ }$
-
-
-
- </span>
-
-
-
- $else$
- no dumps
- $endif$
- </div>
-
- <div id="msgInputDiv">
- <div id="msginputrapper">
-
- $if(prev)$
- <a href="/$nick$/$prev$"><input id="prevbutton" value="<- Prev"></a>
- $else$
-<input id="prevbutton">
- $endif$
-
- $if(next)$
- <a href="/$nick$/$next$"> <input id="nextbutton" value="Next ->"></a>
- $else$
- <input id="nextbutton" value="nomodumps">
- $endif$
-
-
-
- </div>
+
+
<div id="footerc">
$footer()$
- </div>
- </div>
- </div></div></div>
+
</body>
</html>
diff --git a/template/privacy.st b/template/privacy.st
index c53815c..ef225c8 100644
--- a/template/privacy.st
+++ b/template/privacy.st
@@ -1,7 +1,7 @@
<html>
<head>
<link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen"/>
- <link href="/static/css/win.css" rel="stylesheet" type="text/css" media="screen"/>
+ <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen"/>
<script type="text/javascript" src="/static/js/win.js"></script>
<script type="text/javascript" src="/static/jquery.em.js"></script>
diff --git a/template/terms.st b/template/terms.st
index 0880d7b..9ca6067 100644
--- a/template/terms.st
+++ b/template/terms.st
@@ -1,7 +1,7 @@
<html>
<head>
<link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen"/>
- <link href="/static/css/win.css" rel="stylesheet" type="text/css" media="screen"/>
+ <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen"/>
<script type="text/javascript" src="/static/js/win.js"></script>
<script type="text/javascript">