1 Star 0 Fork 0

白菜酱 / SoftCupRankingSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
statics.php 458 Bytes
一键复制 编辑 原始数据 按行查看 历史
rexskz 提交于 2014-08-12 14:44 . 完成表格2和3
<?php
if (!defined("IN_SCRS")) exit();
?>
<div id="content">
<input class="button back" type="button" value="返回" onclick="window.location='?'" />
<h3>请选择表格类型</h3>
<ul>
<li onclick="window.location.href='?action=statics&id=1'">评分确认表</li>
<li onclick="window.location.href='?action=statics&id=2'">分赛题分数统计表</li>
<li onclick="window.open('?action=show_statics&id=3','_blank')">分数汇总</li>
</ul>
</div>
PHP
1
https://gitee.com/xm1994/SoftCupRankingSystem.git
git@gitee.com:xm1994/SoftCupRankingSystem.git
xm1994
SoftCupRankingSystem
SoftCupRankingSystem
master

搜索帮助