funchat/modules/chat/templates/default/gd_chat.tpl

29 lines
1.2 KiB
Smarty
Raw Normal View History

2025-06-02 10:01:12 +02:00
<h2>Join the dark side of Equestria:</h2>
Here you can join our Grimdark Chat! Beware that this is way more mature then our normal chat which is located <a href="http://chat.ponytopia.net">here</a>.<br />
Please see our <a href="http://chat.ponytopia.net/text/rules.html" target="_blank">Rules</a> first. You can find a manual for our Chat <a href="http://chat.ponytopia.net/text/chatmanual.html" target="_blank">here</a>.<br />
<form name="form" action="in.html" method="post">
Room: <select name="room">
{foreach from=$options item=option}
<option value="{$option.room}" {$option.selected}>{$option.room}</option>
{/foreach}
</select><br />
Nickname: <select name="nick">
{$nicks}
</select><br />
<input type="checkbox" value="1" id="sock" name="websock" /> Use new interface?
<br />
<a href="http://chat.ponytopia.net/online.html" target="_blank">There {$befinden} {$usercount} User in our Chat.</a>
<br /><br />
<input type="submit" value="Join" /><br />
<br /><br />
</form>
<h1 class="block">Online Users</h1>
<div class="online">
{foreach from=$user item=i}
<strong>Room:</strong> {$i.room}<br /><hr />
{$i.users}<br /><br />
{foreachelse}
Sorry, nopony online :(
{/foreach}