<?php /* Smarty version 2.6.26, created on 2009-11-16 11:17:49
compiled from D:%5Chtdocs%5Cle-peuple/mod/maj/tpl/maj.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'link', 'D:\\htdocs\\le-peuple/mod/maj/tpl/maj.tpl', 4, false),)), $this); ?>
<html>
<head><title>Mise à jour</title></head>
<body>
<a href="<?php echo smarty_function_link(array('module' => "",'action' => ""), $this);?>
">Retour accueil</a>
<h1>Mise à jour</h1>
<p>La mise à jour viens d'être effectué</p>
<table width="600px" cellpadding="0" cellspacing="0" border="1">
<thead>
<tr>
<td>Nom</td>
<td>Type</td>
<td>Pack</td>
<td>Status</td>
</tr>
</thead>
<tbody>
<?php $_from = $this->_tpl_vars['maj']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['mod']):
?>
<tr>
<td><?php echo $this->_tpl_vars['mod']['name']; ?>
</td>
<td><?php echo $this->_tpl_vars['mod']['type']; ?>
</td>
<td><?php echo $this->_tpl_vars['mod']['name_clean']; ?>
</td>
<td><?php echo $this->_tpl_vars['mod']['statut']; ?>
</td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
</body>
</html>