alltube/templates/password.tpl

14 lines
538 B
Smarty
Raw Normal View History

{include file='inc/head.tpl'}
<div class="wrapper">
<div class="main">
{include file="inc/logo.tpl"}
2017-05-26 12:58:48 +02:00
<h2>{t}This video is protected{/t}</h2>
<p>{t}You need a password in order to download this video.{/t}</p>
<form action="" method="POST">
2017-05-26 12:58:48 +02:00
<input class="URLinput" type="password" name="password" title="{t}Video password{/t}" />
<br/><br/>
2017-05-26 12:58:48 +02:00
<input class="downloadBtn" type="submit" value="{t}Download{/t}" />
</form>
</div>
{include file='inc/footer.tpl'}