<div id="main">
<div id="welcome_box">
<?php echo $this->MESSAGE; ?>
</div>
<div class="heading_box">
<a href="<?php echo $this->HOME_URL; ?>" title="<?php echo $this->CATEGORIES; ?>"><?php echo $this->CATEGORIES; ?></a> » <a href="<?php echo $this->CAT_URL; ?>" title="<?php echo $this->CATEGORIES_TEXT; ?>"><?php echo $this->CATEGORIES_TEXT; ?></a> »
</div>
<div class="pictures">
<form method="post" action="<?php echo $this->FORM_URL; ?>">
<p><input type="hidden" name="process" value="1" /></p>
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="left_box_comments">
<div<?php echo $this->DIV_DISPLAY; ?>>
<div id="comment_name">
<label class="lclass"><?php echo $this->NAME_TEXT; ?>:<br /></label>
<input type="text" class="form_box" name="name" value="<?php echo $this->NAME_VALUE; ?>" size="18" />
<?php echo $this->N_ERROR; ?>
</div>
<div id="comment_email">
<label class="lclass"><?php echo $this->EMAIL_TEXT; ?>:<br /></label>
<input type="text" class="form_box" name="email" value="<?php echo $this->EMAIL_VALUE; ?>" size="18" />
<?php echo $this->E_ERROR; ?>
</div>
<div id="comment_comments"><br />
<label class="lclass"><?php echo $this->COMMENT_TEXT; ?>:<br /></label>
<textarea name="comments" rows="9" cols="40"><?php echo $this->COMMENT_VALUE; ?></textarea>
<?php echo $this->C_ERROR; ?>
<?php echo $this->CAPTCHA; ?>
<p class="form_button_comment"><input class="button" type="submit" value="<?php echo $this->SEND_TEXT; ?>" title="<?php echo $this->SEND_TEXT; ?>" /> <input class="cancel_button" type="button" value="<?php echo $this->CANCEL; ?>" title="<?php echo $this->CANCEL; ?>" onclick="window.location='<?php echo $this->CANCEL_URL; ?>'" /></p>
</div>
</div>
<?php echo $this->PROCESS_MESSAGE; ?>
</td>
<td class="sub_categories">
<div class="right_box">
<span class="right_box_heading">- <?php echo $this->IMAGE_INFO_TEXT; ?> -</span>
<p class="thumb">
<a href="<?php echo $this->PIC_URL; ?>" rel="gb_page_center[<?php echo $this->BIG_WINDOW; ?>]" title="<?php echo $this->PICTURE; ?>"><img src="<?php echo $this->PICTURE_URL; ?>" width="<?php echo $this->IMG_WIDTH; ?>" height="<?php echo $this->IMG_HEIGHT; ?>" alt="<?php echo $this->PICTURE; ?>" title="<?php echo $this->PICTURE; ?>" class="comment_thumbnail" /></a>
</p>
<span class="right_box_heading">- <?php echo $this->PICTURE; ?> -</span>
</div>
</td>
</tr>
</table>
</form>
</div>
<div class="heading_box">
<?php echo $this->COMMENTS_TEXT; ?> »
</div>
<?php echo $this->COMMENTS; ?>
<?php echo $this->COMMENT_PAGE_NUMBERS; ?>
</div>