From e8142b2742433ea26f6434e5933cddea8b4711c2 Mon Sep 17 00:00:00 2001 From: Scott Ostler Date: Thu, 4 Mar 2010 23:03:31 -0500 Subject: initial directory --- template/directory.st | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) (limited to 'template/directory.st') diff --git a/template/directory.st b/template/directory.st index 23960f0..c57c333 100644 --- a/template/directory.st +++ b/template/directory.st @@ -16,7 +16,15 @@ top: 57px; padding: 2em; } + .linkify img { + max-height: 300px; + max-width: 200px; + } + + $banner()$ @@ -24,7 +32,35 @@

DUMP STARS

-
+
+ + $if(users)$ + $users:{ u | +
+ +

$u.nick$

+ $if(u.avatar)$ + + $endif$ +
+
+ Last post: + $u.content$ +
+
+ }$ + $else$ + No more users! + $endif$ + + $if(prev)$ + BACK + $endif$ + $if(users)$ + MORE + $endif$ + +
-- cgit v1.2.3-70-g09d2