mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Added input field
This commit is contained in:
parent
b081005e4a
commit
a8825a5f7e
@ -1,7 +1,7 @@
|
||||
{include file='documentHeader'}
|
||||
|
||||
<head>
|
||||
<title>{$room->title|language} - {lang}wcf.chat.title{/lang} - {PAGE_TITLE|language}</title>
|
||||
<title>{lang}wcf.chat.title{/lang} - {PAGE_TITLE|language}</title>
|
||||
|
||||
{include file='headInclude' sandbox=false}
|
||||
|
||||
@ -158,14 +158,13 @@
|
||||
|
||||
<nav class="tabMenu">
|
||||
<ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
|
||||
<li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a title="Seite" href="index.php/Chat">Chat</a></li>
|
||||
<li class="ui-state-default ui-corner-top ui-tabs-selected"><a title="Seite" href="index.php/Chat/Log">Protokoll</a></li>
|
||||
<li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a title="Chat" href="{link controller="Chat"}{/link}">Chat</a></li>
|
||||
<li class="ui-state-default ui-corner-top ui-tabs-selected"><a title="Log" href="{link controller="Chat" isRaw="true"}Log{/link}">Protokoll</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div id="chatbox" class="border tabMenuContent ui-tabs-panel ui-widget-content ui-corner-bottom">
|
||||
<div class="table border">
|
||||
<div>
|
||||
|
||||
<div class="first column">
|
||||
<div class="chatSidebar left">
|
||||
<div id="chatChannelList">
|
||||
@ -182,12 +181,23 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="second column">
|
||||
<div>
|
||||
<div class="chatMessage border content">
|
||||
[HH:MM:SS] <User 1> Test
|
||||
</div>
|
||||
<form style="margin-top: 10px;" id="chatForm" action="index.php?form=Chat" method="post">
|
||||
<div class="table">
|
||||
<div>
|
||||
<div class="column" style="width: 95%;">
|
||||
<input type="text" id="chatInput" class="inputText" style="width: 100%" name="text" autocomplete="off">
|
||||
</div>
|
||||
<div class="column" style="width: 5%; text-align: center;">
|
||||
<input type="image" class="inputImage" alt="Absenden" src="wcf/icon/toRight1.svg" style="width: 24px; margin-left: 5px; vertical-align: sub;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<div id="smileyList" class="border">
|
||||
<ul class="smilies">
|
||||
{foreach from=$smilies item='smiley'}
|
||||
@ -199,7 +209,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="third column">
|
||||
<div class="chatSidebar right">
|
||||
<div id="chatUserList">
|
||||
@ -228,7 +237,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user