Initial commit
This commit is contained in:
commit
43ad32700c
7085 changed files with 447606 additions and 0 deletions
23
modules/search/templates/default/chat.tpl
Normal file
23
modules/search/templates/default/chat.tpl
Normal file
|
@ -0,0 +1,23 @@
|
|||
<div id="maincol_top_invisible">
|
||||
</div>
|
||||
<div class="maincol_box_header">
|
||||
<h2><span>Einstiegsraum:</span></h2><br />
|
||||
</div>
|
||||
<div class="maincol_box_empty">
|
||||
<div class="content_page">
|
||||
|
||||
<form name="form" action="#" method="post">
|
||||
<select name="room">
|
||||
{foreach from=$options item=options}
|
||||
<option value="{$options.room}" {$options.selected}>{$options.room}</option>
|
||||
{/foreach}
|
||||
</select><br />
|
||||
<a href="http://chat.recensio.org/online.html" target="_blank">Es {$befinden} sich {$usercount} User im Chat.</a><br />Bitte beachte unbedingt unsere <a href="http://forum.recensio.org/help-9.html" target="_blank">Chattiquette</a>. Danke.<br /><br />
<input type="submit" value="Eintreten" /><br />
|
||||
<br /><br />
|
||||
{foreach from=$data item=data}
|
||||
<strong>Raum:</strong> {$data.room}<br /><hr />
|
||||
{$data.users}<br /><br />
|
||||
{/foreach}
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue