2014-08-04 03:43:33 +02:00
|
|
|
<div class="container">
|
|
|
|
<h1>➺ ffmproviser ❥</h1>
|
|
|
|
|
|
|
|
<!-- form begins -->
|
|
|
|
|
|
|
|
<div class="well">
|
|
|
|
<fieldset>
|
|
|
|
<legend>First form</legend>
|
|
|
|
<!-- First we need a select question option... form or not? -->
|
|
|
|
<h4>What is your question?</h4>
|
|
|
|
<ul>
|
|
|
|
<li>Display info</li>
|
|
|
|
<li>Export for web</li>
|
|
|
|
<li>Add subtitles track</li>
|
|
|
|
<li>Remove audio track</li>
|
|
|
|
<li>Add audio track</li>
|
|
|
|
</ul>
|
|
|
|
</fieldset>
|
|
|
|
</div>
|
|
|
|
|
2014-08-04 04:14:14 +02:00
|
|
|
<!-- todo: yield for form depending on choice above -->
|
2014-08-04 03:43:33 +02:00
|
|
|
|
2014-08-04 04:14:14 +02:00
|
|
|
<%= render "web" %>
|
|
|
|
|
2014-08-04 03:43:33 +02:00
|
|
|
|
|
|
|
|
|
|
|
<div class="footer">
|
|
|
|
<p>Made with ♥ by <a href="http://www.ashleyblewer.com">Ashley Blewer</a></p>
|
|
|
|
</div>
|
2014-08-04 04:14:14 +02:00
|
|
|
</body>
|