1 Star 0 Fork 0

真的默笙 / 海产品交易网站

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
face.php 795 Bytes
一键复制 编辑 原始数据 按行查看 历史
真的默笙 提交于 2018-09-06 19:59 . seafood web
<?php
//定义个常量,用来授权调用includes里面的文件
define('IN_TG',true);
//定义个常量,用来指定本页的内容
define('SCRIPT','face');
//引用公共文件
require dirname('_FILE_').'/includes/common.inc.php';
?>
<!DOCTYPE html>
<html>
<head><meta charset="utf-8">
<title>Cyber World-头像选择</title>
<?php
require ROOT_PATH.'includes/title.inc.php';
?>
<script type="text/javascript" src="js/opener.js"></script>
<title></title>
</head>
<body>
<div id="face">
<h3>选择头像</h3>
<dl>
<?php foreach (range(1,9) as $num) {?>
<dd><img src="face/<?php echo $num?>.jpg" width="120px" height="100px" alt="face/<?php echo $num?>.jpg" title="头像<?php echo $num?>" onclick="_opener(this.src)"></dd>
<?php } ?>
</dl>
</div>
</body>
</html>
PHP
1
https://gitee.com/cyberworld/seafood_trading_website.git
git@gitee.com:cyberworld/seafood_trading_website.git
cyberworld
seafood_trading_website
海产品交易网站
master

搜索帮助