| 1 |
joko |
1.1 |
{include file="main.header.tpl"} |
| 2 |
|
|
<table cellspacing="30" width="100%"> |
| 3 |
|
|
<tr> |
| 4 |
|
|
<td valign="top" width="1%"><img src="gfx/topic.playlists.gif" alt=""></td> |
| 5 |
|
|
<td> |
| 6 |
|
|
<h2>Playlist: {$playlist.title}</h2> |
| 7 |
|
|
|
| 8 |
|
|
<p> |
| 9 |
|
|
Edit the selected playlist in a simple way.<br> |
| 10 |
|
|
Add, deleted or edit the files with this overiew. |
| 11 |
|
|
</p> |
| 12 |
|
|
|
| 13 |
|
|
<br> |
| 14 |
|
|
|
| 15 |
|
|
<table width="100%"> |
| 16 |
|
|
<tr> |
| 17 |
|
|
<td valign="top" class="tracklist"> |
| 18 |
|
|
<table width="100%"> |
| 19 |
|
|
<tr> |
| 20 |
|
|
<td width="1%" valign="top"><img src="gfx/icon.big.note.gif" alt=""></td> |
| 21 |
|
|
<td valign="top"> |
| 22 |
|
|
<b>{$playlist.title}</b>{if $cfg.playlist_activeplaylist == $playlist.id} <img src="gfx/icon.activate.gif" alt="" class="menu-img" onmouseover="showTip(this,event,'This playlist is active.<br> <br>You can add files via using<br>the <img src=\'gfx/icon.add.gif\' class=\'menu-img\'>-button.')" onmouseout="hideTip()">{/if}<br> |
| 23 |
|
|
{$playlist.files} file/s, {length seconds=$playlist.length show_description=true} |
| 24 |
|
|
|
| 25 |
|
|
{if !empty($playlist.note)} |
| 26 |
|
|
<br>Note: <i>{$playlist.note}</i> |
| 27 |
|
|
{/if} |
| 28 |
|
|
</td> |
| 29 |
|
|
<td valign="top" align="right"> |
| 30 |
|
|
<b>Playlist Actions:</b><br> |
| 31 |
|
|
|
| 32 |
|
|
<img src="gfx/icon.edit.gif" alt="" class="menu-img"> |
| 33 |
|
|
<a href="#" onclick="goPlaylistSingleEdit('{$playlist.id}','{$sid}')" onmouseover="showTip(this,event,'Edit Playlist-Details')" onmouseout="hideTip()">Edit</a> |
| 34 |
|
|
|
| 35 |
|
|
<img src="gfx/icon.empty.gif" alt="" class="menu-img"> |
| 36 |
|
|
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goPlaylistSingleEmpty('{$playlist.id}','{$sid}'){/if}" onmouseover="showTip(this,event,'Empty Playlist')" onmouseout="hideTip()">Empty</a> |
| 37 |
|
|
|
| 38 |
|
|
{if !$playlist.is_tracklist} |
| 39 |
|
|
<img src="gfx/icon.delete.entry.gif" alt="" class="menu-img"> |
| 40 |
|
|
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goPlaylistSingleDelete('{$playlist.id}','{$sid}'){/if}" onmouseover="showTip(this,event,'Delete Playlist')" onmouseout="hideTip()">Delete</a> |
| 41 |
|
|
{/if} |
| 42 |
|
|
|
| 43 |
|
|
<img src="gfx/icon.shuffle.gif" alt="" class="menu-img"> |
| 44 |
|
|
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goPlaylistSingleShuffle('{$playlist.id}','{$sid}'){/if}" onmouseover="showTip(this,event,'Shuffle Playlist')" onmouseout="hideTip()">Shuffle</a> |
| 45 |
|
|
|
| 46 |
|
|
<img src="gfx/icon.play.gif" alt="" class="menu-img"> |
| 47 |
|
|
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goPlaylistSinglePlay('{$playlist.id}','{$sid}'){/if}" onmouseover="showTip(this,event,'Play')" onmouseout="hideTip()">Play</a> |
| 48 |
|
|
|
| 49 |
|
|
{if $cfg.playlist_activeplaylist != $playlist.id} |
| 50 |
|
|
<img src="gfx/icon.activate.gif" alt="" class="menu-img"> |
| 51 |
|
|
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goPlaylistSingleActivate('{$playlist.id}','{$sid}'){/if}" onmouseover="showTip(this,event,'Activate')" onmouseout="hideTip()">Activate</a> |
| 52 |
|
|
{/if} |
| 53 |
|
|
</td> |
| 54 |
|
|
</tr> |
| 55 |
|
|
</table> |
| 56 |
|
|
</td> |
| 57 |
|
|
</tr> |
| 58 |
|
|
{if $playlist.files > 0} |
| 59 |
|
|
<tr> |
| 60 |
|
|
<td> |
| 61 |
|
|
{include file="main.tracklist.tpl" isplaylist=true playlist=$playlist} |
| 62 |
|
|
</td> |
| 63 |
|
|
</tr> |
| 64 |
|
|
<tr> |
| 65 |
|
|
<td> |
| 66 |
|
|
<table> |
| 67 |
|
|
<tr> |
| 68 |
|
|
<td valign="top"><img src="gfx/icon.check.arrow.gif" alt="" style="vertical-align: bottom"> |
| 69 |
|
|
<td valign="bottom"> |
| 70 |
|
|
<a href="#" onclick="setCheckboxes('tracks','track[]',true); return false;" onmouseover="showTip(this,event,'Select all checkboxes<br>of the file/s above.')" onmouseout="hideTip()">Select all</a> / |
| 71 |
|
|
<a href="#" onclick="setCheckboxes('tracks','track[]',false); return false;" onmouseover="showTip(this,event,'Unselect all checkboxes<br>of the file/s above.')" onmouseout="hideTip()">Deselect all</a> |
| 72 |
|
|
</td> |
| 73 |
|
|
</tr> |
| 74 |
|
|
<tr> |
| 75 |
|
|
<td></td> |
| 76 |
|
|
<td> |
| 77 |
|
|
Selected: |
| 78 |
|
|
|
| 79 |
|
|
<img src="gfx/icon.edit.gif" alt="" class="menu-img"> |
| 80 |
|
|
<a href="#" onclick="goTrackMultiEdit('tracks','track[]')" onmouseover="showTip(this,event,'Edit the selected file/s<br>in a special multi-edit mode.')" onmouseout="hideTip()">Edit</a> |
| 81 |
|
|
|
| 82 |
|
|
<img src="gfx/icon.delete.file.gif" alt="" class="menu-img"> |
| 83 |
|
|
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goTrackMultiDelete('tracks','track[]'){/if}" onmouseover="showTip(this,event,'Delete the selected files from<br>your filesystem, database and playlists.<br><b>Warning:</b> You cannot undo!')" onmouseout="hideTip()">Delete</a> |
| 84 |
|
|
|
| 85 |
|
|
<img src="gfx/icon.delete.entry.gif" alt="" class="menu-img"> |
| 86 |
|
|
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goPlaylistMultiEntriesDelete('tracks','track[]'){/if}" onmouseover="showTip(this,event,'Delete the selected entries<br>from the playlist without deleting any files.')" onmouseout="hideTip()">Delete from Playlist</a> |
| 87 |
|
|
|
| 88 |
|
|
<img src="gfx/icon.play.gif" alt="" class="menu-img"> |
| 89 |
|
|
<a href="#" onclick="{if $cfg.common_isdemo}demoInfo(){else}goPlaylistMultiPlay('tracks','track[]'){/if}" onmouseover="showTip(this,event,'Play the selected files via a<br>dynamically created playlist.')" onmouseout="hideTip()">Play</a> |
| 90 |
|
|
</td> |
| 91 |
|
|
</tr> |
| 92 |
|
|
</table> |
| 93 |
|
|
</td> |
| 94 |
|
|
</tr> |
| 95 |
|
|
{else} |
| 96 |
|
|
<tr> |
| 97 |
|
|
<td align="center"> |
| 98 |
|
|
<table cellspacing="15"> |
| 99 |
|
|
<tr> |
| 100 |
|
|
<td style="padding: 5px; border: 1px solid #C0C0C0"> |
| 101 |
|
|
|
| 102 |
|
|
<p> |
| 103 |
|
|
<img src="gfx/icon.note.gif" alt="" class="menu-img"> |
| 104 |
|
|
<b>There are no files in this playlist.</b> |
| 105 |
|
|
</p> |
| 106 |
|
|
|
| 107 |
|
|
<br> |
| 108 |
|
|
|
| 109 |
|
|
<p> |
| 110 |
|
|
If you want to add files to this playlist, you must activate it with<br> |
| 111 |
|
|
the associated button on the playlist-overview (<img src="gfx/icon.activate.gif" alt="" class="menu-img">).<br> |
| 112 |
|
|
</p> |
| 113 |
|
|
|
| 114 |
|
|
<br> |
| 115 |
|
|
|
| 116 |
|
|
<p> |
| 117 |
|
|
After activating the playlist, you can add files via the<br> |
| 118 |
|
|
add-button (<img src="gfx/icon.add.gif" alt="" class="menu-img">). |
| 119 |
|
|
</p> |
| 120 |
|
|
</td> |
| 121 |
|
|
</tr> |
| 122 |
|
|
</table> |
| 123 |
|
|
</td> |
| 124 |
|
|
</tr> |
| 125 |
|
|
{/if} |
| 126 |
|
|
</table> |
| 127 |
|
|
|
| 128 |
|
|
</td> |
| 129 |
|
|
</tr> |
| 130 |
|
|
</table> |
| 131 |
|
|
{include file="main.footer.tpl"} |