mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
Empty commit
This commit is contained in:
parent
c10811666c
commit
ab71e7409d
@ -519,7 +519,7 @@ function check_paranoia_here($Setting) {
|
||||
}
|
||||
?>
|
||||
<? if (check_paranoia_here('seeding')) { ?>
|
||||
<li>Seeding: <?=number_format($Seeding)?> [<a href="torrents.php?type=seeding&userid=<?=$UserID?>" title="View">View</a>]<? if (check_perms('zip_downloader')) { ?> [<a href="torrents.php?action=redownload&type=seeding&userid=<?=$UserID?>" onclick="return confirm('If you no longer have the content, your ratio WILL be affected, be sure to check the size of all albums before redownloading.');">Download</a>]<? } ?></li>
|
||||
<li>Seeding: <?=number_format($Seeding)?> <?=($Snatched && ($OwnProfile || check_paranoia_here(false)))?'(' . 100*min(1,round($Seeding/$Snatched,2)).'%) ':''?>[<a href="torrents.php?type=seeding&userid=<?=$UserID?>" title="View">View</a>]<? if (check_perms('zip_downloader')) { ?> [<a href="torrents.php?action=redownload&type=seeding&userid=<?=$UserID?>" onclick="return confirm('If you no longer have the content, your ratio WILL be affected, be sure to check the size of all albums before redownloading.');">Download</a>]<? } ?></li>
|
||||
<? } elseif (check_paranoia_here('seeding+')) { ?>
|
||||
<li>Seeding: <?=number_format($Seeding)?></li>
|
||||
<? } ?>
|
||||
|
Loading…
Reference in New Issue
Block a user