alltube/templates/index.tpl

25 lines
969 B
Smarty
Raw Normal View History

2015-04-11 22:08:24 +02:00
<div class="main">
<div><img itemprop="image" class="logo" src="img/logo.png"
alt="AllTube Download" width="328" height="284"></div>
<form action="api.php">
<label class="labelurl" for="url">
Copy here the URL of your video (Youtube, Dailymotion, etc.)
</label>
<div class="champs">
<span class="URLinput_wrapper">
<input class="URLinput" type="url" name="url" id="url"
2015-06-13 17:59:09 +02:00
required autofocus placeholder="http://example.com/video" />
2015-04-11 22:08:24 +02:00
</span>
<input class="downloadBtn" type="submit" value="Download" /><br/>
{if $convert}
<div class="mp3">
<p><input type="checkbox" id="audio" class="audio" name="audio">
<label for="audio"><span class="ui"></span>
Audio only (MP3)</label></p>
</div>
{/if}
</div>
</form>
<a class="combatiblelink" href="extractors.php">See all supported websites</a>
</div>