hometop.php
来自「开源的 库存管理系统 www.minierp.cn php+ mysql」· PHP 代码 · 共 26 行
PHP
26 行
<?PHP
//Session_Start();
require_once("home/check.php");
?>
<table width="100%" height="80" border="00" cellpadding="0" cellspacing="0">
<tr>
<td height="60"nowrap="nowrap" background="themes/aqua/images/bg_head01.gif" bgcolor="#FF0000"><img src="themes/images/minilogo.gif" alt="MiniERP" width="115" height="32" /><img src="themes/images/kc.gif" alt="KuChen" width="43" height="32" /></td>
</tr>
<tr>
<td height="20" nowrap="nowrap" background="themes/aqua/images/bg_head02.gif" bgcolor="#FFFFFF">
<table width="100%" border="00" align="left" cellpadding="2" cellspacing="2">
<tr>
<td width="120">
<div id="app_welcome"><?php echo "姝¤繋 [".$_SESSION["una"]."]";?></div>
</td>
<td align="right">
<div id="app_welcome"><?php echo $_SESSION["fac"];?></div>
</td>
<td width="50">
<div id="app_welcome"></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?