[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /** 3 * 4 * Template for testing token assignment. 5 * 6 * @version $Id: test.tpl.php 18360 2005-05-26 19:38:09Z mipmip $ 7 * 8 */ 9 ?> 10 <p><?php echo $this->variable1 ?></p> 11 <p><?php echo $this->variable2 ?></p> 12 <p><?php echo $this->variable3 ?></p> 13 <p><?php echo $this->key0 ?></p> 14 <p><?php echo $this->key1 ?></p> 15 <p><?php echo $this->key2 ?></p> 16 <p><?php echo $this->reference1 ?></p> 17 <p><?php echo $this->reference2 ?></p> 18 <p><?php echo $this->reference3 ?></p> 19 <ul> 20 <?php foreach ($this->set as $key => $val) echo "<li>$key = $val</li>\n" ?> 21 </ul>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |