1 |
joko |
1.1 |
{include file="main.header.tpl"} |
2 |
|
|
{include file="main.searchform.tpl"} |
3 |
|
|
|
4 |
|
|
{if count($albums) > 0} |
5 |
|
|
<table width="95%" align="center"> |
6 |
|
|
<tr> |
7 |
|
|
<td valign="top"> |
8 |
|
|
<b>{$count} album/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?mode=albums&artist=`$artist`&title=`$title`&genre=`$genre`&lang=`$lang`&rating=`$rating`&listmode=`$listmode`&orderby=`$orderby`&direction=`$direction`&page=%s&sid=`$sid`"} |
13 |
|
|
</td> |
14 |
|
|
</tr> |
15 |
|
|
<tr> |
16 |
|
|
<td colspan="2"> |
17 |
|
|
{include file="main.albumlist.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('albums','id[]',true); return false;" onmouseover="showTip(this,event,'Select all checkboxes<br>of the album/s above.')" onmouseout="hideTip()">Select all</a> / |
27 |
|
|
<a href="#" onclick="setCheckboxesBetween('albums','id[]',true); return false;" onmouseover="showTip(this,event,'Select all album/s between<br>two already checked.')" onmouseout="hideTip()">Select between</a> / |
28 |
|
|
<a href="#" onclick="setCheckboxes('albums','id[]',false); return false;" onmouseover="showTip(this,event,'Unselect all checkboxes<br>of the album/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="goAlbumMultiEdit('albums','id[]')" onmouseover="showTip(this,event,'Edit the selected albums')" onmouseout="hideTip()">Edit</a> |
38 |
|
|
|
39 |
|
|
<img src="gfx/icon.delete.file.gif" alt="" class="menu-img"> |
40 |
|
|
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goAlbumMultiDelete('albums','id[]'){/if}" onmouseover="showTip(this,event,'Delete the selected albums/s from the<br>filesystem, database and all playlists.<br><b>Warning:</b> You cannot undo!')" onmouseout="hideTip()">Delete</a> |
41 |
|
|
|
42 |
|
|
<img src="gfx/icon.add.gif" alt="" class="menu-img"> |
43 |
|
|
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goAlbumMultiAdd('albums','id[]'){/if}" onmouseover="showTip(this,event,'Add the selected albums to the<br>active playlist.')" onmouseout="hideTip()">Add to Playlist</a> |
44 |
|
|
|
45 |
|
|
<img src="gfx/icon.download.gif" alt="" class="menu-img"> |
46 |
|
|
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goAlbumMultiDownload('albums','id[]'){/if}" onmouseover="showTip(this,event,'Download the selected albums as tar.gz-archive.<br><b>Info:</b> Be careful. Don\'t select too many!')" onmouseout="hideTip()">Download</a> |
47 |
|
|
|
48 |
|
|
<img src="gfx/icon.play.gif" alt="" class="menu-img"> |
49 |
|
|
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goAlbumMultiPlay('albums','id[]'){/if}" onmouseover="showTip(this,event,'Create a temporary playlist and<br>play the selected albums.')" onmouseout="hideTip()">Play</a> |
50 |
|
|
</td> |
51 |
|
|
</tr> |
52 |
|
|
</table> |
53 |
|
|
</td> |
54 |
|
|
<td align="right" valign="top"> |
55 |
|
|
{include file="main.pages.tpl" format="search.php?mode=albums&artist=`$artist`&title=`$title`&genre=`$genre`&lang=`$lang`&rating=`$rating`&listmode=`$listmode`&orderby=`$orderby`&direction=`$direction`&page=%s&sid=`$sid`"} |
56 |
|
|
</td> |
57 |
|
|
</tr> |
58 |
|
|
</table> |
59 |
|
|
{else} |
60 |
|
|
<table width="100%"> |
61 |
|
|
<tr> |
62 |
|
|
<td valign="middle" align="center" style="padding-top: 20px; padding-bottom: 80px"> |
63 |
|
|
<img src="gfx/topic.nothing-found.gif" alt="" class="menu-img"> |
64 |
|
|
<b class="menu-text">Nothing found :(</b> |
65 |
|
|
</td> |
66 |
|
|
</tr> |
67 |
|
|
</table> |
68 |
|
|
{/if} |
69 |
|
|
|
70 |
|
|
{include file="main.footer.tpl"} |