Bontiv-Sourceer source code viewer
Root | Help
./PhpMyCMS/files/tpl_compl/%%53^538^538902C1%%maj.tpl.php
<?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 &agrave; jour</title></head>
<body>
<a href="<?php echo smarty_function_link(array('module' => "",'action' => ""), $this);?>
">Retour accueil</a>
<h1>Mise &agrave; jour</h1>
<p>La mise &agrave; jour viens d'&ecirc;tre effectu&eacute;</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']; ?>
&nbsp;</td>
        <td><?php echo $this->_tpl_vars['mod']['type']; ?>
&nbsp;</td>
        <td><?php echo $this->_tpl_vars['mod']['name_clean']; ?>
&nbsp;</td>
        <td><?php echo $this->_tpl_vars['mod']['statut']; ?>
&nbsp;</td>
    </tr>
<?php endforeach; endif; unset($_from); ?>

</tbody>
</table>

</body>
</html>
Presented with Bontiv-Sourceer