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