<div id="wrapper">
<div id="boxes">
<div id="leftBox">
<h2><?php echo $this->MESSAGE[0]; ?></h2>
<form method="post" action="index.php?p=portal">
<div class="ticketForm">
<p>
<label><?php echo $this->TEXT[0]; ?></label>
<input class="box" type="text" name="upass" value="<?php echo $this->VALUE[0]; ?>" />
<?php echo $this->ERROR[0]; ?>
</p>
<p class="buttonWrapper">
<input type="hidden" name="process" value="1" />
<input class="button" type="submit" value="<?php echo $this->TEXT[1]; ?> »" title="<?php echo $this->TEXT[1]; ?>" />
</p>
</div>
</form>
<br class="clear" />
</div>
<div id="rightBox">
<h2<?php echo $this->H2_CLASS; ?>><?php echo $this->MESSAGE[1]; ?></h2>
<p><?php echo $this->TEXT[2]; ?></p>
<br class="clear" />
</div>
<br class="clear" />
</div>
<div id="yourTickets">
<div id="ticketList">
<h2><span class="float"><a href="?p=ticket" title="<?php echo $this->TEXT[4]; ?>"><?php echo $this->TEXT[4]; ?></a></span><?php echo $this->TEXT[3]; ?></h2>
</div>
<div id="ticketsWrapper">
<?php
// Shows all tickets by visitor..
// templates/html/portal-tickets.htm
echo $this->TICKETS;
?>
</div>
<div id="pageNumbers">
<p><?php echo $this->PAGES; ?></p>
</div>
</div>
</div>