⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mp.thtml.svn-base

📁 j2me is based on j2mepolish, client & server for mobile application. server part
💻 SVN-BASE
字号:
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">

<?php
  header("Content-type: application/vnd.wap.xhtml+xml"); 
?>

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <?php echo $html->css('mp_joey'); ?>
    <title><?=$title_for_layout?></title>
  </head>

  <body>
<?=$this->renderElement('mp_header')?>

<?=$content_for_layout ?>

<?=$this->renderElement('mp_footer')?>
  </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -