?>
				<?php 
        $_smarty_tpl->tpl_vars['pso'] = new Smarty_Variable();
        $_from = $_smarty_tpl->getVariable('list_text')->value;
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        if (count($_from) > 0) {
            foreach ($_from as $_smarty_tpl->tpl_vars['pso']->key => $_smarty_tpl->tpl_vars['pso']->value) {
                ?>
				<tr align="center">
					<th class="zx"></th>
					
					<td></td><th></th>
					<td><?php 
                echo smarty_function_brite_spot(array('query' => $_smarty_tpl->getVariable('get')->value['info'], 'str' => $_smarty_tpl->getVariable('pso')->value['ProID']), $_smarty_tpl->smarty, $_smarty_tpl);
                ?>
</td><th></th>
					<td><?php 
                echo $_smarty_tpl->getVariable('shape')->value[$_smarty_tpl->getVariable('pso')->value['shape']];
                ?>
</td><th></th>
					<td><?php 
                echo $_smarty_tpl->getVariable('pso')->value['weight'];
                ?>
</td><th></th>
					<td><?php 
                echo $_smarty_tpl->getVariable('pso')->value['color'];
                ?>
</td><th></th>
					<td><?php 
		<td><?php 
echo $_smarty_tpl->getVariable('show')->value['body_ratio'];
?>
 %</td>
		<th>台宽比</th>
		<td><?php 
echo $_smarty_tpl->getVariable('show')->value['table_width'];
?>
 %</td>
	</tr>
	<tr>
		<th>证书</th>
		<td colspan="3">
			<?php 
ob_start();
echo smarty_function_brite_spot(array('query' => $_smarty_tpl->getVariable('get')->value['info'], 'str' => smarty_modifier_cat(smarty_modifier_cat($_smarty_tpl->getVariable('show')->value['diploma'], ' - '), $_smarty_tpl->getVariable('show')->value['diplomaNO'])), $_smarty_tpl->smarty, $_smarty_tpl);
$_tmp1 = ob_get_clean();
echo smarty_function_Goto_diploma(array('diploma' => $_smarty_tpl->getVariable('show')->value['diploma'], 'weight' => $_smarty_tpl->getVariable('show')->value['weight'], 'NO' => $_smarty_tpl->getVariable('show')->value['diplomaNO'], 'show' => $_tmp1), $_smarty_tpl->smarty, $_smarty_tpl);
?>

			<?php 
if ($_smarty_tpl->getVariable('show')->value['diplomaPhoto']) {
    ?>
<a style="margin:0 0 0 2em" href="<?php 
    echo $_smarty_tpl->getVariable('Domain')->value;
    echo $_smarty_tpl->getVariable('show')->value['diplomaPhoto'];
    ?>
" target="_<?php 
    echo $_smarty_tpl->getVariable('show')->value['ProID'];
    ?>
">证书图</a><?php 
" /></td>
			<td align="right">组退点</td>
			<td><?php 
echo $_smarty_tpl->getVariable('orders')->value['rebate'];
?>
 %</td>
		</tr>
		<tr>
			<td align="right">业务</td>
			<td><?php 
echo smarty_function_brite_spot(array('query' => $_smarty_tpl->getVariable('get')->value['info'], 'str' => $_smarty_tpl->getVariable('orders')->value['salesman_name']), $_smarty_tpl->smarty, $_smarty_tpl);
?>
</td>
			<td align="right">客服</td>
			<td><?php 
echo smarty_function_brite_spot(array('query' => $_smarty_tpl->getVariable('get')->value['info'], 'str' => $_smarty_tpl->getVariable('orders')->value['service_name']), $_smarty_tpl->smarty, $_smarty_tpl);
?>
</td>
		</tr>
		<tr>
			<td align="right" class="Need">总价</td>
			<td><?php 
echo $_smarty_tpl->getVariable('orders')->value['price'];
?>
 元</td>
			<td align="right">下单时间</td>
			<td><?php 
echo smarty_modifier_date_format($_smarty_tpl->getVariable('orders')->value['time'], "%Y-%m-%d %H:%M:%S");
?>
</td>
		</tr>