1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-23 07:16:40 +02:00
alltube/templates/password.tpl
2016-10-20 23:01:31 +02:00

14 lines
510 B
Smarty

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