summaryrefslogtreecommitdiff
path: root/templates/authenticate.tpl
blob: 46bd2eb1e7a5e5a41b9b23fe0af546b3970d7e80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{strip}
<div class="body">
	{formfeedback error=$failedLogin}
	<h2>{$gContent->mInfo.title}</h2>
	
	This gallery has been password protected by the owner. "{$PHP_SELF}"
	
	{form ifile="$PHP_SELF" legend="Authenticate"}
	<input type="hidden" name="content_id" value="{$gContent->mContentId}" />
	
	<h3>{$gContent->mInfo.access_question}:</h3>
	<div class="row">
		{formlabel label="Answer" for="try-access-answer"}
		{forminput}
			<input type="text" name="try_access_answer" id="try-access-answer" value="" maxlength="128" size="50"/>
			<input type="submit" name="submit_answer" value="Submit Answer"/>
		{/forminput}
	</div>
	{/form}
</div>
{/strip}