Finish preparing pot file
This commit is contained in:
parent
124e6782dc
commit
e9351d09e0
10 changed files with 257 additions and 35 deletions
|
@ -2,12 +2,12 @@
|
|||
<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>
|
||||
<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">
|
||||
<input class="URLinput" type="password" name="password" title="Video password" />
|
||||
<input class="URLinput" type="password" name="password" title="{t}Video password{/t}" />
|
||||
<br/><br/>
|
||||
<input class="downloadBtn" type="submit" value="Download" />
|
||||
<input class="downloadBtn" type="submit" value="{t}Download{/t}" />
|
||||
</form>
|
||||
</div>
|
||||
{include file='inc/footer.tpl'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue