Initial commit
This commit is contained in:
commit
43ad32700c
7085 changed files with 447606 additions and 0 deletions
28
modules/chat/templates/default/gd_chat.tpl
Normal file
28
modules/chat/templates/default/gd_chat.tpl
Normal file
|
@ -0,0 +1,28 @@
|
|||
<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}
|
Loading…
Add table
Add a link
Reference in a new issue