vjudge-description-spider
Version:
This project is the spider API for a number of Online Judge Systems.
88 lines (82 loc) • 3.45 kB
HTML
<html>
<head>
<title>_OJNAME_ Tester</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="/style.css" rel="stylesheet" media="screen">
<script src="/jquery-2.0.3.min.js"></script>
<script src="/bootstrap/js/bootstrap.min.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="zh-cn" />
</head>
<body>
<script type="text/javascript">
$(function() {
$(".probtitle").tooltip();
});
</script>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="#">VJSpider Tester</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="/randomProblem">Home</a></li>
<li><a target="_blank" href="https://github.com/XadillaX/vjudge-description-spider">Fork on Github</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container" style="margin-top: 60px;">
<table class="table table-bordered table-striped table-hover">
<thead>
<tr>
<th colspan="3" style="text-align: center;">
<h2>Problems of _OJNAME_</h2>
_PAGINATION_
</th>
</tr>
<tr>
<th style="width: 10%; text-align: center;">ID</th>
<th>Title</th>
<th style="width: 20%">Ratio</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="3">_PAGINATION_</td>
</tr>
</tfoot>
<tbody>
{{ problist }}
<tr>
<td style="text-align: center;">_PROB_.ID</td>
<td><a class="probtitle" href="_PROB_.URL" title="_PROB_.TITLE" data-toggle="tooltip" title="_PROB_.TITLE">_PROB_.TITLE</a></td>
<td>_PROB_.ACCEPTED / _PROB_.SUBMITTED (_PROB_.RATIO)</td>
</tr>
{{ /problist }}
</tbody>
</table>
</div>
<footer class="footer">
<div class="container">
<p>This tester is mainly for the developers or contributors who take part in <a href="https://github.com/XadillaX/vjudge-description-spider" target="_blank">vjudge-description-spider</a>.</p>
<p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>.</p>
<ul class="footer-links">
<li><a target="_blank" href="https://github.com/XadillaX/vjudge-description-spider">Fork on Github</a></li>
<li class="muted">·</li>
<li><a target="_blank" href="https://github.com/XadillaX/vjudge-description-spider/issues?state=open">Issues</a></li>
<li class="muted">·</li>
<li><a target="_blank" href="https://github.com/XadillaX/vjudge-submitter">vjudge-submitter</a></li>
</ul>
</div>
</footer>
</body>
</html>