ffmprovisr/app/views/forms/_remove_audio_track.html.erb

51 lines
1.5 KiB
Plaintext
Raw Normal View History

2014-08-25 03:52:14 +02:00
<div id="file_names">
2014-08-13 03:21:24 +02:00
<div class="well">
<fieldset>
2014-08-25 03:52:14 +02:00
<legend>Input</legend>
2014-08-13 03:21:24 +02:00
<div class="form-group">
2014-08-25 03:52:14 +02:00
<label class="control-label" for="r_audio_input_name">Input</label>
2014-08-13 03:21:24 +02:00
<div class="controls">
2014-08-25 03:52:14 +02:00
<input type="text" name="r_audio_input_name" id="r_audio_input_name" placeholder="input" />
2014-08-13 03:21:24 +02:00
</div>
</div>
2014-08-25 03:52:14 +02:00
<br/>
2014-08-13 03:21:24 +02:00
</fieldset>
</div>
2014-08-25 03:52:14 +02:00
</div>
2014-08-13 03:21:24 +02:00
2014-08-25 03:52:14 +02:00
<div class="well">
<fieldset>
<legend>Audio track</legend>
<div class="form-group">
<label class="control-label" for="r_audio_track_name">Audio track</label>
<div class="controls">
<input type="text" name="r_audio_track_name" id="r_audio_track_name" placeholder="subtitles" />
2014-08-13 03:21:24 +02:00
</div>
2014-08-25 03:52:14 +02:00
</div>
</fieldset>
</div>
2014-08-13 03:21:24 +02:00
2014-08-25 03:52:14 +02:00
<div class="well">
<fieldset>
<legend>Output</legend>
<div class="form-group">
<label class="control-label" for="r_audio_output_name">Output</label>
<div class="controls">
<input type="text" name="r_audio_output_name" id="r_audio_output_name" placeholder="output" />
</div>
</div>
</fieldset>
<br/>
<fieldset>
<input type="button" class="btn btn-large btn-primary" name="remove_subtitles_generate" id="remove_audio_track_generate" value="Generate" />
</fieldset>
</div>
<div class="well">
<fieldset>
<legend>Your command line:</legend>
<textarea name="remove_audio_track_command_line" id="remove_audio_track_command_line" rows="3" cols="100"></textarea>
</fieldset>
</div>
2014-08-13 03:21:24 +02:00