| [ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 {* Savant2_Compiler_basic : compile.tpl.php *} 2 3 {tpl 'header.tpl.php'} 4 5 <p>{$this->variable1}</p> 6 <p>{$this->variable2}</p> 7 <p>{$this->variable3}</p> 8 <p>{$this->key0}</p> 9 <p>{$this->key1}</p> 10 <p>{$this->key2}</p> 11 <p>{$this->reference1}</p> 12 <p>{$this->reference2}</p> 13 <p>{$this->reference3}</p> 14 15 <p>{$this->variable1}</p> 16 17 <p>Extended printing: {: $this->variable1 . ' ' . $this->variable2}</p> 18 19 <ul> 20 {foreach ($this->set as $key => $val):} 21 <li>{$key} = {$val} ({$this->set[$key]})</li> 22 {endforeach} 23 </ul> 24 25 {['form', 'start']} 26 {['form', 'text', 'example', 'default value', 'label:']} 27 {['form', 'end']} 28 29 <p style="clear: both;"><?php echo "PHP Tags" ?> 30 31 {tpl 'footer.tpl.php'}
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 |