From adaf759270d7222a4879a7e3adba2713dc86d8ad Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Sat, 5 Jun 2010 04:05:57 -0400 Subject: sostler prod commit --- template/banner.st | 26 +++++-- template/nigga.st | 135 +++++++++++++++++++++++++++++++++++ template/profile.st | 171 ++++++++++++++++----------------------------- template/profile_dump.st | 4 +- template/share_buttons.st | 3 + template/single_message.st | 27 +++---- template/tagged_dumps.st | 8 +-- 7 files changed, 240 insertions(+), 134 deletions(-) create mode 100644 template/nigga.st (limited to 'template') diff --git a/template/banner.st b/template/banner.st index 9ee037a..3339fc2 100644 --- a/template/banner.st +++ b/template/banner.st @@ -2,7 +2,25 @@
-
+
+ + + + +
@@ -20,7 +38,7 @@ $else$ - dump.fm lets you share pictures in real-time. Click here to get started! +The coolest way to share pictures. Click here to get started! $endif$ @@ -32,7 +50,7 @@
-
dump.fm - let pictures do the talking - my favorite pics - - justin bieber $if(isadmin)$ +
dump.fm - let pictures do the talking $if(user_nick)$- my favorite pics - - justin bieber $endif$ $if(isadmin)$ - news - gossip - art - gif - design - fashion @@ -41,7 +59,7 @@
$if(user_nick)$
- $else$
$form_login()$
$endif$ + $else$
$form_login()$
$endif$
diff --git a/template/nigga.st b/template/nigga.st new file mode 100644 index 0000000..4a8ff02 --- /dev/null +++ b/template/nigga.st @@ -0,0 +1,135 @@ + + + $nick$'s dump.fm + $head()$ + + + + + + + + $banner()$ +
+
+
+
+ +
+

+



+ $if(avatar)$ + + $else$

+ + $endif$ + + $nick$


+ $if(score_ent)$ + + fav score: $score$ + $score_ent$ + $endif$ + $if(isadmin)$

+ + $endif$ + + + + + + $if(is_home)$ + + $endif$ + +

contact info

+ $if(contact)$ +

$contact$
+ $else$ +

+ $endif$ +
+ +

bio

+ $if(bio)$ +

$bio$
+ $else$ +

+ $endif$ + + + + + $if(is_home)$ +
+ + $endif$ + +
+ + $nick$'s
Favorite Pix
+ +
+
+
+ +
+
+ + $if(dumps)$ + $dumps:{ d | $profile_dump(dump=d)$ }$ + + + + + + + + $else$ + no dumps + $endif$ +
+ + +
+
+ + $if(prev)$ + + $else$ + + $endif$ + + $if(next)$ + + $else$ + + $endif$ + + + + +
+
+ $footer()$ +
+
+
+ + diff --git a/template/profile.st b/template/profile.st index e530e4a..f648e43 100644 --- a/template/profile.st +++ b/template/profile.st @@ -8,38 +8,39 @@ + - + $banner()$ -
-
-
-
+
+
+
-
-
-
- $if(dumps)$ - $dumps:{ d | $profile_dump(dump=d)$ }$ -
- -

$nick$


+ +
+

$if(is_home)$
$endif$ +

+ $if(avatar)$ + + $else$

+ + $endif$ + + $nick$


$if(score_ent)$ fav score: $score$ $score_ent$ $endif$ - $if(isadmin)$ + $if(isadmin)$

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

contact info

+

contact info

$if(contact)$ -
$contact$
+
$contact$
$else$ -
+


$endif$ -
- -

bio

+ +

bio

$if(bio)$ -
$bio$
+
$bio$
$else$ -
+


$endif$ @@ -68,7 +68,7 @@ $if(is_home)$
- +

$endif$
@@ -78,98 +78,45 @@
- - - $else$ -
-
- $nick$'s first dump.fm post! -
- -
-$if(dump.avatar)$ - -$else$ - -$endif$ -
-$if(dump.favorited)$ - -$else$ - -$endif$ -
-
-$share_buttons()$ -
-
-

$nick$

- - $if(isadmin)$ -
- Mute $nick$!
+ +
+
-
- $endif$ + $if(dumps)$ + $dumps:{ d | $profile_dump(dump=d)$ }$ + + - $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$ -
- - $nick$'s Favorite Pix - -
-
-
+ $else$ + no dumps $endif$ - -

 

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

-
- - +
$footer()$
diff --git a/template/profile_dump.st b/template/profile_dump.st index 43d995e..8866ae4 100644 --- a/template/profile_dump.st +++ b/template/profile_dump.st @@ -1,6 +1,6 @@
-
- $dump.created_on$ -- in $dump.key$ +
+ $dump.created_on$ -- in $dump.key$
diff --git a/template/share_buttons.st b/template/share_buttons.st index 02736dc..a251cff 100644 --- a/template/share_buttons.st +++ b/template/share_buttons.st @@ -1,8 +1,11 @@ \ No newline at end of file diff --git a/template/single_message.st b/template/single_message.st index df43eed..ab84668 100644 --- a/template/single_message.st +++ b/template/single_message.st @@ -3,7 +3,7 @@ dump.fm $head()$ - + @@ -12,30 +12,33 @@ $banner()$ -
-
-
-
-
-
-
- +
+
+
+
+ +
+

$message.nick$ $if(message.avatar)$
-
+
+
$endif$
+
+
+ $message.content$
$share_buttons()$
- +
diff --git a/template/tagged_dumps.st b/template/tagged_dumps.st index cbc2f59..ced1ba4 100644 --- a/template/tagged_dumps.st +++ b/template/tagged_dumps.st @@ -12,7 +12,7 @@ $head()$

-
+

$page_title$



@@ -21,14 +21,14 @@ $head()$

-
+
$if(dumps)$ - $dumps: { d |
$log_dump(dump=d)$ + $dumps: { d | $log_dump(dump=d)$ -
}$ +}$ $if(json_tags)$