Massive upgrade
This commit is contained in:
parent
99a9ed919e
commit
c1a3437f9b
396 changed files with 29083 additions and 31939 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="twelve columns">
|
||||
<h2>Chat:</h2>
|
||||
<form name="form" id="chatform" action="chat/in.html" method="post">
|
||||
<form name="form" id="chatform" action="/chat/in" method="post">
|
||||
Raum: <select name="room">
|
||||
{foreach from=$options item=option}
|
||||
<option value="{if $option.value==''}{$option.room}{else}{$option.value}{/if}" {$option.selected}>{$option.room}</option>
|
||||
|
@ -19,4 +19,4 @@ Raum: <select name="room">
|
|||
{foreachelse}
|
||||
Sorry, niemand online:-(
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue