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
f3a1cc184e
commit
78837ab056
@ -523,7 +523,23 @@ function compare($X, $Y){
|
||||
<img style="max-width: 220px;" src="<?=$Image?>" alt="<?=$Name?>" onclick="lightbox.init(this,220);" />
|
||||
</div>
|
||||
</div>
|
||||
<? }
|
||||
<? } ?>
|
||||
|
||||
<div class="box">
|
||||
<div class="head"><strong>Search File Lists</strong></div>
|
||||
<ul class="nobullet">
|
||||
<li>
|
||||
<form name="filelistsearchform" action="torrents.php">
|
||||
<input type="hidden" name="artistname" value="<?=$Name?>" />
|
||||
<input type="hidden" name="action" value="advanced" />
|
||||
<input type="text" autocomplete="off" id="filelist" name="filelist" size="20" />
|
||||
<input type="submit" value=">"/>
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<?
|
||||
|
||||
if(check_perms('zip_downloader')){
|
||||
if(isset($LoggedUser['Collector'])) {
|
||||
list($ZIPList,$ZIPPrefs) = $LoggedUser['Collector'];
|
||||
|
@ -279,7 +279,7 @@ function compare($X, $Y){
|
||||
if($GroupYear>0) { $DisplayName = $DisplayName. ' ['. $GroupYear .']';}
|
||||
?>
|
||||
<li class="image_group_<?=$GroupID?>">
|
||||
<a href="#group_<?=$GroupID?>" class="bookmark_<?=$GroupID?>">
|
||||
<a href="torrents.php?id=<?=$GroupID?>" class="bookmark_<?=$GroupID?>">
|
||||
<? if($Image) {
|
||||
if(check_perms('site_proxy_images')) {
|
||||
$Image = 'http'.($SSL?'s':'').'://'.SITE_URL.'/image.php?i='.urlencode($Image);
|
||||
|
@ -318,7 +318,7 @@ function compare($X, $Y){
|
||||
if($GroupYear>0) { $DisplayName = $DisplayName. ' ['. $GroupYear .']';}
|
||||
?>
|
||||
<li class="image_group_<?=$GroupID?>">
|
||||
<a href="#group_<?=$GroupID?>">
|
||||
<a href="torrents.php?id=<?=$GroupID?>">
|
||||
<? if($Image) {
|
||||
if(check_perms('site_proxy_images')) {
|
||||
$Image = 'http'.($SSL?'s':'').'://'.SITE_URL.'/image.php?i='.urlencode($Image);
|
||||
|
Loading…
Reference in New Issue
Block a user