<?php /* Smarty version 2.6.28, created on 2016-11-27 04:38:03
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/knowledgebasearticle.tpl */ ?>
<script language="javascript">
function addBookmark() {
    if (window.sidebar) {
        window.sidebar.addPanel('<?php echo $this->_tpl_vars['kbarticle']['title']; ?>
', location.href,"");
    } else if( document.all ) {
        window.external.AddFavorite( location.href, '<?php echo $this->_tpl_vars['kbarticle']['title']; ?>
');
    } else if( window.opera && window.print ) {
        return true;
    }
}
</script>

		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['kbarticle']['title']; ?>
</h2>
		</div><!-- .bigheader -->

<?php echo $this->_tpl_vars['kbarticle']['text']; ?>


<div class="clear">&nbsp;</div>


	<hr class="hr" />

      <form method="post" action="knowledgebase.php?action=displayarticle&amp;id=<?php echo $this->_tpl_vars['kbarticle']['id']; ?>
&amp;useful=vote">
      
        <p class="margintop20"> <?php if ($this->_tpl_vars['kbarticle']['voted']): ?> <strong><?php echo $this->_tpl_vars['LANG']['knowledgebaserating']; ?>
</strong> <?php echo $this->_tpl_vars['kbarticle']['useful']; ?>
 <?php echo $this->_tpl_vars['LANG']['knowledgebaseratingtext']; ?>
 (<?php echo $this->_tpl_vars['kbarticle']['votes']; ?>
 <?php echo $this->_tpl_vars['LANG']['knowledgebasevotes']; ?>
)
          <?php else: ?> <strong><?php echo $this->_tpl_vars['LANG']['knowledgebasehelpful']; ?>
</strong>
          <select name="vote">
            <option value="yes"><?php echo $this->_tpl_vars['LANG']['knowledgebaseyes']; ?>
</option>
            <option value="no"><?php echo $this->_tpl_vars['LANG']['knowledgebaseno']; ?>
</option>
          </select>
          <input type="submit" value="<?php echo $this->_tpl_vars['LANG']['knowledgebasevote']; ?>
" />
          <?php endif; ?> </p>
      </form>
      
      
    <p class="center"><img src="images/addtofavouritesicon.gif" class="absmiddle" border="0" alt="<?php echo $this->_tpl_vars['LANG']['knowledgebasefavorites']; ?>
" /> <a href="#" onclick="addBookmark();return false"><?php echo $this->_tpl_vars['LANG']['knowledgebasefavorites']; ?>
</a>
        <img src="images/print.gif" class="absmiddle" border="0" alt="<?php echo $this->_tpl_vars['LANG']['knowledgebaseprint']; ?>
" /> <a href="#" onclick="window.print();return false"><?php echo $this->_tpl_vars['LANG']['knowledgebaseprint']; ?>
</a></p>




<?php if ($this->_tpl_vars['kbarticles']): ?>

		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['LANG']['knowledgebasealsoread']; ?>
</h2>
		</div><!-- .bigheader -->
  
  <ul class="checklist">
  
  <?php $_from = $this->_tpl_vars['kbarticles']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['kbarticle']):
?>
  <li>
    <a href="<?php if ($this->_tpl_vars['seofriendlyurls']): ?>knowledgebase/<?php echo $this->_tpl_vars['kbarticle']['id']; ?>
/<?php echo $this->_tpl_vars['kbarticle']['urlfriendlytitle']; ?>
.html<?php else: ?>knowledgebase.php?action=displayarticle&amp;id=<?php echo $this->_tpl_vars['kbarticle']['id']; ?>
<?php endif; ?>"><?php echo $this->_tpl_vars['kbarticle']['title']; ?>
</a> (<?php echo $this->_tpl_vars['LANG']['knowledgebaseviews']; ?>
: <?php echo $this->_tpl_vars['kbarticle']['views']; ?>
)
    </li>
  
  <?php endforeach; endif; unset($_from); ?>
  
  </ul>
  
<?php endif; ?>