diff options
Diffstat (limited to 'view/tpl')
-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 |