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

56 lines
2.1 KiB
HTML

<?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>
<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">Maybe</th>
<th class="tablesubtitle">Active</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>
<th class="tablesubtitle">Total</th>
</tr>
<tr id="projectGroupedLine">
<td id="pgl_projectId" class="center">n/a</td>
<td id="pgl_projectName"><a href="#" id="pgl_projectNameLink">foo</a></td>
<td id="pgl_childCount" class="td_number comment">n/a</td>
<td id="pgl_maybeIssueCount" class="td_number">n/a</td>
<td id="pgl_activeIssueCount" class="td_number">n/a</td>
<td id="pgl_resolvedIssueCount" class="td_number">n/a</td>
<td id="pgl_concludedIssueCount" class="td_number">n/a</td>
<td id="pgl_issueCount" class="td_number comment">n/a</td>
<td id="pgl_unassignedNewIssueCount" class="td_number">n/a</td>
<td id="pgl_unassignedStartedIssueCount" class="td_number">n/a</td>
<td id="pgl_unassignedResolvedIssueCount" class="td_number">n/a</td>
<td id="pgl_unassignedConcludedIssueCount" class="td_number">n/a</td>
<td id="pgl_unassignedIssueCount" class="td_number comment">n/a</td>
<td id="pgl_lastUpdate" class="center">n/a</td>
</tr>
</table>
</body>
</html>