From 6fa2b731d3d8c5fd892e3debc3e3594259c74adf Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Mon, 24 May 2010 19:26:07 -0400 Subject: sostler prod commit --- template/banner.st | 18 ++-- template/butt.st | 288 ++++++++++++++++++++++--------------------------- template/chat.st | 23 +++- template/directory.st | 23 ++-- template/form_login.st | 2 +- template/head.st | 5 +- template/log.st | 16 +-- template/preload.st | 10 +- template/profile.st | 13 +++ template/tinychat.st | 6 +- 10 files changed, 203 insertions(+), 201 deletions(-) (limited to 'template') diff --git a/template/banner.st b/template/banner.st index ef40476..000dfd9 100644 --- a/template/banner.st +++ b/template/banner.st @@ -2,7 +2,7 @@
@@ -20,7 +20,7 @@ $else$ - Join the Conversation! + Join the Conversation! $endif$ @@ -32,15 +32,17 @@
+
dump.fm:let pictures do the talking$if(isadmin)$ + news - gossip - art - gif - design - fashion - $if(isadmin)$ -
- ★ VIP ★ + + - VIP + $endif$
- $endif$ +$if(user_nick)$
-
$if(user_nick)$ Logout $else$ $form_login()$ $endif$ -
+ $else$
$form_login()$
$endif$ +

diff --git a/template/butt.st b/template/butt.st index b3f118f..93c22b4 100644 --- a/template/butt.st +++ b/template/butt.st @@ -2,183 +2,149 @@ $nick$'s dump.fm $head()$ - - - + + + + + + + + + - - $banner()$ -
-
- -
-
+ +
+
+
+
+ +
+
+ +
+
+ +
-
-
- -
- $if(dumps)$ -
- -
- - $dumps:{ d | $profile_dump(dump=d)$ }$ -
- -

$nick$

- - $if(isadmin)$ - - $endif$ - - $if(avatar)$ - - $else$ - - $endif$ - - $if(is_home)$ - - $endif$ - -

contact info

- $if(contact)$ -
$contact$
- $else$ -
- $endif$ -
- -

bio

- $if(bio)$ -
$bio$
- $else$ -
- $endif$ +
+
- $if(is_home)$ -
- - $endif$ + +
+
+ news - gossip - art - gif - design - fashion -
- - $nick$'s
Favorite Pix
- -
-
-
- $else$ + - VIP +
+$if(user_nick)$ +
+ $else$
$form_login()$
$endif$ -
You have 27 new favs!
-
You have 27 new favs!
-
blah blah

blah blah

blah blah

blah blah

blah blah

blah blah

blah blah

blah blah

-
-
-
- $nick$'s first dump.fm post! + +
+

+
- -
-$if(dump.avatar)$ - -$else$ - -$endif$ -
-$if(dump.favorited)$ - -$else$ - -$endif$ -
-
-$share_buttons()$ +
+
+
+
+
+ +

Already a member?

+
+ +
+ + +
+
+ Lost password?
+
+
+

The internet is more fun with dump.fm!


+ +
+
+
+
+
What's dump.fm?
+

+dump.fm is a social network of images. Post pix from anywhere on the net, your computer or right from your webcam in real-time with other people. +

+
+
+ + + +
-
- -

$nick$

- - $if(isadmin)$ - - $endif$ - - $if(avatar)$ - - $else$ - - $endif$ - - $if(is_home)$ - - $endif$ - -

contact info

- $if(contact)$ -
$contact$
- $else$ -
- $endif$ -
- -

bio

- $if(bio)$ -
$bio$
- $else$ -
- $endif$ - - $if(is_home)$ -
- - $endif$ +
+
+
What's being dumped now...
+

+Here are some rad images being posted

+
+
- $endif$ - -

 

-
- $if(next)$ - - $endif$ -   - $if(prev)$ - - $endif$ - -

-
+ +
-
+
+
$footer()$ -
-
-
+
diff --git a/template/chat.st b/template/chat.st index c54936b..a45ba4f 100644 --- a/template/chat.st +++ b/template/chat.st @@ -16,9 +16,10 @@ - dump.fm $head()$ + dump.fm + @@ -61,16 +62,20 @@ $endif$ $banner()$ + $if(isadmin)$ $tinychat()$ $endif$ +
-
+ +
+ -
$messages: { m |
@@ -100,6 +104,7 @@ $messages: { m | }$
+
@@ -119,7 +124,17 @@ $messages: { m |

-$footer()$ + +

$preload()$ diff --git a/template/directory.st b/template/directory.st index 02e47ad..d49dfea 100644 --- a/template/directory.st +++ b/template/directory.st @@ -50,14 +50,21 @@ $else$ No more users! $endif$ -
- $if(prev)$ - - $endif$ - $if(users)$ - - $endif$ -
+ +
+ $if(users)$ + $if(next)$ + + $endif$ + $endif$ +   + $if(prev)$ + + $endif$ + +

+
+ diff --git a/template/form_login.st b/template/form_login.st index 2f87e5a..4f07d0f 100644 --- a/template/form_login.st +++ b/template/form_login.st @@ -1,5 +1,5 @@
-
Have an account?
+

diff --git a/template/head.st b/template/head.st index ec45d19..918dbc3 100644 --- a/template/head.st +++ b/template/head.st @@ -1,5 +1,5 @@ - + @@ -18,8 +18,7 @@ $if(isadmin)$ type="text/css" media="all" /> - + $endif$ diff --git a/template/log.st b/template/log.st index de118ec..a6f3a07 100644 --- a/template/log.st +++ b/template/log.st @@ -2,21 +2,23 @@ dump.fm log $head()$ - + - + $banner()$
-

-
-
- -
+
+

$roomkey$ log


+
+ +
+
+ $if(dumps)$ $dumps: { d | $log_dump(dump=d)$ }$ $if(json_tags)$ diff --git a/template/preload.st b/template/preload.st index 3339e4e..b14f8b9 100644 --- a/template/preload.st +++ b/template/preload.st @@ -2,12 +2,6 @@
- - - - - - - - + +
\ No newline at end of file diff --git a/template/profile.st b/template/profile.st index 61be826..0634b05 100644 --- a/template/profile.st +++ b/template/profile.st @@ -78,6 +78,19 @@
+ $else$
diff --git a/template/tinychat.st b/template/tinychat.st index 58ecba3..818d60a 100644 --- a/template/tinychat.st +++ b/template/tinychat.st @@ -5,8 +5,12 @@ $if(user_nick)$ , nick: "$user_nick$" , oper: "none" , urlsuper: "http://dump.fm" + , join: "auto" + , nick: "dumpuser" }; + + -

Tinychat Friends

+

Tinychat Friends

$endif$ -- cgit v1.2.3-70-g09d2