33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
|
<html>
|
||
|
|
||
|
<!-- Selection of the client -->
|
||
|
<p><div id="clientselection"></div></p>
|
||
|
|
||
|
<!-- in tabs the details of the selected client are displayed -->
|
||
|
<div id="detailstabs">
|
||
|
<ul>
|
||
|
<li><a href="#today-1" class="clientconfig">Übersicht Einnahmen heutiger Tag</a></li>
|
||
|
<li><a href="#msg-2">Mitteilungen</a></li>
|
||
|
</ul>
|
||
|
<div id="today-1">
|
||
|
<p>
|
||
|
<!-- In this area shall be the summary of sums for each hour of today -->
|
||
|
<div id=hourlytablearea></div>
|
||
|
</p>
|
||
|
</div>
|
||
|
<div id="msg-2">
|
||
|
<!-- In this area shall be the messages area -->
|
||
|
<p>
|
||
|
<form>
|
||
|
<table class=genTable>
|
||
|
<tr><th colspan=3>Nachrichten</tr>
|
||
|
<tr><th>Nachrichtentyp<th>Nachricht<th>Aktion</tr>
|
||
|
<tr><td>Login-Nachricht<td><input type="text" value="" id=loginmsg><td><input value='Löschen' id='delLoginMessage' type='button' /><input value='Ändern' id='sendLoginMessage' type='button' /></tr>
|
||
|
<tr><td>Kellner-Nachricht<td><input type="text" value="" id=waitermsg><td><input value='Löschen' id='delWaiterMessage' type='button' /><input value='Ändern' id='sendWaiterMessage' type='button' /></tr>
|
||
|
</table>
|
||
|
</form>
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</html>
|