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
|
CHANGE LOG
|
||||||
|
|
||||||
|
2014-04-20 by SevenNationArmy
|
||||||
|
Replace old IRC applet with Mibbit
|
||||||
|
|
||||||
2014-04-09 by alderaan
|
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.
|
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,10 +15,11 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function toggle_visibility(id) {
|
function toggle_visibility(id) {
|
||||||
var e = document.getElementById(id);
|
var e = document.getElementById(id);
|
||||||
if (e.style.display == 'block')
|
if (e.style.display == 'block') {
|
||||||
e.style.display = 'none';
|
e.style.display = 'none';
|
||||||
else
|
} else {
|
||||||
e.style.display = 'block';
|
e.style.display = 'block';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -32,11 +33,12 @@ function toggle_visibility(id) {
|
|||||||
Please use your <?=SITE_NAME?> username.
|
Please use your <?=SITE_NAME?> username.
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<form class="confirm_form" name="chat" action="" method="post">
|
<form class="confirm_form" name="chat" action="https://mibbit.com/" target="_blank" method="pre">
|
||||||
<input type="text" name="username" width="20" />
|
<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" />
|
<input type="submit" name="submit" value="Join WebIRC" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<?
|
<?
|
||||||
} else {
|
} else {
|
||||||
$Nick = $_POST['username'];
|
$Nick = $_POST['username'];
|
||||||
|
Loading…
Reference in New Issue
Block a user