default.thtml
来自「j2me is based on j2mepolish, client & se」· THTML 代码 · 共 30 行
THTML
30 行
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>CakePHP : <?php echo $title_for_layout;?></title><link rel="icon" href="<?php echo $this->webroot . 'favicon.ico';?>" type="image/x-icon" /><link rel="shortcut icon" href="<?php echo $this->webroot . 'favicon.ico';?>" type="image/x-icon" /><?php echo $html->css('cake.generic');?></head><body> <div id="container"> <div id="header"> <h1>CakePHP Rapid Development</h1> </div> <div id="content"> <?php if ($session->check('Message.flash')) { $session->flash(); } echo $content_for_layout; ?> </div> <div id="footer"> <a href="http://www.cakephp.org/" target="_new"> <?php echo $html->image('cake.power.png', array('alt'=>"CakePHP : Rapid Development Framework", 'border'=>"0"));?> </a> </div> </div></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?