commit
0ea543ac92
@ -40,23 +40,22 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<ul class="suspects" id="interrogation_suspects"></ul>
|
<ul class="suspects" id="interrogation_suspects"></ul>
|
||||||
<Section>
|
<section>
|
||||||
<button id="open_chat_button" class="open-button">Chat</button>
|
<button id="open_chat_button" class="open-button">Chat</button>
|
||||||
<div class="chat-popup" id="chatbox">
|
<div class="chat-popup" id="chatbox">
|
||||||
<div class="form-container">
|
<div class="form-container">
|
||||||
<h1>Chat</h1>
|
<h2>Chat</h2>
|
||||||
<div class="messages_received_container">
|
<div class="messages_received_container">
|
||||||
<ul id="message_list" class="messages">
|
<ul id="message_list" class="messages">
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<label for="msg"><b>Message</b></label>
|
<label><b>Message</b></label>
|
||||||
<input type="text" id="chat_message_box" placeholder="Type message.." name="msg" required></textarea>
|
<input type="text" id="chat_message_box" placeholder="Type message.." name="msg">
|
||||||
|
|
||||||
<button id="chat_button_send" class="btn">Send</button>
|
<button id="chat_button_send" class="btn">Send</button>
|
||||||
<button id="close_chat_button" type="button" class="btn cancel">Close</button>
|
<button id="close_chat_button" type="button" class="btn cancel">Close</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
<section class="emotion_and_culprit_choices hidden">
|
<section class="emotion_and_culprit_choices hidden">
|
||||||
<h1 class="emotion_and_culprit_choices_title">Choix du coupable et émotion des suspects</h1>
|
<h1 class="emotion_and_culprit_choices_title">Choix du coupable et émotion des suspects</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user