mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 12:11:36 +00:00
Empty commit
This commit is contained in:
parent
357b1ea2d6
commit
083f25a8e4
@ -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.
|
||||
|
||||
|
@ -15,11 +15,12 @@
|
||||
<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>
|
||||
|
||||
<div id="golden_rules" class="rule_summary" style="width: 35%; font-weight: bold; display: none; text-align: left;">
|
||||
@ -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'];
|
||||
|
Loading…
Reference in New Issue
Block a user