mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
patches from Stefan Bruns for js speedups, konq support
This commit is contained in:
@@ -1,30 +1,31 @@
|
||||
@include hdr.html@
|
||||
<table>
|
||||
<table style="width:100%;">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<td valign="top" style="width:20%;">
|
||||
Source<br />
|
||||
<select id="source" name="select" size="20">
|
||||
<option value="1">Library</option>
|
||||
</select>
|
||||
<div id="busymsg" style="text-align:center;color:red;">Busy ...</div>
|
||||
</td>
|
||||
|
||||
<td valign="top">
|
||||
<td valign="top" style="width:80%;" >
|
||||
|
||||
<table id="browse">
|
||||
<tr>
|
||||
<td>
|
||||
<td style="width:30%;" >
|
||||
Genre<br />
|
||||
<select id="genre" name="select" multiple="multiple" size="10">
|
||||
|
||||
</select>
|
||||
</td>
|
||||
<td>
|
||||
<td style="width:35%;">
|
||||
Artist<br />
|
||||
<select id="artist" name="select" multiple="multiple" size="10">
|
||||
|
||||
</select>
|
||||
</td>
|
||||
<td>
|
||||
<td style="width:35%;">
|
||||
Album<br />
|
||||
<select id="album" name="select" multiple="multiple" size="10">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user