alltube/templates/index.tpl

33 lines
1.3 KiB
Smarty
Raw Normal View History

2016-08-01 01:01:10 +02:00
{include file='inc/head.tpl'}
{include file='inc/header.tpl'}
<div class="main">
2016-05-01 20:14:58 +02:00
<div><img class="logo" src="{base_url|noscheme}/img/logo.png"
2015-04-11 22:08:24 +02:00
alt="AllTube Download" width="328" height="284"></div>
2016-03-30 01:39:47 +02:00
<form action="{path_for name="video"}">
2015-04-11 22:08:24 +02:00
<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>
2016-03-30 01:39:47 +02:00
<a class="combatiblelink" href="{path_for name="extractors"}">See all supported websites</a>
2016-07-10 13:12:44 +02:00
<div id="bookmarklet" class="bookmarklet_wrapper">
2015-10-28 11:57:44 +01:00
<p> Drag this to your bookmarks bar: </p>
2016-04-06 13:19:27 +02:00
<a class="bookmarklet" href="javascript:window.location='{base_url|noscheme}{path_for name='video'}?url='+encodeURIComponent(location.href);">Bookmarklet</a>
2015-10-28 11:57:44 +01:00
</div>
2015-10-28 11:54:35 +01:00
2015-04-11 22:08:24 +02:00
</div>
2016-08-01 01:01:10 +02:00
{include file='inc/footer.tpl'}