You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

307 lines
14 KiB

{if {$site->adbrowse} != ''}
{$site->adbrowse}
{/if}
<h1>Search</h1>
<div>
<div style="text-align: center;">
<a href="#" onclick="if (jQuery(this).text() == 'Advanced Search')
jQuery(this).text('Basic Search');
else
jQuery(this).text('Advanced Search');
jQuery('#sbasic,#sadvanced').toggle();
return false;">{if $sadvanced}Basic{else}Click For Advanced{/if} Search
</a>
</div>
</div>
<br>
<div style="text-align: center;">
{$search_description}
</div>
<form method="get" action="{$smarty.const.WWW_TOP}/search">
<div id="sbasic" style="text-align:center;{if $sadvanced} display:none;"{/if}">
<label for="search" style="display:none;">Search</label>
<input id="search" name="search" value="{$search|escape:'html'}" type="text">
<input class="rndbtn" id="search_search_button" type="submit" value="Name">&nbsp;&nbsp;&nbsp;
<input type="hidden" name="t" value="{if $category[0]!=""}{$category[0]}{else}-1{/if}" id="search_cat">
<input type="hidden" name="search_type" value="basic" id="search_type">
</div>
</form>
<form method="get" action="{$smarty.const.WWW_TOP}/search">
<div id="sadvanced" {if not $sadvanced}style="display:none"{/if}>
<div style="text-align: center;">
<table class="data">
<tr>
<th><label for="searchadvr">Release Name:</label></th>
<td><input class="searchadv" id="searchadvr" name="searchadvr" value="{$searchadvr|escape:'html'}" type="text"></td>
</tr>
<tr>
<th><label for="searchadvsubject">Usenet Name:</label></th>
<td><input class="searchadv" id="searchadvsubject" name="searchadvsubject" value="{$searchadvsubject|escape:'html'}" type="text"></td>
</tr>
<tr>
<th><label for="searchadvposter">Poster:</label></th>
<td><input class="searchadv" id="searchadvposter" name="searchadvposter" value="{$searchadvposter|escape:'html'}" type="text"></td>
</tr>
<tr>
<th><label for="searchadvfilename">Filename:</label></th>
<td><input class="searchadv" id="searchadvfilename" name="searchadvfilename" value="{$searchadvfilename|escape:'html'}" type="text"/></td>
</tr>
<tr>
<th><label for="searchadvdaysnew">Min age(days):</label></th>
<td>
<input class="searchdaysinput" id="searchadvdaysnew" name="searchadvdaysnew" value="{$searchadvdaysnew|escape:'html'}" type="text">
</td>
</tr>
<tr>
<th><label for="searchadvdaysold">Max age(days):</label></th>
<td>
<input class="searchdaysinput" id="searchadvdaysold" name="searchadvdaysold" value="{$searchadvdaysold|escape:'html'}" type="text">
</td>
</tr>
<tr>
<th><label for="searchadvgroups">Group:</label></th>
<td>{html_options class="searchadvbtns" id="searchadvgroups" name="searchadvgroups" options=$grouplist selected=$selectedgroup}</td>
</tr>
<tr>
<th><label for="searchadvcat">Category:</label></th>
<td>{html_options class="searchadvbtns" id="searchadvcat" name="searchadvcat" options=$catlist selected=$selectedcat}</td>
</tr>
<tr>
<th><label for="searchadvsizefrom">Min/Max Size:</label></th>
<td>
{html_options id="searchadvsizefrom" name="searchadvsizefrom" options=$sizelist selected=$selectedsizefrom}
{html_options id="searchadvsizeto" name="searchadvsizeto" options=$sizelist selected=$selectedsizeto}
</td>
</tr>
<tr>
<th><label for="searchadvhasnfo">NFO/Comments:</label></th>
<td>
<input type="hidden" name="searchadvhasnfo" value="0">
<input type="checkbox" name="searchadvhasnfo" value="1">
<input type="hidden" name="searchadvhascomments" value="0">
<input type="checkbox" name="searchadvhascomments" value="1">
<div style="float:right;"><input type="hidden" name="search_type" value="adv" id="search_type">
<input id="search_adv_button" type="submit" value="search">
</div>
</td>
</tr>
</table>
</div>
</div>
</form>
{if $results|@count == 0 && ($search || $subject|| $searchadvr|| $searchadvsubject || $selectedgroup || $selectedsizefrom || $searchadvdaysold) != ""}
<div style="text-align: center;">
<div class="nosearchresults">
Your search did not match any releases.
<br><br>
Suggestions:
<br><br>
<ul>
<div style="text-align: center;"><li>Make sure all words are spelled correctly.</li></div>
<div style="text-align: center;"><li>Try different keywords.</li></div>
<div style="text-align: center;"><li>Try more general keywords.</li></div>
<div style="text-align: center;"><li>Try fewer keywords.</li></div>
</ul>
</div>
</div>
{elseif ($search || $subject || $searchadvr || $searchadvsubject || $selectedgroup || $selectedsizefrom || $searchadvdaysold) == ""}
{else}
<form style="padding-top:10px;" id="nzb_multi_operations_form" method="get" action="{$smarty.const.WWW_TOP}/search">
{$pager}
<div class="nzb_multi_operations">
<small>With selected:</small>
<input type="button" class="nzb_multi_operations_download" value="Download NZBs">
<input type="button" class="nzb_multi_operations_cart" value="Add to Cart">
{if $sabintegrated}
<input type="button" class="nzb_multi_operations_sab" value="Send to my Queue">
{/if}
{if isset($isadmin)}
&nbsp;&nbsp;
<input type="button" class="nzb_multi_operations_edit" value="Edit">
<input type="button" class="nzb_multi_operations_delete" value="Del">
{/if}
</div>
<table style="width:100%;" class="data highlight icons" id="browsetable">
<tr>
<th></th>
<th>
name<br>
<a title="Sort Descending" href="{$orderbyname_desc}">
<img src="{$smarty.const.WWW_TOP}/themes/shared/img/sorting/arrow_down.gif" alt="Sort Descending">
</a>
<a title="Sort Ascending" href="{$orderbyname_asc}">
<img src="{$smarty.const.WWW_TOP}/themes/shared/img/sorting/arrow_up.gif" alt="Sort Ascending">
</a>
</th>
<th style="text-align:center;">
category<br>
<a title="Sort Descending" href="{$orderbycat_desc}">
<img src="{$smarty.const.WWW_TOP}/themes/shared/img/sorting/arrow_down.gif" alt="Sort Descending">
</a>
<a title="Sort Ascending" href="{$orderbycat_asc}">
<img src="{$smarty.const.WWW_TOP}/themes/shared/img/sorting/arrow_up.gif" alt="Sort Ascending">
</a>
</th>
<th style="text-align:center;">
posted<br>
<a title="Sort Descending" href="{$orderbyposted_desc}">
<img src="{$smarty.const.WWW_TOP}/themes/shared/img/sorting/arrow_down.gif" alt="Sort Descending">
</a>
<a title="Sort Ascending" href="{$orderbyposted_asc}">
<img src="{$smarty.const.WWW_TOP}/themes/shared/img/sorting/arrow_up.gif" alt="Sort Ascending">
</a>
</th>
<th style="text-align:center;">
size<br>
<a title="Sort Descending" href="{$orderbysize_desc}">
<img src="{$smarty.const.WWW_TOP}/themes/shared/img/sorting/arrow_down.gif" alt="Sort Descending">
</a>
<a title="Sort Ascending" href="{$orderbysize_asc}">
<img src="{$smarty.const.WWW_TOP}/themes/shared/img/sorting/arrow_up.gif" alt="Sort Ascending">
</a>
</th>
<th style="text-align:center;">
files<br>
<a title="Sort Descending" href="{$orderbyfiles_desc}">
<img src="{$smarty.const.WWW_TOP}/themes/shared/img/sorting/arrow_down.gif" alt="Sort Descending">
</a>
<a title="Sort Ascending" href="{$orderbyfiles_asc}">
<img src="{$smarty.const.WWW_TOP}/themes/shared/img/sorting/arrow_up.gif" alt="Sort Ascending">
</a>
</th>
<th style="text-align:center;">stats<br>
<a title="Sort Descending" href="{$orderbystats_desc}">
<img src="{$smarty.const.WWW_TOP}/themes/shared/img/sorting/arrow_down.gif" alt="Sort Descending">
</a>
<a title="Sort Ascending" href="{$orderbystats_asc}">
<img src="{$smarty.const.WWW_TOP}/themes/shared/img/sorting/arrow_up.gif" alt="Sort Ascending">
</a>
</th>
<th>
<input id="chkSelectAll" type="checkbox" class="nzb_check_all">
<label for="chkSelectAll" style="display:none;">Select All</label>
</th>
</tr>
{foreach $results as $result}
<tr class="{cycle values=",alt"}{if $lastvisit|strtotime<$result.adddate|strtotime} new{/if}" id="guid{$result.guid}">
<td class="icons">
<div class="icon icon_nzb">
<a title="Download Nzb" href="{$smarty.const.WWW_TOP}/getnzb/{$result.guid}">&nbsp;</a>
</div>
<div class="icon icon_cart" title="Add to Cart"></div>
{if $sabintegrated}
<div class="icon icon_sab" title="Send to my Queue"></div>
{/if}
</td>
<td class="item">
<label for="chk{$result.guid|substr:0:7}">
<a class="title" title="View details" href="{$smarty.const.WWW_TOP}/details/{$result.guid}">{$result.searchname|escape:"htmlall"|truncate:150:"...":true}</a></label value="Searchname">
<div class="resextra">
<a class="browsename" title="View details" href="{$smarty.const.WWW_TOP}/details/{$result.guid}">
{$result.name|escape:"htmlall"|truncate:150:"...":true}
</a>
<div class="btns" style="float:right">
{release_flag($result.searchname, browse)}
{if $result.passwordstatus == 1}
<img title="RAR/ZIP Possibly Passworded." src="{$smarty.const.WWW_TOP}/themes/shared/img/icons/lock2.png" alt="RAR/ZIP Possibly Passworded.">
{elseif $result.passwordstatus == 2}
<img title="RAR/ZIP Possibly Damaged." src="{$smarty.const.WWW_TOP}/themes/shared/img/icons/broken.png" alt="RAR/ZIP Possibly Damaged.">
{elseif $result.passwordstatus == 10}
<img title="RAR/ZIP is Passworded." src="{$smarty.const.WWW_TOP}/themes/shared/img/icons/lock.gif" alt="RAR/ZIP is Passworded.">
{/if}
{if $result.videostatus == 1}
<a href="{$smarty.const.WWW_TOP}/details/{$result.guid}" title="This release has a video preview." class="model_prev rndbtn" rel="preview">
<img src="{$smarty.const.WWW_TOP}/themes/shared/img/multimedia/video.png">
</a>
{/if}
{if $result.nfoid > 0}
<a href="{$smarty.const.WWW_TOP}/nfo/{$result.guid}" title="View Nfo" class="modal_nfo rndbtn" rel="nfo">Nfo</a>
{/if}
{if $result.imdbid > 0}
<a href="#" name="name{$result.imdbid}" title="View movie info" class="modal_imdb rndbtn" rel="movie" >Cover</a>
{/if}
{if $result.haspreview == 1 && $userdata.canpreview == 1}
<a href="{$smarty.const.WWW_TOP}/covers/preview/{$result.guid}_thumb.jpg" name="name{$result.guid}" title="Screenshot of {$result.searchname|escape:"htmlall"}" class="modal_prev rndbtn" rel="preview">Preview</a>{/if}
{if $result.jpgstatus == 1 && $userdata.canpreview == 1}
<a href="{$smarty.const.WWW_TOP}/covers/sample/{$result.guid}_thumb.jpg" name="name{$result.guid}" title="Sample of {$result.searchname|escape:"htmlall"}" class="modal_prev rndbtn" rel="preview">Sample</a>{/if}
{if $result.musicinfo_id > 0}
<a href="#" name="name{$result.musicinfo_id}" title="View music info" class="modal_music rndbtn" rel="music" >Cover</a>
{/if}
{if $result.consoleinfo_id > 0}
<a href="#" name="name{$result.consoleinfo_id}" title="View console info" class="modal_console rndbtn" rel="console" >Cover</a>
{/if}
{if $result.videos_id > 0}
<a class="rndbtn" href="{$smarty.const.WWW_TOP}/series/{$result.videos_id}" title="View all episodes">View Series</a>
{/if}
{if $result.anidbid > 0}
<a class="rndbtn" href="{$smarty.const.WWW_TOP}/anime/{$result.anidbid}" title="View all episodes">View Anime</a>
{/if}
{if $result.firstaired != ""}
<span class="seriesinfo rndbtn" title="{$result.guid}">Aired {if $result.firstaired|strtotime > $smarty.now}in future{else}{$result.firstaired|daysago}{/if}</span>
{/if}
{if $result.reid > 0}
<span class="mediainfo rndbtn" title="{$result.guid}">Media</span>
{/if}
{if $result.predb_id > 0}
<span class="preinfo rndbtn" title="{$result.predb_id}">PreDB</span>
{/if}
{if $result.group_name != ""}
<a class="rndbtn" href="{$smarty.const.WWW_TOP}/browse?g={$result.group_name|escape:"htmlall"}" title="Browse {$result.group_name}">{$result.group_name|escape:"htmlall"|replace:"alt.binaries.":"a.b."}</a>
{/if}
</div>
</div>
</td>
<td class="category">
<a title="Browse {$result.category_name}" href="{$smarty.const.WWW_TOP}/browse?t={$result.categories_id}">{$result.category_name}</a>
</td>
<td class="posted" title="{$result.postdate}">
{$result.postdate|timeago}
</td>
<td class="size">
{$result.size|fsize_format:"MB"}
{if $result.completion > 0}
<br>
{if $result.completion < 100}
<span class="warning">{$result.completion}%</span>
{else}
{$result.completion}%
{/if}
{/if}
</td>
<td class="files">
<a title="View file list" href="{$smarty.const.WWW_TOP}/filelist/{$result.guid}">{$result.totalpart}</a>
{if $result.rarinnerfilecount > 0}
<div class="rarfilelist">
<img src="{$smarty.const.WWW_TOP}/themes/shared/img/icons/magnifier.png" alt="{$result.guid}">
</div>
{/if}
</td>
<td class="stats" nowrap="nowrap">
<a title="View comments" href="{$smarty.const.WWW_TOP}/details/{$result.guid}/#comments">{$result.comments} cmt{if $result.comments != 1}s{/if}</a>
<br>{$result.grabs} grab{if $result.grabs != 1}s{/if}
</td>
<td class="check">
<input id="chk{$result.guid|substr:0:7}" type="checkbox" class="nzb_check" value="{$result.guid}">
</td>
</tr>
{/foreach}
</table>
<br/>
{$pager}
<div class="nzb_multi_operations">
<small>With selected:</small>
<input type="button" class="nzb_multi_operations_download" value="Download NZBs">
{if $sabintegrated}
<input type="button" class="nzb_multi_operations_sab" value="Send to my Queue">
{/if}
<input type="button" class="nzb_multi_operations_cart" value="Add to Cart">
{if isset($isadmin)}
&nbsp;&nbsp;
<input type="button" class="nzb_multi_operations_edit" value="Edit">
<input type="button" class="nzb_multi_operations_delete" value="Del">
{/if}
</div>
<br><br><br>
</form>
{/if}