diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2011-08-09 11:51:42 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2011-08-09 11:51:42 +0200 |
commit | c016ab19ace023d1fde977e6e6b7fae6e1f20261 (patch) | |
tree | 1648a7bc9b68b394bc6acc8d16641cf0c2220d95 /static/index.html | |
parent | 6ee205018af2f5d13f2606f16d82564d5877b589 (diff) |
Recoding controlled by server, some cleanup.
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/static/index.html b/static/index.html index ea20792..15384aa 100644 --- a/static/index.html +++ b/static/index.html @@ -7,19 +7,12 @@ <link rel="stylesheet" href="/static/style.css" type="text/css" /> </head> <body> - <div id="transcode-div"> - <label for="trans_enabled"><input type="checkbox" id="trans_enabled" /> Transcode</label> - from - <select id="trans_from"> - <option value="ffmpeg">FFmpeg</option> - </select> - to - <select id="trans_to"> - <option value="ffmpeg">FFmpeg</option> - </select> - </div> <textarea id="logbox" readonly="readonly" rows="10" cols="50"></textarea> - <div><input type="button" value="Close event source" onclick="source.close()" /></div> + <div> + <input type="button" value="Close event source" onclick="source.close()" /> + <input type="button" value="Open event source" onclick="event_open()" /> + <input type="button" value="Refresh directory" onclick="list(document.getElementById('current-dir').innerHTML.split(': ', 2)[1])" /> + </div> <div id="current-dir"></div> <ul id="song-links"></ul> <div id="audio-src-url">none</div> |