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">
|
2019-04-13 11:11:09 +00:00
|
|
|
<label class="sr-only" for="password">{t}Video password{/t}</label>
|
2020-05-13 22:18:39 +00:00
|
|
|
<input class="URLinput" type="password" name="password" id="password"/>
|
2016-10-20 21:01:31 +00:00
|
|
|
<br/><br/>
|
2020-05-13 22:18:39 +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>
|
2020-05-13 22:18:39 +00:00
|
|
|
{include file='inc/footer.tpl'}
|