<!--{template header}-->
<form method="post" action="do.php?ac=inputpwd" class="c_form">
<table cellpadding="0" cellspacing="0" class="formtable">
<caption>
<h2>Password Verification</h2>
<p>Input right password to continue</p>
</caption>
<tr>
<th width="100">Input Password</th>
<td><input type="password" name="viewpwd" value="" class="t_input" /></td>
</tr>
<tr>
<th> </th>
<td>
<input type="hidden" name="refer" value="$_SERVER[REQUEST_URI]" />
<input type="hidden" name="blogid" value="$invalue[blogid]" />
<input type="hidden" name="albumid" value="$invalue[albumid]" />
<input type="hidden" name="pwdsubmit" value="true" />
<input type="submit" name="submit" value="submit" class="submit" />
</td>
</tr>
</table>
<input type="hidden" name="formhash" value="<!--{eval echo formhash();}-->" />
</form>
<!--{template footer}-->