Bontiv-Sourceer source code viewer
Root | Help
./PhpMyCMS/files/tpl_compl/%%E5^E5A^E5AA2CFE%%index.tpl.php
<?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 &agrave; jour</title>
</head>

<body>
<h1>Mise &agrave; jour de site</h1>
<p>Ce module est en version b&ecirc;ta et il n'y a aucune gestion des droits d'acc&egrave;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']; ?>
&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']['version']; ?>
&nbsp;</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 &agrave; jour</a>
</body>
</html>
Presented with Bontiv-Sourceer