<?php /* Smarty version 2.6.26, created on 2009-11-17 12:04:13
compiled from E:%5CEasyPHP5.3.0%5Cwww/mod/admin/tpl/home.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'link', 'E:\\EasyPHP5.3.0\\www/mod/admin/tpl/home.tpl', 7, false),array('modifier', 'cat', 'E:\\EasyPHP5.3.0\\www/mod/admin/tpl/home.tpl', 22, false),)), $this); ?>
<html>
<head>
<title>Gestion des droits d'acces</title>
</head>
<body>
<h1>Liste des utilisateurs</h1>
<p><a href="<?php echo smarty_function_link(array('module' => "",'action' => ""), $this);?>
">Retour accueil</a>
<a href="<?php echo smarty_function_link(array('module' => 'admin','action' => ""), $this);?>
">Administration</a></p>
<table cellspacing="0" cellpadding="0" border="1px" width="200px" align="center">
<thead>
<tr>
<td>ID</td>
<td>Username</td>
<td>Pseudo</td>
</tr>
</thead>
<tbody>
<?php $_from = $this->_tpl_vars['user']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['line']):
?>
<tr>
<td><?php echo $this->_tpl_vars['line']['id']; ?>
</td>
<td><a href="<?php echo smarty_function_link(array('module' => 'admin','action' => ((is_array($_tmp="admin/user/")) ? $this->_run_mod_handler('cat', true, $_tmp, $this->_tpl_vars['line']['id']) : smarty_modifier_cat($_tmp, $this->_tpl_vars['line']['id']))), $this);?>
"><?php echo $this->_tpl_vars['line']['login']; ?>
</a></td>
<td><?php echo $this->_tpl_vars['line']['pseudo']; ?>
</td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
</body>
</html>