Commit 3782ac32 authored by Antoine Cellerier's avatar Antoine Cellerier

Comment subtitles related stuff (since it isn't coded yet)

parent 6f8a319d
...@@ -67,13 +67,13 @@ This dialog needs the following dialogs to be fully functional: browse ...@@ -67,13 +67,13 @@ This dialog needs the following dialogs to be fully functional: browse
<label for="input_file_filename">File name</label> <label for="input_file_filename">File name</label>
<input type="text" id="input_file_filename" size="60" onchange="update_input_file();" onfocus="update_input_file();"/> <input type="text" id="input_file_filename" size="60" onchange="update_input_file();" onfocus="update_input_file();"/>
<input type="button" id="input_file_browse" value="Browse" onclick="browse( 'input_file_filename' );" /> <input type="button" id="input_file_browse" value="Browse" onclick="browse( 'input_file_filename' );" />
<hr/> <!-- <hr/>
<input type="checkbox" id="input_sub_options" /> <input type="checkbox" id="input_sub_options" />
<label for="input_sub_options">Subtitle options *TODO/FIXME/FIXHTTPD*</label> <label for="input_sub_options">Subtitle options *TODO/FIXME/FIXHTTPD*</label>
<br/> <br/>
<label for="input_sub_file">Subtitles file</label> <label for="input_sub_file">Subtitles file</label>
<input type="text" id="input_sub_file" size="60" /> <input type="text" id="input_sub_file" size="60" />
<br/><!-- TODO --> <br/>
<label for="input_sub_enc">Subtitles encoding</label> <label for="input_sub_enc">Subtitles encoding</label>
<select id="input_sub_enc"> <select id="input_sub_enc">
<option></option> <option></option>
...@@ -91,7 +91,7 @@ This dialog needs the following dialogs to be fully functional: browse ...@@ -91,7 +91,7 @@ This dialog needs the following dialogs to be fully functional: browse
<label for="input_sub_fps">Frames per second</label> <label for="input_sub_fps">Frames per second</label>
<input type="text" id="input_sub_fps" /> <input type="text" id="input_sub_fps" />
<label for="input_sub_delay">Delay</label> <label for="input_sub_delay">Delay</label>
<input type="text" id="input_sub_delay" /> <input type="text" id="input_sub_delay" />-->
</div> </div>
<div id="input_disc" style="display: none"> <div id="input_disc" style="display: none">
Open Disc Open Disc
......
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