mirror of
https://github.com/danbee/neompc
synced 2025-03-04 08:39:10 +00:00
~ More changes to the browse screen, some new icons from FamFamFam.
This commit is contained in:
parent
fd1ac240ba
commit
86b674794a
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
{:if $browselist_item.directory:}
|
{:if $browselist_item.directory:}
|
||||||
|
|
||||||
<li><a href="index.php?browse={:$browselist_item.directory|escape:'url':}"><img src="templates/{:$template:}/images/dir.gif" class="icon" /> {:$browselist_item.directory_name|escape:'html':}</a></li>
|
<li><a href="index.php?browse={:$browselist_item.directory|escape:'url':}"><img src="templates/{:$template:}/images/folder.png" class="icon" /> {:$browselist_item.directory_name|escape:'html':}</a></li>
|
||||||
|
|
||||||
{:elseif $browselist_item.metaArtist:}
|
{:elseif $browselist_item.metaArtist:}
|
||||||
|
|
||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
{:elseif $browselist_item.Title:}
|
{:elseif $browselist_item.Title:}
|
||||||
|
|
||||||
{:if $browselist_item.in_playlist:}<li class="playing">{:else:}<li>{:/if:}<a href="{:$browselist_add_link:}{:$browselist_item.file|escape:'url':}"><img src="templates/{:$template:}/images/add.gif" alt="Add" class="button" /></a><a href="{:$browselist_play_link:}{:$browselist_item.file|escape:'url':}"><img src="templates/{:$template:}/images/play.gif" alt="Play" class="button" /></a><img src="templates/{:$template:}/images/note.gif" class="icon" /> {:if $browselist_item.Title|escape:'html':}<span class="title">{:$browselist_item.Title|escape:'html':}</span>{:if $browselist_item.Artist && $show_extra_track_info:}<br /><span class="artist">{:$browselist_item.Artist|escape:'html':}</span> {:if $browselist_item.Album:}<span class="album">({:$browselist_item.Album|escape:'html':})</span>{:/if:}{:/if:}{:else:}{:$browselist_item.file_name|escape:'html':}{:/if:}</li>
|
{:if $browselist_item.in_playlist:}<li class="playing">{:else:}<li>{:/if:}<a href="{:$browselist_add_link:}{:$browselist_item.file|escape:'url':}"><img src="templates/{:$template:}/images/add.gif" alt="Add" class="button" /></a><a href="{:$browselist_play_link:}{:$browselist_item.file|escape:'url':}"><img src="templates/{:$template:}/images/play.gif" alt="Play" class="button" /></a><img src="templates/{:$template:}/images/music.png" class="icon" /> {:if $browselist_item.Title|escape:'html':}<span class="title">{:$browselist_item.Title|escape:'html':}</span>{:if $browselist_item.Artist && $show_extra_track_info:}<br /><span class="artist">{:$browselist_item.Artist|escape:'html':}</span> {:if $browselist_item.Album:}<span class="album">({:$browselist_item.Album|escape:'html':})</span>{:/if:}{:/if:}{:else:}{:$browselist_item.file_name|escape:'html':}{:/if:}</li>
|
||||||
|
|
||||||
{:elseif $browselist_item.file:}
|
{:elseif $browselist_item.file:}
|
||||||
|
|
||||||
|
|||||||
BIN
templates/default/images/back.png
Normal file
BIN
templates/default/images/back.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 254 B |
BIN
templates/default/images/folder.png
Normal file
BIN
templates/default/images/folder.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 537 B |
BIN
templates/default/images/music.png
Normal file
BIN
templates/default/images/music.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 385 B |
@ -174,6 +174,7 @@ li .title {
|
|||||||
|
|
||||||
img.icon {
|
img.icon {
|
||||||
margin: 2px 2px -1px 2px;
|
margin: 2px 2px -1px 2px;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
img.button {
|
img.button {
|
||||||
float: right;
|
float: right;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user