Beispiel #1
0
<strong>Before joining the disabled channel, please read our <br /> <span style="color: gold;">Golden Rules</span> which can be found <a style="color: #1464F4;" href="#" onclick="toggle_visibility('golden_rules')">here</a>.</strong> <br /><br />

<script type="text/javascript">
function toggle_visibility(id) {
	var e = document.getElementById(id);
	if (e.style.display == 'block') {
		e.style.display = 'none';
	} else {
		e.style.display = 'block';
	}
}
</script>

<div id="golden_rules" class="rule_summary" style="width: 35%; font-weight: bold; display: none; text-align: left;">
<?php 
    Rules::display_golden_rules();
    ?>
<br /><br />
</div>

<p class="strong">
If you do not have access to an IRC client, you can use the WebIRC interface provided below.<br />
Please use your <?php 
    echo SITE_NAME;
    ?>
 username.
</p>
<br />
<form class="confirm_form" name="chat" action="https://mibbit.com/" target="_blank" method="pre">
	<input type="text" name="nick" width="20" />
	<input type="hidden" name="channel" value="<?php