echo $this->_tpl_vars['vars_secao'];
            ?>
&acao=show&id=<?php 
            echo $this->_tpl_vars['r']['hos_id'];
            ?>
')">
			
			<td>
				&nbsp;<?php 
            echo $this->_tpl_vars['r']['hos_nome'];
            ?>

			</td>
			<td align="right">
				&nbsp;<?php 
            echo is_array($_tmp = $this->_tpl_vars['r']['hos_percentual']) ? $this->_run_mod_handler('decimal', true, $_tmp) : smarty_modifier_decimal($_tmp);
            ?>
 %
			</td>
		
		
<!-- 			<td>
				<a href="<?php 
            echo $this->_tpl_vars['vars_secao'];
            ?>
&acao=show&id=<?php 
            echo $this->_tpl_vars['r']['hos_id'];
            ?>
"><img src="images/bt_visualizar.gif" border="0"></a>&nbsp;
				<a href="<?php 
            echo $this->_tpl_vars['vars_secao'];
			<label>Valor do CH:</label> <span class="erro"><?php 
echo $this->_tpl_vars['con_valor_ch_erro'];
?>
</span><br />
			R$ <input onFocus="txtPadraoIn(this, '0,00');" onBlur="txtPadraoOut(this, '0,00');" onKeypress="return mascara_preco(this, event);" class="con_valor_ch" type="text" name="con_valor_ch" value="<?php 
echo is_array($_tmp = $this->_tpl_vars['con_valor_ch']) ? $this->_run_mod_handler('decimal', true, $_tmp) : smarty_modifier_decimal($_tmp);
?>
">
		</div>
		<div class="con_valor_filme">
			<label>Valor do Filme:</label> <span class="erro"><?php 
echo $this->_tpl_vars['con_valor_filme_erro'];
?>
</span><br />
			R$ <input onFocus="txtPadraoIn(this, '0,00');" onBlur="txtPadraoOut(this, '0,00');" onKeypress="return mascara_preco(this, event);" class="con_valor_filme" type="text" name="con_valor_filme" value="<?php 
echo is_array($_tmp = $this->_tpl_vars['con_valor_filme']) ? $this->_run_mod_handler('decimal', true, $_tmp) : smarty_modifier_decimal($_tmp);
?>
">
		</div>
		<?php 
if ($this->_tpl_vars['acao'] == 'update') {
    ?>
		<br /><br /><br />
		<div class="con_desconto">
			<label>Desconto:</label> <span class="erro"><?php 
    echo $this->_tpl_vars['con_desconto_erro'];
    ?>
</span><br />
			<input onFocus="txtPadraoIn(this, '0,00');" onBlur="txtPadraoOut(this, '0,00');" onKeypress="return mascara_preco(this, event);" class="con_desconto" type="text" name="con_desconto" value="0,00">
		</div>
		<div class="con_convenio_desc">
    }
    unset($_from);
    ?>

		<tr bgcolor="#FFFFFF" style="" onClick="">
			<td>&nbsp;<strong>TOTAL</strong></td>
			<td align="right">&nbsp;<strong><?php 
    echo $this->_tpl_vars['q_total'];
    ?>
</strong></td>
			<td align="right">&nbsp;<strong>R$ <?php 
    echo is_array($_tmp = $this->_tpl_vars['vm_total']) ? $this->_run_mod_handler('decimal', true, $_tmp) : smarty_modifier_decimal($_tmp);
    ?>
</strong></td>
			<td align="right">&nbsp;<strong>R$ <?php 
    echo is_array($_tmp = $this->_tpl_vars['v_total']) ? $this->_run_mod_handler('decimal', true, $_tmp) : smarty_modifier_decimal($_tmp);
    ?>
</strong></td>
		</tr>
		<tr>
			<td colspan="4" height="10" bgcolor="#FFE6B0"></td>
		</tr>
		<tr>
			<td colspan="4" height="10"></td>
		</tr>
	</table>
<?php 
} else {
    ?>

	<table width="" border="0" style="margin-left:30px; ">