From 5a94d94fef2748cc6d22cebbcd0b1eb85d0b7798 Mon Sep 17 00:00:00 2001 From: sostler Date: Sun, 21 Mar 2010 00:56:06 -0400 Subject: Added room names to profiles --- template/log.st | 45 +++++----- template/log_dump.st | 18 ++++ template/profile.st | 222 +++++++++++++++++++++++------------------------ template/profile_dump.st | 18 ++++ 4 files changed, 165 insertions(+), 138 deletions(-) create mode 100644 template/log_dump.st create mode 100644 template/profile_dump.st (limited to 'template') diff --git a/template/log.st b/template/log.st index 145f8c6..45de47e 100755 --- a/template/log.st +++ b/template/log.st @@ -2,50 +2,45 @@ dump.fm log $head()$ - + $banner()$ -
- - +

-
+
-
- $if(dumps)$ - $dumps: { d | $logged_dump(dump=d)$ }$ - $else$ - No dumps! - $endif$ -
- - $if(next)$ - +
+ $if(dumps)$ + $dumps: { d | $log_dump(dump=d)$ }$ + $else$ + No dumps! $endif$ +
-   - $if(prev)$ - - $endif$ + $if(next)$ + + $endif$ +   + $if(prev)$ + + $endif$ -

+

-
- - +
- +
+ diff --git a/template/log_dump.st b/template/log_dump.st new file mode 100644 index 0000000..49aab4b --- /dev/null +++ b/template/log_dump.st @@ -0,0 +1,18 @@ +
+
+ $dump.created_on$ -- by $dump.nick$ +
+ +
+ + $if(dump.avatar)$ + + $else$ + + $endif$ + +
+
$dump.content$
+
+ $share_buttons()$ +
diff --git a/template/profile.st b/template/profile.st index bca6a8b..377346f 100755 --- a/template/profile.st +++ b/template/profile.st @@ -7,143 +7,139 @@ - - - - + - + $banner()$
-
+

- +
- $if(dumps)$ - -
- + $if(dumps)$ +
+
+ + $dumps:{ d | $profile_dump(dump=d)$ }$ +
- $dumps:{ d | $logged_dump(dump=d)$ }$ -
+

$nick$

+ $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$

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

contact info

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

bio

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

 

+

 

+

 

+

 

+

 

+

 

+
+

Welcome to dump.fm

+

+ +

Step ❶

+

☟ Find a sweet image for your avatar, paste the URL below ☟

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

Step ❷

+

☟ Enter some contact info below ☟

+
$contact$
+
+ +

Step ❸

+

☟ Enter some personal info below ☟

+
$bio$
+
+

Step ❹

+ +

Join the ♣ and start posting pictures!

+

 

+

 

+

 

+

 

+

 

+

 

$endif$ + +

 

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

 

-

 

-

 

-

 

-

 

-

 

-
-

Welcome to dump.fm

-

- -

Step ❶

-

☟ Find a sweet image for your avatar, paste the URL below ☟

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

- $endif$ - -

Step ❷

-

☟ Enter some contact info below ☟

-
$contact$
-
- -

Step ❸

-

☟ Enter some personal info below ☟

-
$bio$
-
-

Step ❹

- -

Join the ♣ and start posting pictures!

-

 

-

 

-

 

-

 

-

 

-

 

- $endif$ - -

 

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

+
- - -
-$preload()$ + $preload()$ diff --git a/template/profile_dump.st b/template/profile_dump.st new file mode 100644 index 0000000..52001d6 --- /dev/null +++ b/template/profile_dump.st @@ -0,0 +1,18 @@ +
+
+ $dump.created_on$ -- in $dump.key$ +
+ +
+ + $if(dump.avatar)$ + + $else$ + + $endif$ + +
+
$dump.content$
+
+ $share_buttons()$ +
-- cgit v1.2.3-70-g09d2