forked from johnarseal/IWE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39fa015
commit 5949da9
Showing
3 changed files
with
46 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>IWE About</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<link href="{{url_for('static', filename='js/lib/bootstrap/css/bootstrap.min.css')}}" rel="stylesheet"> | ||
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}"> | ||
<script src="{{url_for('static', filename='js/lib/jquery-2.2.3.min.js')}}"></script> | ||
<script src="{{url_for('static', filename='js/lib/bootstrap/js/bootstrap.min.js')}}"></script> | ||
</head> | ||
<body> | ||
<nav class="navbar navbar-default navbar-fixed-top" role="navigation"> | ||
<div class="navbar-header"> | ||
<a class="navbar-brand" style="font-weight:bold;">Issue Workflow Explorer</a> | ||
</div> | ||
<div> | ||
<ul class="nav navbar-nav"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"> | ||
Project <b class="caret"></b> | ||
</a> | ||
<ul class="dropdown-menu"> | ||
<li><a href="./demo/gnome">Gnome</a></li> | ||
<li><a href="./demo/mozilla">Mozilla</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="./help">Help</a></li> | ||
<li><a href="./about">About</a></li> | ||
</ul> | ||
</div> | ||
</nav> | ||
<div style="width:800px;margin:80px auto"> | ||
<div style="text-align:center">IWE是一个针对缺陷报告数据仓库的数据可视化工具<br>是钟震(130001286)的<span style="text-decoration:underline">数据仓库与数据挖掘技术</span>课程项目大作业</div> | ||
</div> | ||
</body> | ||
<html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters