1 |
{include file="main.header.tpl"} |
2 |
{include file="main.searchform.tpl"} |
3 |
|
4 |
{if count($tracks) > 0} |
5 |
<table width="95%" align="center"> |
6 |
<tr> |
7 |
<td valign="top"> |
8 |
<b>{$count} track/s found</b><br> |
9 |
page {$page} of {$pagecount} |
10 |
</td> |
11 |
<td align="right" valign="top"> |
12 |
{include file="main.pages.tpl" format="search.php?artist=`$artist`&title=`$title`&genre=`$genre`&type=`$type`&lang=`$lang`&source=`$source`&rating=`$rating`&orderby=`$orderby`&direction=`$direction`&page=%s&sid=`$sid`"} |
13 |
</td> |
14 |
</tr> |
15 |
<tr> |
16 |
<td colspan="2"> |
17 |
{include file="main.tracklist.tpl" issearch=true} |
18 |
</td> |
19 |
</tr> |
20 |
<tr> |
21 |
<td> |
22 |
<table> |
23 |
<tr> |
24 |
<td valign="top"><img src="gfx/icon.check.arrow.gif" alt="" style="vertical-align: bottom"> |
25 |
<td valign="bottom"> |
26 |
<a href="#" onclick="setCheckboxes('tracks','id[]',true); return false;" onmouseover="showTip(this,event,'Select all checkboxes<br>of the file/s above.')" onmouseout="hideTip()">Select all</a> / |
27 |
<a href="#" onclick="setCheckboxesBetween('tracks','id[]',true); return false;" onmouseover="showTip(this,event,'Select all entries between<br>two already checked.')" onmouseout="hideTip()">Select between</a> / |
28 |
<a href="#" onclick="setCheckboxes('tracks','id[]',false); return false;" onmouseover="showTip(this,event,'Unselect all checkboxes<br>of the file/s above.')" onmouseout="hideTip()">Deselect all</a> |
29 |
</td> |
30 |
</tr> |
31 |
<tr> |
32 |
<td></td> |
33 |
<td> |
34 |
Selected: |
35 |
|
36 |
<img src="gfx/icon.edit.gif" alt="" class="menu-img"> |
37 |
<a href="#" onclick="goTrackMultiEdit('tracks','id[]')" onmouseover="showTip(this,event,'Edit the selected file/s<br>in a special multi-edit mode.')" onmouseout="hideTip()">Edit</a> |
38 |
|
39 |
{if not $cfg.disable_delete_files} |
40 |
<img src="gfx/icon.delete.file.gif" alt="" class="menu-img"> |
41 |
<a href="#" onclick="goTrackMultiDelete('tracks','id[]')" onmouseover="showTip(this,event,'Delete the selected file/s from the filesystem,<br> database and all playlists.')" onmouseout="hideTip()">Delete</a> |
42 |
{/if} |
43 |
|
44 |
<img src="gfx/icon.add.gif" alt="" class="menu-img"> |
45 |
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goTrackMultiAdd('tracks','id[]'){/if}" onmouseover="showTip(this,event,'Add the selected files to the<br>active playlist.')" onmouseout="hideTip()">Add to Playlist</a> |
46 |
|
47 |
<img src="gfx/icon.download.gif" alt="" class="menu-img"> |
48 |
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goTrackdownload_multidownload('tracks','id[]'){/if}" onmouseover="showTip(this,event,'Download the selected files as tar.gz-archive.<br><b>Info:</b> Be careful. Don\'t select too many files!')" onmouseout="hideTip()">Download</a> |
49 |
|
50 |
<img src="gfx/icon.play.gif" alt="" class="menu-img"> |
51 |
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goTrackMultiPlay('tracks','id[]'){/if}" onmouseover="showTip(this,event,'Create a temporary playlist and<br>play the selected files.')" onmouseout="hideTip()">Play</a> |
52 |
</td> |
53 |
</tr> |
54 |
</table> |
55 |
</td> |
56 |
<td align="right" valign="top"> |
57 |
{include file="main.pages.tpl" format="search.php?artist=`$artist`&title=`$title`&genre=`$genre`&type=`$type`&lang=`$lang`&source=`$source`&rating=`$rating`&orderby=`$orderby`&direction=`$direction`&page=%s&sid=`$sid`"} |
58 |
</td> |
59 |
</tr> |
60 |
</table> |
61 |
{else} |
62 |
<table width="100%"> |
63 |
<tr> |
64 |
<td valign="middle" align="center" style="padding-top: 20px; padding-bottom: 80px"> |
65 |
<img src="gfx/topic.nothing-found.gif" alt="" class="menu-img"> |
66 |
<b class="menu-text">Nothing found :/</b> |
67 |
</td> |
68 |
</tr> |
69 |
</table> |
70 |
{/if} |
71 |
|
72 |
{include file="main.footer.tpl"} |