ac8c53375a
This the head and footer don't have to be included everytime and the hierarchy is easier to read
12 lines
501 B
Smarty
12 lines
501 B
Smarty
{extends file='page.tpl'}
|
|
{block name='main'}
|
|
{include file="inc/logo.tpl"}
|
|
<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">
|
|
<label class="sr-only" for="password">{t}Video password{/t}</label>
|
|
<input class="URLinput" type="password" name="password" id="password"/>
|
|
<br/><br/>
|
|
<input class="downloadBtn" type="submit" value="{t}Download{/t}"/>
|
|
</form>
|
|
{/block}
|