HB/onyx/tpl_compile/%%BF^BFC^BFCDAC2B%%print.tpl.php

30 lines
1.5 KiB
PHP

<?php /* Smarty version 2.6.19, created on 2008-10-31 00:14:53
compiled from admin/print.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'truncate', 'admin/print.tpl', 6, false),)), $this); ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/header.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<table>
<?php $_from = $this->_tpl_vars['tableau']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['ligne']):
?>
<tr>
<td><a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
&amp;id=<?php echo $this->_tpl_vars['idPlan']; ?>
&amp;key=<?php echo $this->_tpl_vars['key']; ?>
"><?php echo $this->_tpl_vars['key']; ?>
</a></td>
<td><?php if ($this->_tpl_vars['key'] == 'mdp'): ?><?php echo ((is_array($_tmp=$this->_tpl_vars['ligne'])) ? $this->_run_mod_handler('truncate', true, $_tmp, 50) : smarty_modifier_truncate($_tmp, 50)); ?>
<?php else: ?><?php echo $this->_tpl_vars['ligne']; ?>
<?php endif; ?></td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</table>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/footer.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>