frames_1.tpl.php
来自「teamol是一个很好的进行项目管理」· PHP 代码 · 共 21 行
PHP
21 行
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<!-- TEAMOL VER:<?php echo TEAMOL_VERSION;?> -->
<!-- TEAMOL (c) 2006-2007 -->
<head>
<title><?php echo MANAGER_NAME . " VER:" . TEAMOL_VERSION;?></title>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARACTER_SET;?>" />
<link rel="StyleSheet" href="<?php echo BASE_CSS.CSS_MAIN;?>" type="text/css" />
<link rel="icon" type="image/png" href="images/group.png" />
</head>
<frameset rows="28,100%, 60" frameborder="0" framespacing="0">
<frame name="header" src="themes/<?php echo THEME;?>/header.php" scrolling="no">
<frame name="main" src="<?php echo MAIN; ?>?x=<?=$_REQUERT['x']?>" noresize scrolling="yes">
<frame name="footer" src="themes/<?php echo THEME;?>/footer.php" scrolling="no" noresize>
</frameset><noframes></noframes>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?