summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-01-28 23:20:24 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-01-28 23:20:24 -0500
commit419ff75b856542a4240ad8e6cda025b935e53318 (patch)
tree6afd28317bdea0b002d7359113a8e78b1d4c396c /template/chat.st
parente41bdf3a328e9984fba4cf1d6d43d96fbe3cd396 (diff)
Checkin prod changes
Diffstat (limited to 'template/chat.st')
-rwxr-xr-xtemplate/chat.st3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/chat.st b/template/chat.st
index 7fbc29e..cea2004 100755
--- a/template/chat.st
+++ b/template/chat.st
@@ -1,6 +1,6 @@
<html>
<head>
- <title>dump.fm | $roomname$</title>
+ <title>dump.fm</title>
$head()$
<link rel="stylesheet" type="text/css" href="/static/pichat.css">
<script>
@@ -58,6 +58,7 @@
<input id="msgInput" class="msgInput" type="input" />
<input id="msgSubmit" type="submit" value="Send Image URL"
/>
+ <input id="upload" value="Upload" type="submit">
</div>
$endif$
</div>