diff options
author | friendica <info@friendica.com> | 2014-01-29 17:09:20 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-29 17:09:20 -0800 |
commit | b8fb6a437335ce16e658f8acda632916bb28e574 (patch) | |
tree | f1c4c0349eb06d2077fae874f52bf6d57ca5ebde /view | |
parent | 677f5f641e6c37244ee67459b6fa2c7e5aea119b (diff) | |
download | volse-hubzilla-b8fb6a437335ce16e658f8acda632916bb28e574.tar.gz volse-hubzilla-b8fb6a437335ce16e658f8acda632916bb28e574.tar.bz2 volse-hubzilla-b8fb6a437335ce16e658f8acda632916bb28e574.zip |
more chat infrastructure
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/chat.tpl | 18 |
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 |