-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.tpl
executable file
·406 lines (406 loc) · 16.1 KB
/
search.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
{if {$site->adbrowse} != ''}
{$site->adbrowse}
{/if}
<div class="header">
<h2>{$site->title} > <strong>Search</strong></h2>
<div class="breadcrumb-wrapper">
<ol class="breadcrumb">
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
/ Search
</ol>
</div>
</div>
<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 class="well well-sm">
<div style="text-align: center">{$search_description}
<div>
<br>
<form method="get" action="{$smarty.const.WWW_TOP}/search">
{{csrf_field()}}
<div id="sbasic" class="row" style="text-align:center;{if $sadvanced} display:none;{/if}">
<div class="col-md-6">
<input id="search" class="form-control" maxlength="500" name="search"
value="{$search|escape:'htmlall'}"
type="search" placeholder="What are you looking for?"/>
</div>
<div class="col-md-6">
<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"/>
<input id="search_search_button" class="btn btn-primary" type="submit" value="Search"/>
</div>
</div>
</form>
</div>
<form method="get" action="{$smarty.const.WWW_TOP}/search">
{{csrf_field()}}
<div id="sadvanced" {if not $sadvanced}style="display:none"{/if}>
<div style="text-align: center;">
<table class="data table table-striped table-condensed table-responsive">
<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>
<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" class="btn btn-primary" 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>
<div>
<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>
</div>
</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">
<div class="row">
<div class="col-md-8">
{if isset($shows)}
<p>
<a href="{$smarty.const.WWW_TOP}/series"
title="View available TV series">Series List</a> |
<a title="Manage your shows"
href="{$smarty.const.WWW_TOP}/myshows">Manage My Shows</a> |
<a title="All releases in your shows as an RSS feed"
href="{$smarty.const.WWW_TOP}/rss?t=-3&dl=1&i={$userdata.id}&r={$userdata.rsstoken}">Rss
Feed</a>
</p>
{/if}
<div class="nzb_multi_operations">
{if isset($section) && $section != ''}View:
<a href="{$smarty.const.WWW_TOP}/{$section}?t={$category}">Covers</a>
|
<b>List</b>
<br/>
{/if}
With Selected:
<div class="btn-group">
<input type="button"
class="nzb_multi_operations_download btn btn-sm btn-success"
value="Download NZBs"/>
<input type="button"
class="nzb_multi_operations_cart btn btn-sm btn-info"
value="Send to my Download Basket"/>
{if isset($sabintegrated) && $sabintegrated !=""}
<input type="button"
class="nzb_multi_operations_sab btn btn-sm btn-primary"
value="Send to Queue"/>
{/if}
{if isset($isadmin)}
<input type="button"
class="nzb_multi_operations_edit btn btn-sm btn-warning"
value="Edit"/>
<input type="button"
class="nzb_multi_operations_delete btn btn-sm btn-danger"
value="Delete"/>
{/if}
</div>
</div>
</div>
{if count($results) > 0}
<div class="col-md-4">
{$results->links()}
</div>
{/if}
</div>
<hr>
<table class="data table table-condensed table-striped table-responsive table-hover" id="browsetable">
<thead>
<tr>
<th><input id="chkSelectAll" type="checkbox" class="square-all"/></th>
<th>Name
<a title="Sort Descending" href="{$orderbyname_desc}">
<i class="fa-icon-caret-down text-muted"> </i>
</a>
<a title="Sort Ascending" href="{$orderbyname_asc}">
<i class="fa-icon-caret-up text-muted"> </i>
</a>
</th>
<th>Category</th>
<th>Posted</th>
<th>Size</th>
<th>Files</th>
<th>Downloads</th>
<th>Action</th>
</tr>
</thead>
<tbody>
{foreach $results as $result}
<tr class="{cycle values=",alt"}{if $lastvisit|strtotime<$result->adddate|strtotime} new{/if}"
id="guid{$result->guid}">
<td class="check">
<input id="chk{$result->guid|substr:0:7}" type="checkbox" class="square"
value="{$result->guid}">
</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"}">{$result->searchname|escape:"htmlall"|truncate:150:"...":true}</a>{if !empty($result->failed)}
<i class="zmdi zmdi-alarm" style="color: red"
title="This release has failed to download for some users"></i>{/if}
</label value="Searchname">
<div class="resextra">
<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_ASSETS}/images/icons/lock2.png"
alt="RAR/ZIP Possibly Passworded.">
{elseif $result->passwordstatus == 2}
<img title="RAR/ZIP Possibly Damaged."
src="{$smarty.const.WWW_ASSETS}/images/icons/broken.png"
alt="RAR/ZIP Possibly Damaged.">
{elseif $result->passwordstatus == 10}
<img title="RAR/ZIP is Passworded."
src="{$smarty.const.WWW_ASSETS}/images/icons/lock.gif"
alt="RAR/ZIP is Passworded.">
{/if}
{if $result->videostatus > 0}
<a
class="model_prev label label-default"
href="{$smarty.const.WWW_TOP}/details/{$result->guid}"
title="This release has a video preview."
rel="preview"
><i class="icon-youtube-play"></i>
</a>
{/if}
{if $result->nfoid > 0}
<a href="{$smarty.const.WWW_TOP}/nfo/{$result->guid}" title="View Nfo"
class="modal_nfo label label-default" rel="nfo">Nfo</a>
{/if}
{if $result->imdbid > 0}
<a href="#" name="name{$result->imdbid}" title="View movie info"
class="modal_imdb label label-default" 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 label label-default" 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 label label-default" rel="preview">Sample</a>{/if}
{if $result->musicinfo_id > 0}
<a href="#" name="name{$result->musicinfo_id}" title="View music info"
class="modal_music label label-default" rel="music">Cover</a>
{/if}
{if $result->consoleinfo_id > 0}
<a href="#" name="name{$result->consoleinfo_id}" title="View console info"
class="modal_console label label-default" rel="console">Cover</a>
{/if}
{if $result->videos_id > 0}
<a class="label label-default"
href="{$smarty.const.WWW_TOP}/series/{$result->videos_id}"
title="View all episodes">View
Series</a>
{/if}
{if $result->anidbid > 0}
<a class="label label-default"
href="{$smarty.const.WWW_TOP}/anime?id={$result->anidbid}"
title="View all episodes">View
Anime</a>
{/if}
{if isset($result->firstaired) && $result->firstaired != ''}
<span class="seriesinfo label label-default"
title="{$result->guid}">Aired {if $result->firstaired|strtotime > $smarty.now}in future{else}{$result->firstaired|daysago}{/if}</span>
{/if}
{if $result->group_name != ""}
<a class="label label-default"
href="{$smarty.const.WWW_TOP}/browse/group?g={$result->group_name|escape:"htmlall"}"
title="Browse {$result->group_name}">{$result->group_name|escape:"htmlall"|replace:"alt.binaries.":"a.b."}</a>
{/if}
{if !empty($result->failed)}<span class="label label-default">
<i class="zmdi zmdi-thumbs-o-up"></i>
{$result->grabs} Grab{if $result->grabs != 1}s{/if} /
<i class="zmdi zmdi-thumbs-o-down"></i>
{$result->failed} Failed Download{if $result->failed != 1}s{/if}</span>
{/if}
</div>
</div>
</td>
<td class="category">
<a title="Browse {$result->category_name}"
href="{$smarty.const.WWW_TOP}/browse/{$result->category_name}">{$result->category_name}</a>
</td>
<td class="posted" title="{$result->postdate}">
{$result->postdate|timeago}
</td>
<td class="size">
{$result->size|filesize}
{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_ASSETS}/images/icons/magnifier.png"
alt="{$result->guid}">
</div>
{/if}
</td>
<td class="stats">
<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="icon_nzb"><a
href="{$smarty.const.WWW_TOP}/getnzb?id={$result->guid}"><i
class="zmdi zmdi-cloud-download text-muted"
title="Download NZB"></i></a>
<a href="{$smarty.const.WWW_TOP}/details/{$result->guid}/#comments"><i
class="zmdi zmdi-comments-o text-muted"
title="Comments"></i></a>
<a href="#" class="icon_cart text-muted"><i
class="zmdi zmdi-shopping-basket"
title="Send to my Download Basket"></i></a>
{if isset($sabintegrated) && $sabintegrated !=""}
<a href="#" class="icon_sab text-muted"><i class="zmdi zmdi-share"
title="Send to my Queue"></i></a>
{/if}
{if $weHasVortex}
<a href="#" class="icon_vortex text-muted"><i
class="zmdi zmdi-share" title="Send to NZBVortex"></i></a>
{/if}
</td>
</tr>
{/foreach}
</tbody>
</table>
<br/>
<div class="row">
<div class="col-md-8">
<div class="nzb_multi_operations">
<small>With Selected:</small>
<div class="btn-group">
<input type="button"
class="nzb_multi_operations_download btn btn-sm btn-success"
value="Download NZBs"/>
<input type="button"
class="nzb_multi_operations_cart btn btn-sm btn-info"
value="Send to my Download Basket"/>
{if isset($sabintegrated) && $sabintegrated !=""}
<input type="button"
class="nzb_multi_operations_sab btn btn-sm btn-primary"
value="Send to Queue"/>
{/if}
{if isset($isadmin)}
<input type="button"
class="nzb_multi_operations_edit btn btn-sm btn-warning"
value="Edit"/>
<input type="button"
class="nzb_multi_operations_delete btn btn-sm btn-danger"
value="Delete"/>
{/if}
</div>
</div>
</div>
{if count($results) > 0}
<div class="col-md-4">
{$results->links()}
</div>
{/if}
</div>
<br><br><br>
</form>
{/if}