Commit 6fe3c9a8 authored by Francois Cartegnie's avatar Francois Cartegnie

http inf: move old http interface components to subdir

We still have the old vlm.html interface, as only batch commands
are in the new lua http interface.
Moving apart its own files gives a clearer view of the two versions.
parent e28b1302
...@@ -262,60 +262,60 @@ DIST_http_lua = \ ...@@ -262,60 +262,60 @@ DIST_http_lua = \
lua/http/dialogs/stream_window.html \ lua/http/dialogs/stream_window.html \
lua/http/dialogs/offset_window.html \ lua/http/dialogs/offset_window.html \
lua/http/dialogs/stream_config_window.html \ lua/http/dialogs/stream_config_window.html \
lua/http/dialogs/browse \ lua/http/dialogs/old/browse \
lua/http/dialogs/footer \ lua/http/dialogs/old/footer \
lua/http/dialogs/input \ lua/http/dialogs/old/input \
lua/http/dialogs/main \ lua/http/dialogs/old/main \
lua/http/dialogs/playlist \ lua/http/dialogs/old/playlist \
lua/http/dialogs/sout \ lua/http/dialogs/old/sout \
lua/http/dialogs/vlm \ lua/http/dialogs/old/vlm \
lua/http/custom.lua \ lua/http/custom.lua \
lua/http/vlm.html \ lua/http/vlm.html \
lua/http/images/loop.png \ lua/http/old/images/loop.png \
lua/http/images/buttons.png \ lua/http/images/buttons.png \
lua/http/images/speaker-32.png \ lua/http/images/speaker-32.png \
lua/http/images/fullscreen.png \ lua/http/old/images/fullscreen.png \
lua/http/images/vlc-48.png \ lua/http/images/vlc-48.png \
lua/http/images/prev.png \ lua/http/old/images/prev.png \
lua/http/images/play.png \ lua/http/old/images/play.png \
lua/http/images/Audio-48.png \ lua/http/images/Audio-48.png \
lua/http/images/empty.png \ lua/http/old/images/empty.png \
lua/http/images/minus.png \ lua/http/old/images/minus.png \
lua/http/images/slider_right.png \ lua/http/old/images/slider_right.png \
lua/http/images/slider_point.png \ lua/http/old/images/slider_point.png \
lua/http/images/pause.png \ lua/http/old/images/pause.png \
lua/http/images/speaker_mute.png \ lua/http/old/images/speaker_mute.png \
lua/http/images/delete_small.png \ lua/http/old/images/delete_small.png \
lua/http/images/snapshot.png \ lua/http/old/images/snapshot.png \
lua/http/images/Folder-48.png \ lua/http/images/Folder-48.png \
lua/http/images/info.png \ lua/http/old/images/info.png \
lua/http/images/refresh.png \ lua/http/old/images/refresh.png \
lua/http/images/sout.png \ lua/http/old/images/sout.png \
lua/http/images/sort.png \ lua/http/old/images/sort.png \
lua/http/images/white_cross_small.png \ lua/http/old/images/white_cross_small.png \
lua/http/images/shuffle.png \ lua/http/old/images/shuffle.png \
lua/http/images/Other-48.png \ lua/http/images/Other-48.png \
lua/http/images/repeat.png \ lua/http/old/images/repeat.png \
lua/http/images/slow.png \ lua/http/old/images/slow.png \
lua/http/images/slider_left.png \ lua/http/old/images/slider_left.png \
lua/http/images/help.png \ lua/http/old/images/help.png \
lua/http/images/stop.png \ lua/http/old/images/stop.png \
lua/http/images/sd.png \ lua/http/old/images/sd.png \
lua/http/images/speaker.png \ lua/http/old/images/speaker.png \
lua/http/images/delete.png \ lua/http/old/images/delete.png \
lua/http/images/Back-48.png \ lua/http/images/Back-48.png \
lua/http/images/Video-48.png \ lua/http/images/Video-48.png \
lua/http/images/playlist_small.png \ lua/http/old/images/playlist_small.png \
lua/http/images/eject.png \ lua/http/old/images/eject.png \
lua/http/images/playlist.png \ lua/http/old/images/playlist.png \
lua/http/images/volume_up.png \ lua/http/old/images/volume_up.png \
lua/http/images/next.png \ lua/http/old/images/next.png \
lua/http/images/volume_down.png \ lua/http/old/images/volume_down.png \
lua/http/images/slider_bar.png \ lua/http/old/images/slider_bar.png \
lua/http/images/vlc16x16.png \ lua/http/images/vlc16x16.png \
lua/http/images/plus.png \ lua/http/old/images/plus.png \
lua/http/images/white.png \ lua/http/old/images/white.png \
lua/http/images/reset.png \ lua/http/old/images/reset.png \
lua/http/mobile_equalizer.html \ lua/http/mobile_equalizer.html \
lua/http/vlm_export.html \ lua/http/vlm_export.html \
lua/http/mobile_browse.html \ lua/http/mobile_browse.html \
...@@ -348,14 +348,14 @@ DIST_http_lua = \ ...@@ -348,14 +348,14 @@ DIST_http_lua = \
lua/http/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png \ lua/http/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png \
lua/http/css/main.css \ lua/http/css/main.css \
lua/http/js/jquery-1.5.1.min.js \ lua/http/js/jquery-1.5.1.min.js \
lua/http/js/functions.js \ lua/http/old/js/functions.js \
lua/http/js/vlm.js \ lua/http/old/js/vlm.js \
lua/http/js/ui.js \ lua/http/js/ui.js \
lua/http/js/common.js \ lua/http/js/common.js \
lua/http/js/jquery.jstree.js \ lua/http/js/jquery.jstree.js \
lua/http/js/controlers.js \ lua/http/js/controlers.js \
lua/http/js/jquery-ui-1.8.13.custom.min.js \ lua/http/js/jquery-ui-1.8.13.custom.min.js \
lua/http/style.css lua/http/old/style.css
DIST_maemo = \ DIST_maemo = \
maemo/vlc_intf.rc \ maemo/vlc_intf.rc \
......
...@@ -29,7 +29,7 @@ This dialog needs the following dialogs to be fully functional: <none> ...@@ -29,7 +29,7 @@ This dialog needs the following dialogs to be fully functional: <none>
<div id="browse" class="popup" style="display: none;"> <div id="browse" class="popup" style="display: none;">
<div class="title"> <div class="title">
Browse Browse
<img class="close" src="images/white_cross_small.png" alt="Close" onclick="hide('browse');"/> <img class="close" src="old/images/white_cross_small.png" alt="Close" onclick="hide('browse');"/>
</div> </div>
<div id="browser"> <div id="browser">
<a href="javascript:browse_dir(document.getElementById( 'browse_lastdir' ).value);">Click here to browse</a> <a href="javascript:browse_dir(document.getElementById( 'browse_lastdir' ).value);">Click here to browse</a>
......
...@@ -29,7 +29,7 @@ This dialog needs the following dialogs to be fully functional: browse ...@@ -29,7 +29,7 @@ This dialog needs the following dialogs to be fully functional: browse
<div id="input" class="dialog" style="display: none"> <div id="input" class="dialog" style="display: none">
<div class="title"> <div class="title">
Input Input
<img class="close" src="images/white_cross_small.png" alt="Close" onclick="hide('input');"/> <img class="close" src="old/images/white_cross_small.png" alt="Close" onclick="hide('input');"/>
</div> </div>
<div class="controls"> <div class="controls">
<label for="input_mrl">Input</label> <label for="input_mrl">Input</label>
......
...@@ -31,103 +31,103 @@ sout and playlist . ...@@ -31,103 +31,103 @@ sout and playlist .
<div class="title"> <div class="title">
VLC media player VLC media player
<button id="btn_toggle_text" onclick="toggle_btn_text();" title="Help" > <button id="btn_toggle_text" onclick="toggle_btn_text();" title="Help" >
<img src="images/help.png" alt="Help" /> <img src="old/images/help.png" alt="Help" />
Help Help
</button> </button>
</div> </div>
<div class="controls"> <div class="controls">
<button id="btn_open" onclick="toggle_show('input');" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Open" > <button id="btn_open" onclick="toggle_show('input');" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Open" >
<img src="images/eject.png" alt="Open" /> <img src="old/images/eject.png" alt="Open" />
<span class="btn_text">Open</span> <span class="btn_text">Open</span>
</button> </button>
&nbsp; &nbsp;
<button id="btn_stop" onclick="pl_stop();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Stop" > <button id="btn_stop" onclick="pl_stop();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Stop" >
<img src="images/stop.png" alt="Stop" /> <img src="old/images/stop.png" alt="Stop" />
<span class="btn_text">Stop</span> <span class="btn_text">Stop</span>
</button> </button>
<!--<button id="btn_play" onclick="alert('FIXME');" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Play" > <!--<button id="btn_play" onclick="alert('FIXME');" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Play" >
<img src="images/play.png" alt="Play" /> <img src="old/images/play.png" alt="Play" />
<span class="btn_text">Play</span> <span class="btn_text">Play</span>
</button>--> </button>-->
<button id="btn_pause" onclick="pl_pause();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Pause" > <button id="btn_pause" onclick="pl_pause();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Pause" >
<img src="images/pause.png" alt="Pause" id="btn_pause_img" /> <img src="old/images/pause.png" alt="Pause" id="btn_pause_img" />
<span class="btn_text">Pause</span> <span class="btn_text">Pause</span>
</button> </button>
&nbsp; &nbsp;
<button id="btn_previous" onclick="pl_previous();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Previous" > <button id="btn_previous" onclick="pl_previous();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Previous" >
<img src="images/prev.png" alt="Previous" /> <img src="old/images/prev.png" alt="Previous" />
<span class="btn_text">Previous</span> <span class="btn_text">Previous</span>
</button> </button>
<button id="btn_next" onclick="pl_next();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Next" > <button id="btn_next" onclick="pl_next();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Next" >
<img src="images/next.png" alt="Next" /> <img src="old/images/next.png" alt="Next" />
<span class="btn_text">Next</span> <span class="btn_text">Next</span>
</button> </button>
&nbsp; &nbsp;
<button id="btn_sout" onclick="toggle_show('sout');" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Stream Output" > <button id="btn_sout" onclick="toggle_show('sout');" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Stream Output" >
<img src="images/sout.png" alt="Stream Output" /> <img src="old/images/sout.png" alt="Stream Output" />
<span class="btn_text">Stream Output</span> <span class="btn_text">Stream Output</span>
</button> </button>
<button id="btn_playlist" onclick="toggle_show('playlist');" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Playlist" > <button id="btn_playlist" onclick="toggle_show('playlist');" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Playlist" >
<img src="images/playlist.png" alt="Playlist" /> <img src="old/images/playlist.png" alt="Playlist" />
<span class="btn_text">Playlist</span> <span class="btn_text">Playlist</span>
</button> </button>
<button id="btn_info" onclick="toggle_show('info');" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Info" > <button id="btn_info" onclick="toggle_show('info');" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Info" >
<img src="images/info.png" alt="Info" /> <img src="old/images/info.png" alt="Info" />
<span class="btn_text">Info</span> <span class="btn_text">Info</span>
</button> </button>
&nbsp; &nbsp;
<button id="btn_fullscreen" onclick="fullscreen();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Fullscreen" > <button id="btn_fullscreen" onclick="fullscreen();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Fullscreen" >
<img src="images/fullscreen.png" alt="Fullscreen" /> <img src="old/images/fullscreen.png" alt="Fullscreen" />
<span class="btn_text">Fullscreen</span> <span class="btn_text">Fullscreen</span>
</button> </button>
&nbsp; &nbsp;
<button id="btn_snapshot" onclick="snapshot();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Take video snapshot" > <button id="btn_snapshot" onclick="snapshot();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Take video snapshot" >
<img src="images/snapshot.png" alt="Take video snapshot" /> <img src="old/images/snapshot.png" alt="Take video snapshot" />
<span class="btn_text">Take video snapshot</span> <span class="btn_text">Take video snapshot</span>
</button> </button>
&nbsp; &nbsp;
<button id="btn_volume_down" onclick="volume_down();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Decrease Volume" > <button id="btn_volume_down" onclick="volume_down();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Decrease Volume" >
<img src="images/volume_down.png" alt="Decrease Volume" /> <img src="old/images/volume_down.png" alt="Decrease Volume" />
<span class="btn_text">Decrease Volume</span> <span class="btn_text">Decrease Volume</span>
</button> </button>
<button id="btn_volume_up" onclick="volume_up();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Increase Volume" > <button id="btn_volume_up" onclick="volume_up();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Increase Volume" >
<img src="images/volume_up.png" alt="Increase Volume" /> <img src="old/images/volume_up.png" alt="Increase Volume" />
<span class="btn_text">Increase Volume</span> <span class="btn_text">Increase Volume</span>
</button> </button>
<button id="btn_volume_mute" onclick="volume_mute();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Mute Volume" > <button id="btn_volume_mute" onclick="volume_mute();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Mute Volume" >
<img src="images/speaker_mute.png" alt="Mute Volume" /> <img src="old/images/speaker_mute.png" alt="Mute Volume" />
<span class="btn_text">Mute Volume</span> <span class="btn_text">Mute Volume</span>
</button> </button>
<br /> <br />
Audio Delay: Audio Delay:
<button id="btn_audiodelay_down" onclick="audiodelay_down();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Decrease Audio Delay by 50ms" > <button id="btn_audiodelay_down" onclick="audiodelay_down();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Decrease Audio Delay by 50ms" >
<img src="images/minus.png" alt="Decrease Audio Delay" /> <img src="old/images/minus.png" alt="Decrease Audio Delay" />
<span class="btn_text">Decrease Audio Delay</span> <span class="btn_text">Decrease Audio Delay</span>
</button> </button>
<button id="btn_audiodelay_up" onclick="audiodelay_up();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Increase Audio Delay by 50ms" > <button id="btn_audiodelay_up" onclick="audiodelay_up();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Increase Audio Delay by 50ms" >
<img src="images/plus.png" alt="Increase Audio Delay" /> <img src="old/images/plus.png" alt="Increase Audio Delay" />
<span class="btn_text">Increase Audio Delay</span> <span class="btn_text">Increase Audio Delay</span>
</button> </button>
<span id="a_del">(?)</span> ms <span id="a_del">(?)</span> ms
<br /> <br />
Playback Speed: Playback Speed:
<button id="btn_playrate_down" onclick="playrate_down();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Decrease playback rate by 0.05x" > <button id="btn_playrate_down" onclick="playrate_down();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Decrease playback rate by 0.05x" >
<img src="images/minus.png" alt="Decrease Playback Rate" /> <img src="old/images/minus.png" alt="Decrease Playback Rate" />
<span class="btn_text">Decrease Playback Rate</span> <span class="btn_text">Decrease Playback Rate</span>
</button> </button>
<button id="btn_playrate_up" onclick="playrate_up();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Increase playback rate by 0.05x" > <button id="btn_playrate_up" onclick="playrate_up();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Increase playback rate by 0.05x" >
<img src="images/plus.png" alt="Increase Playback Rate" /> <img src="old/images/plus.png" alt="Increase Playback Rate" />
<span class="btn_text">Increase Playback Rate</span> <span class="btn_text">Increase Playback Rate</span>
</button> </button>
<span id="p_rate">(?)</span>x <span id="p_rate">(?)</span>x
<br/> <br/>
Advance of subtitles over video: Advance of subtitles over video:
<button id="btn_subdel_down" onclick="subdel_down();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Decrease subtitle delay by 50ms" > <button id="btn_subdel_down" onclick="subdel_down();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Decrease subtitle delay by 50ms" >
<img src="images/minus.png" alt="Decrease Subtitle delay" /> <img src="old/images/minus.png" alt="Decrease Subtitle delay" />
<span class="btn_text">Decrease Subtitle delay</span> <span class="btn_text">Decrease Subtitle delay</span>
</button> </button>
<button id="btn_subdel_up" onclick="subdel_up();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Increase subtitle delay by 50ms" > <button id="btn_subdel_up" onclick="subdel_up();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Increase subtitle delay by 50ms" >
<img src="images/plus.png" alt="Increase Subtitle delay" /> <img src="old/images/plus.png" alt="Increase Subtitle delay" />
<span class="btn_text">Increase Subtitle delay</span> <span class="btn_text">Increase Subtitle delay</span>
</button> </button>
<span id="s_del">(?)</span>ms <span id="s_del">(?)</span>ms
...@@ -141,7 +141,7 @@ sout and playlist . ...@@ -141,7 +141,7 @@ sout and playlist .
Volume : <span id="volume">(?)</span> Volume : <span id="volume">(?)</span>
<br/> <br/>
<!-- progress bar --> <!-- progress bar -->
<img src="images/slider_left.png" alt="slider left" /><span id="progressbar" style="background-image: url( 'images/slider_bar.png' ); width: 408px; height:16px; position:absolute;" onclick="slider_seek( event, this );" onmousemove="slider_move( event, this );"><img src="images/slider_point.png" alt="slider point" style="position:relative; left:0px;" id="main_slider_point" onmousedown="slider_down( event, this );" onmouseup="slider_up( event, this.parentNode );" onmouseout="slider_up( event, this.parentNode );"/></span><img src="images/slider_right.png" alt="slider right" style="position:relative;left:408px;" /> <img src="old/images/slider_left.png" alt="slider left" /><span id="progressbar" style="background-image: url( 'old/images/slider_bar.png' ); width: 408px; height:16px; position:absolute;" onclick="slider_seek( event, this );" onmousemove="slider_move( event, this );"><img src="old/images/slider_point.png" alt="slider point" style="position:relative; left:0px;" id="main_slider_point" onmousedown="slider_down( event, this );" onmouseup="slider_up( event, this.parentNode );" onmouseout="slider_up( event, this.parentNode );"/></span><img src="old/images/slider_right.png" alt="slider right" style="position:relative;left:408px;" />
<br/> <br/>
<span id="nowplaying">(?)</span> <span id="nowplaying">(?)</span>
<img id="albumart" alt="" src="/art" style="float: right" onclick="refresh_albumart(true);"/> <img id="albumart" alt="" src="/art" style="float: right" onclick="refresh_albumart(true);"/>
...@@ -151,7 +151,7 @@ sout and playlist . ...@@ -151,7 +151,7 @@ sout and playlist .
<div id="info" class="dialog" style="display: none;" > <div id="info" class="dialog" style="display: none;" >
<div class="title"> <div class="title">
Stream and media info Stream and media info
<img class="close" src="images/white_cross_small.png" alt="Close" onclick="hide('info');"/> <img class="close" src="old/images/white_cross_small.png" alt="Close" onclick="hide('info');"/>
</div> </div>
<div id="infotree"> <div id="infotree">
</div> </div>
......
...@@ -28,36 +28,36 @@ This dialog needs the following dialogs to be fully functional: <none> ...@@ -28,36 +28,36 @@ This dialog needs the following dialogs to be fully functional: <none>
<div id="playlist" class="dialog" > <div id="playlist" class="dialog" >
<div class="title"> <div class="title">
Playlist Playlist
<img class="close" src="images/white_cross_small.png" alt="Close" onclick="hide('playlist');"/> <img class="close" src="old/images/white_cross_small.png" alt="Close" onclick="hide('playlist');"/>
</div> </div>
<div class="controls"> <div class="controls">
<table> <table>
<tr> <tr>
<td> <td>
<!--<button id="btn_delete" onmouseover="button_over(this);" onmouseout="button_out(this);"> <!--<button id="btn_delete" onmouseover="button_over(this);" onmouseout="button_out(this);">
<img src="images/delete.png" alt="Delete" /> <img src="old/images/delete.png" alt="Delete" />
<span class="btn_text">Delete</span> <span class="btn_text">Delete</span>
</button>--> </button>-->
<button id="btn_empty" onclick="pl_empty();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Empty" > <button id="btn_empty" onclick="pl_empty();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Empty" >
<img src="images/empty.png" alt="Empty" /> <img src="old/images/empty.png" alt="Empty" />
<span class="btn_text">Empty</span> <span class="btn_text">Empty</span>
</button> </button>
<button id="btn_shuffle" onclick="pl_shuffle();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Shuffle" > <button id="btn_shuffle" onclick="pl_shuffle();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Shuffle" >
<img src="images/shuffle.png" alt="Shuffle" /> <img src="old/images/shuffle.png" alt="Shuffle" />
<span class="btn_text">Shuffle</span> <span class="btn_text">Shuffle</span>
</button> </button>
<button id="btn_loop" onclick="pl_loop();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Loop" > <button id="btn_loop" onclick="pl_loop();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Loop" >
<img src="images/loop.png" alt="Loop" /> <img src="old/images/loop.png" alt="Loop" />
<span class="btn_text">Loop</span> <span class="btn_text">Loop</span>
</button> </button>
<button id="btn_repeat" onclick="pl_repeat();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Repeat" > <button id="btn_repeat" onclick="pl_repeat();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Repeat" >
<img src="images/repeat.png" alt="Repeat" /> <img src="old/images/repeat.png" alt="Repeat" />
<span class="btn_text">Repeat</span> <span class="btn_text">Repeat</span>
</button> </button>
</td> </td>
<td onmouseout="hide_menu('menu_sort');" onmouseover="show_menu('menu_sort');" > <td onmouseout="hide_menu('menu_sort');" onmouseover="show_menu('menu_sort');" >
<button id="btn_sort" title="Sort" > <button id="btn_sort" title="Sort" >
<img src="images/sort.png" alt="Sort" /> <img src="old/images/sort.png" alt="Sort" />
<span class="btn_text">Sort</span> <span class="btn_text">Sort</span>
</button> </button>
<div id="menu_sort" class="menu" > <div id="menu_sort" class="menu" >
...@@ -76,7 +76,7 @@ This dialog needs the following dialogs to be fully functional: <none> ...@@ -76,7 +76,7 @@ This dialog needs the following dialogs to be fully functional: <none>
</td> </td>
<td onmouseover="show_menu('menu_sd');" onmouseout="hide_menu('menu_sd');"> <td onmouseover="show_menu('menu_sd');" onmouseout="hide_menu('menu_sd');">
<button id="btn_sd" title="Services Discovery" > <button id="btn_sd" title="Services Discovery" >
<img src="images/sd.png" alt="Services Discovery" /> <img src="old/images/sd.png" alt="Services Discovery" />
<span class="btn_text">Services Discovery</span> <span class="btn_text">Services Discovery</span>
</button> </button>
<div id="menu_sd" class="menu" > <div id="menu_sd" class="menu" >
...@@ -93,7 +93,7 @@ This dialog needs the following dialogs to be fully functional: <none> ...@@ -93,7 +93,7 @@ This dialog needs the following dialogs to be fully functional: <none>
<span class="btn_text">Live search:</span> <span class="btn_text">Live search:</span>
<input title="Live search" type="text" value="<?vlc if _G.search_key then print(search_key) else print('<search>') end ?>" id="search" onfocus="if( this.value == '<search>' ) this.value = ''" onblur="if( this.value == '' ) reset_search()" onchange="update_playlist_search(this.value)" onkeyup="update_playlist_search(this.value)" /> <input title="Live search" type="text" value="<?vlc if _G.search_key then print(search_key) else print('<search>') end ?>" id="search" onfocus="if( this.value == '<search>' ) this.value = ''" onblur="if( this.value == '' ) reset_search()" onchange="update_playlist_search(this.value)" onkeyup="update_playlist_search(this.value)" />
<button id="btn_search_reset" onclick="reset_search()" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Reset search"> <button id="btn_search_reset" onclick="reset_search()" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Reset search">
<img src="images/reset.png" alt="Reset" /> <img src="old/images/reset.png" alt="Reset" />
<span class="btn_text">Reset</span> <span class="btn_text">Reset</span>
</button> </button>
</td> </td>
......
...@@ -30,7 +30,7 @@ Note that the sout chain is used and sent to VLC by the input dialog ...@@ -30,7 +30,7 @@ Note that the sout chain is used and sent to VLC by the input dialog
<div id="sout" class="dialog" style="display: none"> <div id="sout" class="dialog" style="display: none">
<div class="title"> <div class="title">
Stream Output Stream Output
<img class="close" src="images/white_cross_small.png" alt="Close" onclick="hide('sout');"/> <img class="close" src="old/images/white_cross_small.png" alt="Close" onclick="hide('sout');"/>
</div> </div>
<div class="controls"> <div class="controls">
<label for="sout_mrl">Destination</label> <label for="sout_mrl">Destination</label>
......
...@@ -32,7 +32,7 @@ sout and vlmelements . ...@@ -32,7 +32,7 @@ sout and vlmelements .
VLC media player - VLM interface VLC media player - VLM interface
<!-- <!--
<button id="btn_toggle_text" onclick="toggle_btn_text();"> <button id="btn_toggle_text" onclick="toggle_btn_text();">
<img src="images/help.png" alt="Help" /> <img src="/images/help.png" alt="Help" />
Help Help
</button> </button>
--> -->
...@@ -157,7 +157,7 @@ sout and vlmelements . ...@@ -157,7 +157,7 @@ sout and vlmelements .
<div class="title"> <div class="title">
Broadcast Elements Broadcast Elements
<button id="btn_refresh_broadcast" onclick="vlm_get_elements();" title="Refresh" > <button id="btn_refresh_broadcast" onclick="vlm_get_elements();" title="Refresh" >
<img src="images/refresh.png" alt="Refresh" /> <img src="/old/images/refresh.png" alt="Refresh" />
</button> </button>
</div> </div>
<div id="vlm_broadcast_list" class="list"></div> <div id="vlm_broadcast_list" class="list"></div>
...@@ -167,7 +167,7 @@ sout and vlmelements . ...@@ -167,7 +167,7 @@ sout and vlmelements .
<div class="title"> <div class="title">
Video on Demand Elements Video on Demand Elements
<button id="btn_refresh_vod" onclick="vlm_get_elements();" title="Refresh" > <button id="btn_refresh_vod" onclick="vlm_get_elements();" title="Refresh" >
<img src="images/refresh.png" alt="Refresh" /> <img src="/old/images/refresh.png" alt="Refresh" />
</button> </button>
</div> </div>
<div id="vlm_vod_list" class="list"></div> <div id="vlm_vod_list" class="list"></div>
...@@ -177,7 +177,7 @@ sout and vlmelements . ...@@ -177,7 +177,7 @@ sout and vlmelements .
<div class="title"> <div class="title">
Schedule Elements Schedule Elements
<button id="btn_refresh_schedule" onclick="vlm_get_elements();" title="Refresh" > <button id="btn_refresh_schedule" onclick="vlm_get_elements();" title="Refresh" >
<img src="images/refresh.png" alt="Refresh" /> <img src="/old/images/refresh.png" alt="Refresh" />
</button> </button>
</div> </div>
<div id="vlm_schedule_list" class="list"></div> <div id="vlm_schedule_list" class="list"></div>
......
...@@ -188,13 +188,13 @@ function toggle_show_node( id ) ...@@ -188,13 +188,13 @@ function toggle_show_node( id )
if( element.style.display == 'block' || element.style.display == '' ) if( element.style.display == 'block' || element.style.display == '' )
{ {
element.style.display = 'none'; element.style.display = 'none';
img.setAttribute( 'src', 'images/plus.png' ); img.setAttribute( 'src', '/old/images/plus.png' );
img.setAttribute( 'alt', '[+]' ); img.setAttribute( 'alt', '[+]' );
} }
else else
{ {
element.style.display = 'block'; element.style.display = 'block';
img.setAttribute( 'src', 'images/minus.png' ); img.setAttribute( 'src', '/old/images/minus.png' );
img.setAttribute( 'alt', '[-]' ); img.setAttribute( 'alt', '[-]' );
} }
} }
...@@ -533,13 +533,13 @@ function parse_status() ...@@ -533,13 +533,13 @@ function parse_status()
var statustag = status.getElementsByTagName( 'state' ); var statustag = status.getElementsByTagName( 'state' );
if( statustag.length > 0 ? statustag[0].firstChild.data == "playing" : 0 ) if( statustag.length > 0 ? statustag[0].firstChild.data == "playing" : 0 )
{ {
document.getElementById( 'btn_pause_img' ).setAttribute( 'src', 'images/pause.png' ); document.getElementById( 'btn_pause_img' ).setAttribute( 'src', '/old/images/pause.png' );
document.getElementById( 'btn_pause_img' ).setAttribute( 'alt', 'Pause' ); document.getElementById( 'btn_pause_img' ).setAttribute( 'alt', 'Pause' );
document.getElementById( 'btn_pause' ).setAttribute( 'title', 'Pause' ); document.getElementById( 'btn_pause' ).setAttribute( 'title', 'Pause' );
} }
else else
{ {
document.getElementById( 'btn_pause_img' ).setAttribute( 'src', 'images/play.png' ); document.getElementById( 'btn_pause_img' ).setAttribute( 'src', '/old/images/play.png' );
document.getElementById( 'btn_pause_img' ).setAttribute( 'alt', 'Play' ); document.getElementById( 'btn_pause_img' ).setAttribute( 'alt', 'Play' );
document.getElementById( 'btn_pause' ).setAttribute( 'title', 'Play' ); document.getElementById( 'btn_pause' ).setAttribute( 'title', 'Play' );
} }
...@@ -623,7 +623,7 @@ function parse_playlist() ...@@ -623,7 +623,7 @@ function parse_playlist()
var nda = document.createElement( 'a' ); var nda = document.createElement( 'a' );
nda.setAttribute( 'href', 'javascript:toggle_show_node(\''+elt.getAttribute( 'id' )+'\');' ); nda.setAttribute( 'href', 'javascript:toggle_show_node(\''+elt.getAttribute( 'id' )+'\');' );
var ndai = document.createElement( 'img' ); var ndai = document.createElement( 'img' );
ndai.setAttribute( 'src', 'images/minus.png' ); ndai.setAttribute( 'src', '/old/images/minus.png' );
ndai.setAttribute( 'alt', '[-]' ); ndai.setAttribute( 'alt', '[-]' );
ndai.setAttribute( 'id', 'pl_img_'+elt.getAttribute( 'id' ) ); ndai.setAttribute( 'id', 'pl_img_'+elt.getAttribute( 'id' ) );
nda.appendChild( ndai ); nda.appendChild( ndai );
...@@ -636,7 +636,7 @@ function parse_playlist() ...@@ -636,7 +636,7 @@ function parse_playlist()
var del = document.createElement( "a" ); var del = document.createElement( "a" );
del.setAttribute( 'href', 'javascript:pl_delete('+elt.getAttribute( 'id' )+')' ); del.setAttribute( 'href', 'javascript:pl_delete('+elt.getAttribute( 'id' )+')' );
var delimg = document.createElement( "img" ); var delimg = document.createElement( "img" );
delimg.setAttribute( 'src', 'images/delete_small.png' ); delimg.setAttribute( 'src', '/old/images/delete_small.png' );
delimg.setAttribute( 'alt', '(delete)' ); delimg.setAttribute( 'alt', '(delete)' );
del.appendChild( delimg ); del.appendChild( delimg );
pos.appendChild( del ); pos.appendChild( del );
...@@ -677,7 +677,7 @@ function parse_playlist() ...@@ -677,7 +677,7 @@ function parse_playlist()
var del = document.createElement( "a" ); var del = document.createElement( "a" );
del.setAttribute( 'href', 'javascript:pl_delete('+elt.getAttribute( 'id' )+')' ); del.setAttribute( 'href', 'javascript:pl_delete('+elt.getAttribute( 'id' )+')' );
var delimg = document.createElement( "img" ); var delimg = document.createElement( "img" );
delimg.setAttribute( 'src', 'images/delete_small.png' ); delimg.setAttribute( 'src', '/old/images/delete_small.png' );
delimg.setAttribute( 'alt', '(delete)' ); delimg.setAttribute( 'alt', '(delete)' );
del.appendChild( delimg ); del.appendChild( delimg );
pos.appendChild( del ); pos.appendChild( del );
...@@ -1123,7 +1123,7 @@ function refresh_input_options_list() ...@@ -1123,7 +1123,7 @@ function refresh_input_options_list()
var od = document.createElement( 'a' ); var od = document.createElement( 'a' );
od.setAttribute( 'href', 'javascript:delete_input_option('+i+');' ); od.setAttribute( 'href', 'javascript:delete_input_option('+i+');' );
var delimg = document.createElement( "img" ); var delimg = document.createElement( "img" );
delimg.setAttribute( 'src', 'images/delete_small.png' ); delimg.setAttribute( 'src', '/old/images/delete_small.png' );
delimg.setAttribute( 'alt', '(delete)' ); delimg.setAttribute( 'alt', '(delete)' );
od.appendChild( delimg ); od.appendChild( delimg );
o.appendChild( od ); o.appendChild( od );
......
...@@ -77,7 +77,7 @@ div.helper hr { ...@@ -77,7 +77,7 @@ div.helper hr {
div.title { div.title {
width: 100%/*576px*/; /* see overflow:hidden several lines width: 100%/*576px*/; /* see overflow:hidden several lines
* before for explanation */ * before for explanation */
background: #000 url('images/vlc16x16.png') no-repeat top left; background: #000 url('/images/vlc16x16.png') no-repeat top left;
padding-left: 24px; padding-left: 24px;
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
...@@ -166,7 +166,7 @@ div#browser { ...@@ -166,7 +166,7 @@ div#browser {
div#mosaic_list { div#mosaic_list {
width: 50%; width: 50%;
left: 25%; left: 25%;
background: url('images/white.png') repeat; background: url('/old/images/white.png') repeat;
display: none; display: none;
} }
...@@ -231,7 +231,7 @@ div.menu { ...@@ -231,7 +231,7 @@ div.menu {
border: 1px solid #ccc; border: 1px solid #ccc;
padding: 5px; padding: 5px;
margin-top: -5px; margin-top: -5px;
background: url('images/white.png') repeat; background: url('/old/images/white.png') repeat;
z-index: 2; z-index: 2;
display: none; display: none;
} }
......
...@@ -26,12 +26,11 @@ ...@@ -26,12 +26,11 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>VLC media player - Web Interface - VLM</title> <title>VLC media player - Web Interface - VLM</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" /> <link href="old/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/functions.js"></script> <script type="text/javascript" src="old/js/functions.js"></script>
<script type="text/javascript" src="js/vlm.js"></script> <script type="text/javascript" src="old/js/vlm.js"></script>
</head> </head>
...@@ -40,7 +39,7 @@ ...@@ -40,7 +39,7 @@
<?vlc <?vlc
current_page = "vlm" current_page = "vlm"
dialogs("browse","input","sout","vlm","footer") dialogs("old/browse","old/input","old/sout","old/vlm","old/footer")
?> ?>
</body> </body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment