Empty commit

This commit is contained in:
Git 2014-04-21 08:00:40 +00:00
parent 357b1ea2d6
commit 083f25a8e4
2 changed files with 10 additions and 5 deletions

View File

@ -1,5 +1,8 @@
CHANGE LOG
2014-04-20 by SevenNationArmy
Replace old IRC applet with Mibbit
2014-04-09 by alderaan
Rename and reword the labels and tooltips for some profile settings for torrent grouping and release types. These should no longer be misleading or wholly incorrect.

View File

@ -15,10 +15,11 @@
<script type="text/javascript">
function toggle_visibility(id) {
var e = document.getElementById(id);
if (e.style.display == 'block')
if (e.style.display == 'block') {
e.style.display = 'none';
else
} else {
e.style.display = 'block';
}
}
</script>
@ -32,11 +33,12 @@ function toggle_visibility(id) {
Please use your <?=SITE_NAME?> username.
</p>
<br />
<form class="confirm_form" name="chat" action="" method="post">
<input type="text" name="username" width="20" />
<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="<?=BOT_DISABLED_CHAN?>" />
<input type="hidden" name="server" value="<?=BOT_SERVER?>" />
<input type="submit" name="submit" value="Join WebIRC" />
</form>
<?
} else {
$Nick = $_POST['username'];