1 Star 1 Fork 1

gujiejing / WEBWMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
top.php 826 Bytes
一键复制 编辑 原始数据 按行查看 历史
wisdom 提交于 2017-11-03 23:31 . upupup new alll
<?php
header('Content-type: text/html; charset=utf-8');
if(!isset($_SESSION)){
session_start();
$user = $_SESSION['USER'];
}
//_blank
//_parent
//_self
//_top
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
TOP
</title>
<style type="text/css">
<!--
body {
background-color: #66FFCC;
background:url(yh.gif);
#background-repeat: no-repeat;
}
.STYLE1 {font-size: 10px}
.STYLE2 {color: #FF0000;}
.STYLE3 {color: #0000FF;}
-->
</style>
</head>
<body>
<h1 class="STYLE3">iWMS(网页版仓储管理系统)</h1>
<h3>
<div align="left" class="STYLE1">切换用户:<a href="index.php" target="_parent">点击此处</a>
</div>
<div align="right" class="STYLE1">登入用户:<?php echo $user;?></div>
</h3>
<p>
</body>
</html>
PHP
1
https://gitee.com/laotou99_admin/WEBWMS.git
git@gitee.com:laotou99_admin/WEBWMS.git
laotou99_admin
WEBWMS
WEBWMS
master

搜索帮助