aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/chat.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-29 17:09:20 -0800
committerfriendica <info@friendica.com>2014-01-29 17:09:20 -0800
commitb8fb6a437335ce16e658f8acda632916bb28e574 (patch)
treef1c4c0349eb06d2077fae874f52bf6d57ca5ebde /view/tpl/chat.tpl
parent677f5f641e6c37244ee67459b6fa2c7e5aea119b (diff)
downloadvolse-hubzilla-b8fb6a437335ce16e658f8acda632916bb28e574.tar.gz
volse-hubzilla-b8fb6a437335ce16e658f8acda632916bb28e574.tar.bz2
volse-hubzilla-b8fb6a437335ce16e658f8acda632916bb28e574.zip
more chat infrastructure
Diffstat (limited to 'view/tpl/chat.tpl')
-rw-r--r--view/tpl/chat.tpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl
new file mode 100644
index 000000000..6378b8776
--- /dev/null
+++ b/view/tpl/chat.tpl
@@ -0,0 +1,18 @@
+<div id="chatContainer">
+
+ <div id="chatTopBar" class="rounded"></div>
+ <div id="chatLineHolder"></div>
+
+ <div id="chatUsers" class="rounded"></div>
+
+ <div id="chatBottomBar" class="rounded">
+ <div class="tip"></div>
+
+ <form id="submitForm" method="post" action="">
+ <input id="chatText" name="chatText" class="rounded" maxlength="255" />
+ <input type="submit" class="blueButton" value="Submit" />
+ </form>
+
+ </div>
+
+</div> \ No newline at end of file