<?php /* Smarty version 2.6.26, created on 2009-11-17 11:59:34
compiled from E:%5CEasyPHP5.3.0%5Cwww/mod/maj/tpl/index.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/maj/tpl/index.tpl', 33, false),)), $this); ?>
<html>
<head>
<title>Mise à jour</title>
</head>
<body>
<h1>Mise à jour de site</h1>
<p>Ce module est en version bêta et il n'y a aucune gestion des droits d'accès.</p>
<table width="600px" cellpadding="0" cellspacing="0" border="1">
<thead>
<tr>
<td>Nom</td>
<td>Type</td>
<td>Pack</td>
<td>Version</td>
</tr>
</thead>
<tbody>
<?php $_from = $this->_tpl_vars['mods']; 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']['version']; ?>
</td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
<a href="<?php echo smarty_function_link(array('module' => "",'action' => ""), $this);?>
">Retour accueil</a>
<a href="<?php echo smarty_function_link(array('module' => 'maj','action' => 'maj'), $this);?>
">Mettre à jour</a>
</body>
</html>