Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 15 additions & 14 deletions about.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>关于本程序</title>
<link rel="stylesheet" type="text/css" href="static/css/bootstrap.min.css">
<meta charset="UTF-8">
<title>关于本程序</title>
<link rel="stylesheet" type="text/css" href="static/css/bootstrap.min.css">
<script src="static/js/libs/jquery-1.11.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
<script type="text/javascript">
$(document).ready(function(){
$('a[name=browser').on('click', function(){
nw.Shell.openExternal(this.href);
return false;
});
});
</script>
});
</script>
</head>
<body>
<div style="text-align: center;">
<img src="static/images/ICPC-Logo-Fishead.png" width="100" height="100">
<h4>题目打包程序</h4>
<p>版本:v1.1.0<br/>
项目地址: <a href="https://github.com/NJUST-FishTeam/ProblemPackApp" name="browser" target="_blank"> Github </a></p>
<p>NJUST-FishTeam CAT开发团队开发</p>
<p>特别鸣谢开源项目 <a href="https://github.com/nwjs/nw.js" name="browser" target="_blank">NW.js</a></p>
</div>
<div style="text-align: center;">
<img src="static/images/ICPC-Logo-Fishead.png" width="100" height="100">
<h4>题目打包程序</h4>
<p>版本:v1.1.0<br/>
项目地址: <a href="https://github.com/NJUST-FishTeam/ProblemPackApp" name="browser" target="_blank"> Github </a></p>
<p>NJUST-FishTeam CAT开发团队开发</p>
<p>特别鸣谢开源项目 <a href="https://github.com/nwjs/nw.js" name="browser" target="_blank">NW.js</a></p>
</div>
</body>
</html>
17 changes: 9 additions & 8 deletions instructions.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>使用说明</title>
<link rel="stylesheet" type="text/css" href="static/css/bootstrap.min.css">
<meta charset="UTF-8">
<title>使用说明</title>
<link rel="stylesheet" type="text/css" href="static/css/bootstrap.min.css">
<script src="static/js/libs/jquery-1.11.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
Expand All @@ -14,14 +15,14 @@
</script>
</head>
<body>
<div style="text-align: center;">
<h3>使用说明</h3>
<hr/>
</div>
<div style="margin: 0 20px;">
<div style="text-align: center;">
<h3>使用说明</h3>
<hr/>
</div>
<div style="margin: 0 20px;">
<p>欢迎使用南京理工大学程序设计能力评测系统题目打包程序,该程序将引导您完成一道题目的创建,在创建结束以后,您将得到一个题目的压缩包,您只需要将其提交到评测系统上即可完成一道题目的上传.</p>
<p>如果您在使用过程中发现了 bug 或着对程序有意见或建议, 请通过<a href="https://github.com/NJUST-FishTeam/NJUST_OnlineJudge_M6_BugReport/issues" name="browser" target="_blank"> 这里 </a>提交给我们,我们会尽力满足您的需求, 以便更好的为各位师生服务.</p>
<p>初次使用强烈建议您阅读<a href="help.html" target='_blank'> 帮助页面 </a>来获取帮助. 特别是关于测试用例的格式要求, 需要格外关注. 当然您也可以随时点击主程序界面左下角的快捷方式进入帮助页面.</p>
</div>
</div>
</body>
</html>
11 changes: 0 additions & 11 deletions main.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,13 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>南京理工大学程序设计能力评测系统题目打包程序</title>

<link rel="stylesheet" type="text/css" href="static/css/base.css"/>
<link rel="stylesheet" type="text/css" href="static/css/step.css"/>
<link rel="stylesheet" type="text/css" href="static/css/codemirror.css"/>
<link rel="stylesheet" type="text/css" href="static/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="static/css/pnotify.custom.min.css"/>

</head>
<body>
<!-- <div class="dTitle">
<span class="icon-title">
<img src="static/images/favicon.png"/>
南京理工大学程序设计能力评测系统题目打包程序
</span>
<span class="window-button">
</span>
</div>
-->
<div class = "body-container">
<div class="dHead">
<div class="six steps large step-navbar">
Expand Down