From a70175759c5761f7aa4280280afa44fcb3f85c3b Mon Sep 17 00:00:00 2001 From: Scott Ostler Date: Mon, 23 Aug 2010 20:00:49 -0400 Subject: Use rooms/ subdirectory for templates; add per-room templates --- template/butt.st | 302 ----------------------------------------------- template/chat.st | 192 ------------------------------ template/goodies.st | 71 ----------- template/rooms/butt.st | 302 +++++++++++++++++++++++++++++++++++++++++++++++ template/rooms/chat.st | 192 ++++++++++++++++++++++++++++++ template/rooms/vortex.st | 291 +++++++++++++++++++++++++++++++++++++++++++++ template/vortex.st | 291 --------------------------------------------- template/webcam.st | 105 ---------------- 8 files changed, 785 insertions(+), 961 deletions(-) delete mode 100644 template/butt.st delete mode 100644 template/chat.st delete mode 100644 template/goodies.st create mode 100644 template/rooms/butt.st create mode 100644 template/rooms/chat.st create mode 100644 template/rooms/vortex.st delete mode 100644 template/vortex.st delete mode 100644 template/webcam.st (limited to 'template') diff --git a/template/butt.st b/template/butt.st deleted file mode 100644 index e97390e..0000000 --- a/template/butt.st +++ /dev/null @@ -1,302 +0,0 @@ - - - -dump.fm image vortex - - - - - - -$if(!user_nick)$ - -$endif$ - -$if(isadmin)$ - - - - -$endif$ -$if(!user_avatar)$ - -$endif$ - - - - - -$if(user_nick)$ - -$endif$ - - - - - - - - -
-$messages: { m | -$m.nick$ - }$ - - -
- - -Loading... - - - - - diff --git a/template/chat.st b/template/chat.st deleted file mode 100644 index f4c4162..0000000 --- a/template/chat.st +++ /dev/null @@ -1,192 +0,0 @@ - - - - -$head()$ - $roomname$ dump.fm - - - - -$if(user_nick)$ - -$endif$ - - - - -$if(dis)$ - $banner_dis()$ -$else$ - $banner()$ - $if(!user_nick)$ - -
-

- If you already have an account, . If not, register now. -

-
-
- - -
dump.fm lets you talk with pictures! Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love! -
-
-
- - - - -$endif$ -$endif$ - - -
- -
-
-
-
- -
- - -$if(user_nick)$ $endif$ -
-
-$messages: { m | -
- - $m.nick$ - $if(m.favorited)$ - - $else$ - - $endif$ - - $m.content$ -
-}$ -
-
- - $if(user_nick)$ -
-
- - - - - - -
-
-$else$ -
-
- - - - - - -
-
- $endif$ - $if(isadmin)$ - -$endif$ -
- - - -
-
- $footer()$ -
-$preload()$ - - diff --git a/template/goodies.st b/template/goodies.st deleted file mode 100644 index 4289c11..0000000 --- a/template/goodies.st +++ /dev/null @@ -1,71 +0,0 @@ - - - dump.fm | Image Search Beta - $head()$ - - - - - - - - - - - - - $banner()$ -
-
-
- -
-
-
- -
-
-
- -
- -
-
-
- - - - - -
-

- $footer()$

-

-

-
- - - diff --git a/template/rooms/butt.st b/template/rooms/butt.st new file mode 100644 index 0000000..e97390e --- /dev/null +++ b/template/rooms/butt.st @@ -0,0 +1,302 @@ + + + +dump.fm image vortex + + + + + + +$if(!user_nick)$ + +$endif$ + +$if(isadmin)$ + + + + +$endif$ +$if(!user_avatar)$ + +$endif$ + + + + + +$if(user_nick)$ + +$endif$ + + + + + + + + +
+$messages: { m | +$m.nick$ + }$ + + +
+ + +Loading... + + + + + diff --git a/template/rooms/chat.st b/template/rooms/chat.st new file mode 100644 index 0000000..f4c4162 --- /dev/null +++ b/template/rooms/chat.st @@ -0,0 +1,192 @@ + + + + +$head()$ + $roomname$ dump.fm + + + + +$if(user_nick)$ + +$endif$ + + + + +$if(dis)$ + $banner_dis()$ +$else$ + $banner()$ + $if(!user_nick)$ + +
+

+ If you already have an account, . If not, register now. +

+
+
+ + +
dump.fm lets you talk with pictures! Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love! +
+
+
+ + + + +$endif$ +$endif$ + + +
+ +
+
+
+
+ +
+ + +$if(user_nick)$ $endif$ +
+
+$messages: { m | +
+ + $m.nick$ + $if(m.favorited)$ + + $else$ + + $endif$ + + $m.content$ +
+}$ +
+
+ + $if(user_nick)$ +
+
+ + + + + + +
+
+$else$ +
+
+ + + + + + +
+
+ $endif$ + $if(isadmin)$ + +$endif$ +
+ + + +
+
+ $footer()$ +
+$preload()$ + + diff --git a/template/rooms/vortex.st b/template/rooms/vortex.st new file mode 100644 index 0000000..c15c890 --- /dev/null +++ b/template/rooms/vortex.st @@ -0,0 +1,291 @@ + + + +dump.fm image vortex + + + + + + + + + + + + +
+$messages: { m | +$m.nick$ + }$ + +
dump.fm image vortex

Real-Time Visualization of whats being dumped now.

Return Home

+
+ +
+
+ + +
+ +Loading... + + + + + diff --git a/template/vortex.st b/template/vortex.st deleted file mode 100644 index c15c890..0000000 --- a/template/vortex.st +++ /dev/null @@ -1,291 +0,0 @@ - - - -dump.fm image vortex - - - - - - - - - - - - -
-$messages: { m | -$m.nick$ - }$ - -
dump.fm image vortex

Real-Time Visualization of whats being dumped now.

Return Home

-
- -
-
- - -
- -Loading... - - - - - diff --git a/template/webcam.st b/template/webcam.st deleted file mode 100644 index e3e653d..0000000 --- a/template/webcam.st +++ /dev/null @@ -1,105 +0,0 @@ - - - - -$head()$ - $roomname$ dump.fm -$if(isadmin)$ - - -$endif$ - - - -$if(user_nick)$ - -$endif$ - - - - - -
- -
-
-
-
- -
- -
- - -
- -
-
- - - - - - -
-
- -
-
- - -$preload()$ - - -- cgit v1.2.3-70-g09d2