File size: 1.13Kb
<!-- BEGIN error -->
<div>{error.MESSAGE}</div>
<!-- END error -->
<form action='{PATH}' method='post'>
<div class='form'>
{SITE}*:<br />
<input name='site' type='text' maxlength='50' value='{SITE_VALUE}' /><br />
{PASSWORD}*:<br />
<input name='password' type='password' maxlength='50' /><br />
E-Mail:<br />
<input name='email' type='text' maxlength='50' /><br />
{TITLE}:<br />
<input name='title' type='text' maxlength='20' /><br />
{DESCRIPTION}*:<br />
<input name='description' type='text' maxlength='150' /><br />
{TR}: <input type='checkbox' name='tr' value='1' /><br />
{SECTION}*:<br />
<select name='section_id'>
<!-- BEGIN section -->
<option value='{section.ID}'{section.SELECTED}>{section.NAME}</option>
<!-- END section -->
</select><br />
<!-- BEGIN captcha -->
<img src='{CAPTCHA_SRC}' alt='Code' /><br />
{CODE}*:<br />
<input name='code' type='text' maxlength='3' size='3' /><br />
<!-- END captcha -->
<input type='submit' value='{SUBMIT}' /><br />
</div>
</form>
<div>
<!-- BEGIN captcha -->
{PIC_IS_NOT_LOAD}: {PIC_TYPE_LINKS}<br />
<!-- END captcha -->
<a href='{BACK_HREF}'>{BACK}</a>
</div>