forked from lixin-wei/acm-resolver
-
Notifications
You must be signed in to change notification settings - Fork 1
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
davidyang
authored and
davidyang
committed
Nov 11, 2015
1 parent
8d75982
commit bb165ca
Showing
8 changed files
with
20,864 additions
and
108 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,46 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-CN"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>The 2015 ACM-ICPC Asia Beijing Regional Contest</title> | ||
<link type="text/css" rel="stylesheet" href="libs/style/bootstrap.min.css"> | ||
<link type="text/css" rel="stylesheet" href="libs/style/sticky-footer.css"> | ||
<link type="text/css" rel="stylesheet" href="css/main.css"> | ||
</head> | ||
<body class="app"> | ||
<!-- top navbar --> | ||
<nav class="navbar navbar-default"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<a class="navbar-brand" href="#">The 2015 ACM-ICPC Asia Beijing Regional Contest</a> | ||
</div> | ||
<div id="navbar" class="navbar-collapse collapse" aria-expanded="false" style="height: 1px;"> | ||
<!-- <ul class="nav navbar-nav"> | ||
<li class="active"><a href="#">Home</a></li> | ||
<li><a href="#about">About</a></li> | ||
<li><a href="#contact">Contact</a></li> | ||
</ul> --> | ||
</div><!--/.nav-collapse --> | ||
</div> | ||
</nav> | ||
|
||
<pre style="margin:50px 10px;">{{ $data | json }}</pre> | ||
|
||
<!-- sticky footer --> | ||
<footer class="footer"> | ||
<div class="container clearfix"> | ||
<p class="text-muted pull-left"><button v-on="click: reset">重置排名</button></p> | ||
<p class="text-muted pull-left" style="margin-left:50px"><button v-on="click: operationPop">撤销</button></p> | ||
<button class="text-muted pull-left">test _where</button> | ||
</div> | ||
</footer> | ||
|
||
<!-- Include all compiled plugins (below), or include individual files as needed --> | ||
<script type="text/javascript" src="libs/js/jquery.min.js"></script> | ||
<script type="text/javascript" src="libs/js/underscore-min.js"></script> | ||
<script type="text/javascript" src="libs/js/vue.product.js"></script> | ||
<script type="text/javascript" src="hiho-resolver.js"></script> | ||
<script type="text/javascript" src="js/main.js"></script> | ||
</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
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
Oops, something went wrong.