[ Index ] |
|
Code source de CakePHP 1.1.13.4450 |
1 <?php 2 /* SVN FILE: $Id: flash.thtml 4409 2007-02-02 13:20:59Z phpnut $ */ 3 4 /** 5 * 6 * 7 * 8 * PHP versions 4 and 5 9 * 10 * CakePHP(tm) : Rapid Development Framework <http://www.cakephp.org/> 11 * Copyright 2005-2007, Cake Software Foundation, Inc. 12 * 1785 E. Sahara Avenue, Suite 490-204 13 * Las Vegas, Nevada 89104 14 * 15 * Licensed under The MIT License 16 * Redistributions of files must retain the above copyright notice. 17 * 18 * @filesource 19 * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. 20 * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project 21 * @package cake 22 * @subpackage cake.cake.libs.view.templates.layouts 23 * @since CakePHP(tm) v 0.10.0.1076 24 * @version $Revision: 4409 $ 25 * @modifiedby $LastChangedBy: phpnut $ 26 * @lastmodified $Date: 2007-02-02 07:20:59 -0600 (Fri, 02 Feb 2007) $ 27 * @license http://www.opensource.org/licenses/mit-license.php The MIT License 28 */ 29 ?> 30 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 31 <html xmlns="http://www.w3.org/1999/xhtml"> 32 <head> 33 <title><?php echo $page_title?></title> 34 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 35 <?php if(Configure::read() == 0) { ?> 36 <meta http-equiv="Refresh" content="<?php echo $pause?>;url=<?php echo $url?>"/> 37 <?php } ?> 38 <style><!-- 39 P { text-align:center; font:bold 1.1em sans-serif } 40 A { color:#444; text-decoration:none } 41 A:HOVER { text-decoration: underline; color:#44E } 42 --></style> 43 </head> 44 45 <body> 46 47 <p><a href="<?php echo $url?>"><?php echo $message?></a></p> 48 49 </body> 50 </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 |