<?php /* Smarty version 2.6.28, created on 2014-05-26 01:49:46
         compiled from /home/vinhostm/public_html/order/templates/portal/clientareaquotes.tpl */ ?>
<h2 ><?php echo $this->_tpl_vars['LANG']['quotestitle']; ?>
</h2>

<?php $_from = $this->_tpl_vars['quotes']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['quote']):
?>

<div class="quotecontainer" onclick="window.location='dl.php?type=q&id=<?php echo $this->_tpl_vars['quote']['id']; ?>
'">
    <div class="quoteid">
        #<?php echo $this->_tpl_vars['quote']['id']; ?>

    </div>
    <div class="quoteleft">
        <div class="subject"><?php echo $this->_tpl_vars['quote']['subject']; ?>
</div>
        <?php echo $this->_tpl_vars['LANG']['quotedatecreated']; ?>
: <?php echo $this->_tpl_vars['quote']['datecreated']; ?>
 &nbsp;&nbsp;&nbsp; <?php echo $this->_tpl_vars['LANG']['quotevaliduntil']; ?>
: <?php echo $this->_tpl_vars['quote']['validuntil']; ?>

    </div>
    <div class="quoteright">
        <div class="stage">[ <?php echo $this->_tpl_vars['quote']['stage']; ?>
 ]</div>
        <a href="viewquote.php?id=<?php echo $this->_tpl_vars['quote']['id']; ?>
"><?php echo $this->_tpl_vars['LANG']['quoteview']; ?>
</a>&nbsp;&nbsp;&nbsp;<a href="dl.php?type=q&id=<?php echo $this->_tpl_vars['quote']['id']; ?>
"><img src="images/pdf.png" align="absmiddle" border="0" /> <?php echo $this->_tpl_vars['LANG']['quotedownload']; ?>
</a>
    </div>
    <div class="clear"></div>
</div>

<?php endforeach; else: ?>

<br />
<p align="center"><?php echo $this->_tpl_vars['LANG']['noquotes']; ?>
</p>

<?php endif; unset($_from); ?>

<br /><br />