[ Index ] |
|
Code source de CakePHP 1.1.13.4450 |
1 <?php 2 /* SVN FILE: $Id: default.thtml 4409 2007-02-02 13:20:59Z phpnut $ */ 3 /** 4 * 5 * PHP versions 4 and 5 6 * 7 * CakePHP(tm) : Rapid Development Framework <http://www.cakephp.org/> 8 * Copyright 2005-2007, Cake Software Foundation, Inc. 9 * 1785 E. Sahara Avenue, Suite 490-204 10 * Las Vegas, Nevada 89104 11 * 12 * Licensed under The MIT License 13 * Redistributions of files must retain the above copyright notice. 14 * 15 * @filesource 16 * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. 17 * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project 18 * @package cake 19 * @subpackage cake.cake.libs.view.templates.pages 20 * @since CakePHP(tm) v 0.10.0.1076 21 * @version $Revision: 4409 $ 22 * @modifiedby $LastChangedBy: phpnut $ 23 * @lastmodified $Date: 2007-02-02 07:20:59 -0600 (Fri, 02 Feb 2007) $ 24 * @license http://www.opensource.org/licenses/mit-license.php The MIT License 25 */ 26 ?> 27 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 28 <html xmlns="http://www.w3.org/1999/xhtml"> 29 <head> 30 <title>CakePHP(tm) : <?php echo $title_for_layout;?></title> 31 <link rel="icon" href="<?php echo $this->webroot . 'favicon.ico';?>" type="image/x-icon" /> 32 <link rel="shortcut icon" href="<?php echo $this->webroot . 'favicon.ico';?>" type="image/x-icon" /> 33 <?php echo $html->css('cake.generic');?> 34 </head> 35 <body> 36 <div id="container"> 37 <div id="header"> 38 <h1>CakePHP Rapid Development</h1> 39 </div> 40 <div id="content"> 41 <?php if ($session->check('Message.flash')) 42 { 43 $session->flash(); 44 } 45 echo $content_for_layout; 46 ?> 47 </div> 48 <div id="footer"> 49 50 <a href="http://www.cakephp.org/" target="_new"> 51 <?php echo $html->image('cake.power.png', array('alt'=>"CakePHP(tm) : Rapid Development Framework", 'border'=>"0"));?> 52 </a> 53 </div> 54 </div> 55 <?php echo $cakeDebug?> 56 </body> 57 </html>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 19:27:47 2007 | par Balluche grâce à PHPXref 0.7 |