Add applet.html to package, also support compdirs and debuglevel in config page

This commit is contained in:
Ron Pedde
2005-07-14 20:02:08 +00:00
parent 9e08e57fd7
commit 324677564c
2 changed files with 14 additions and 2 deletions

View File

@@ -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>