From dd46cb29fa939546908db15fc92491bc49f3130f Mon Sep 17 00:00:00 2001 From: Scott Ostler Date: Mon, 29 Nov 2010 01:15:49 -0500 Subject: Commit initial vip-only direct messaging --- template/head.st | 4 ++-- template/profile.st | 20 ++++++++++++++++++-- template/rooms/VIP.st | 3 +++ template/rooms/chat.st | 3 +++ 4 files changed, 26 insertions(+), 4 deletions(-) (limited to 'template') diff --git a/template/head.st b/template/head.st index 66be7c1..a3ff733 100644 --- a/template/head.st +++ b/template/head.st @@ -1,10 +1,10 @@ - + - + diff --git a/template/profile.st b/template/profile.st index f66069e..6f44058 100644 --- a/template/profile.st +++ b/template/profile.st @@ -50,14 +50,14 @@

contact info

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

bio

$if(bio)$ -
$bio$
+
$bio$
$else$ $endif$ @@ -90,7 +90,23 @@ style="border:none; width:500px; height:30px"> + + $if(dms)$ +
+
+

Messages

+ $dms: { dm | +
+ $dm.nick$ + + $dm.content$
+ + }$ +
+ $endif$
diff --git a/template/rooms/VIP.st b/template/rooms/VIP.st index f078d0d..fa38eb5 100644 --- a/template/rooms/VIP.st +++ b/template/rooms/VIP.st @@ -110,6 +110,9 @@
$messagepane()$ +
diff --git a/template/rooms/chat.st b/template/rooms/chat.st index b96456a..f7ca888 100644 --- a/template/rooms/chat.st +++ b/template/rooms/chat.st @@ -110,6 +110,9 @@
$messagepane()$ +
-- cgit v1.2.3-70-g09d2