agirstatool/src/org/april/agirstatool/core/pages/projectsGrouped.xhtml

65 lines
2.2 KiB
HTML
Raw Normal View History

2020-01-05 17:24:43 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Agir Statool</title>
<meta charset="UTF-8" />
<meta content="April" name="keywords" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="agirstatool.css" />
<script src="/commons/sorttable.js" />
</head>
<body>
<div style="margin: 10px;">
<h1>Agir Statool</h1>
<h2>Project list</h2>
<div>
<a href="index.xhtml">Raw stats</a> <span class="italic">Grouped stats</span>
</div>
<table class="table_classic">
<tr>
<th rowspan="2">ID</th>
<th rowspan="2">Name</th>
<th rowspan="2">Child</th>
<th colspan="5">Issues count</th>
<th colspan="5">Unassigned issues count</th>
<th rowspan="2">Last<br/>update</th>
</tr>
<tr>
<th class="tablesubtitle">Total</th>
<th class="tablesubtitle">Active</th>
<th class="tablesubtitle">Maybe</th>
<th class="tablesubtitle">Resolved</th>
<th class="tablesubtitle">Concluded</th>
<th class="tablesubtitle">Total</th>
<th class="tablesubtitle">New</th>
<th class="tablesubtitle">Started</th>
<th class="tablesubtitle">Resolved</th>
<th class="tablesubtitle">Concluded</th>
</tr>
<tr id="projectLine">
<td id="projectId" class="center">n/a</td>
<td id="projectName"><a href="#" id="projectNameLink">foo</a></td>
<td id="childCount" class="td_number">n/a</td>
<td id="issueCount" class="td_number">n/a</td>
<td id="activeIssueCount" class="td_number">n/a</td>
<td id="maybeIssueCount" class="td_number">n/a</td>
<td id="resolvedIssueCount" class="td_number">n/a</td>
<td id="concludedIssueCount" class="td_number">n/a</td>
<td id="unassignedIssueCount" class="td_number">n/a</td>
<td id="unassignedNewIssueCount" class="td_number">n/a</td>
<td id="unassignedStartedIssueCount" class="td_number">n/a</td>
<td id="unassignedResolvedIssueCount" class="td_number">n/a</td>
<td id="unassignedConcludedIssueCount" class="td_number">n/a</td>
<td id="lastUpdate" class="center">n/a</td>
</tr>
</table>
</div>
</body>
</html>