Add applet.html to package, also support compdirs and debuglevel in config page
This commit is contained in:
parent
9e08e57fd7
commit
324677564c
|
@ -6,11 +6,13 @@ adminroot_DATA = ftr.html linkOpaque.gif status.html aspl-license.txt \
|
|||
gpl-license.txt linkTransparent.gif config-update.html hdr.html \
|
||||
mt-daapd.css mt-daapd.png config.html index.html required.gif \
|
||||
gpl-license.html aspl-license.html thanks.html feedback.html \
|
||||
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar
|
||||
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
|
||||
applet.html
|
||||
|
||||
EXTRA_DIST = ftr.html linkOpaque.gif status.html aspl-license.txt \
|
||||
gpl-license.txt linkTransparent.gif config-update.html hdr.html \
|
||||
mt-daapd.css mt-daapd.png config.html index.html required.gif \
|
||||
gpl-license.html aspl-license.html thanks.html feedback.html \
|
||||
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar
|
||||
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
|
||||
applet.html
|
||||
|
||||
|
|
|
@ -81,6 +81,16 @@ take effect.
|
|||
<td><input type="text" @READONLY@ name="PROCESS_M3U" value="@PROCESS_M3U@" /></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Compilation Directories</td>
|
||||
<td><input type="text" @READONLY@ name="COMPDIRS" value="@COMPDIRS@" /></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Debug Level</td>
|
||||
<td><input type="text" @READONLY@ name="DEBUGLEVEL" value="@DEBUGLEVEL@" /></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<div><input type="submit" name="SUBMIT" value="Submit" /></div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue