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

160 lines
7.6 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" />
<script src="Chart.bundle.min.js"></script>
2020-01-05 17:24:43 +01:00
</head>
<body>
2020-01-27 13:17:21 +01:00
<div style="margin: 5px 10px 10px 10px;">
2020-01-24 13:21:15 +01:00
<h1><a href="index.xhtml">Agir Statool</a><sup id="versionsup" style="font-size: 9px;">v0.0.14</sup> Project <a id="agirLink" href="#">n/a</a></h1>
<div>
<div style="margin: 5px;">
<a id="createClose3MonthsButton" href="#" class="button" onclick="javascript:createClosedSelect('3months');">3 months</a>
2020-01-30 01:50:48 +01:00
<a id="createClose6MonthsButton" href="#" class="button selected" onclick="javascript:createClosedSelect('6months');">6 months</a>
<a id="createCloseFullButton" href="#" class="button" onclick="javascript:createClosedSelect('full');">Full</a>
<a id="createClosePreviousYearButton" href="#" class="button" onclick="javascript:createClosedSelect('previousYear');">Previous Year</a>
<span style="margin-left: 50px;"> </span>
<a href="#part2" class="button" title="Go down to the table below.">Down</a>
<span style="margin-left: 50px;"> </span>
<a href="index.xhtml" class="button">Root</a>
2020-01-22 18:21:47 +01:00
<a href="admins.xhtml" class="button">Admins</a>
<a href="chapril.xhtml" class="button">Chapril</a>
</div>
<div id="3MonthsBox" style="display: none;">
2020-01-29 00:51:45 +01:00
<div id="createdClosed3MonthsChart" style="display: inline-block; width: 33%; height: 400px;">CREATED/CLOSED 3 MONTHS CHART</div>
<div id="created-Closed3MonthsChart" style="display: inline-block; width: 33%; height: 400px;">CREATED-CLOSED 3 MONTHS CHART</div>
<div id="age3MonthsChart" style="display: inline-block; width: 33%; height: 400px;">AGE 3 MONTHS CHART</div>
</div>
2020-01-30 01:50:48 +01:00
<div id="6MonthsBox" style="">
2020-01-29 00:51:45 +01:00
<div id="createdClosed6MonthsChart" style="display: inline-block; width: 33%; height: 400px;">CREATED/CLOSED 6 MONTHS CHART</div>
<div id="created-Closed6MonthsChart" style="display: inline-block; width: 33%; height: 400px;">CREATED-CLOSED 6 MONTHS CHART</div>
<div id="age6MonthsChart" style="display: inline-block; width: 33%; height: 400px;">AGE 6 MONTHS CHART</div>
</div>
<div id="previousYearBox" style="display: none;">
2020-01-29 00:51:45 +01:00
<div id="createdClosedPreviousYearChart" style="display: inline-block; width: 33%; height: 400px;">CREATED/CLOSED PREVIOUS YEAR CHART</div>
<div id="created-ClosedPreviousYearChart" style="display: inline-block; width: 33%; height: 400px;">CREATED-CLOSED PREVIOUS YEAR CHART</div>
<div id="agePreviousYearChart" style="display: inline-block; width: 33%; height: 400px;">AGE PREVIOUS YEAR CHART</div>
</div>
2020-01-30 01:50:48 +01:00
<div id="fullBox" style="display: none;">
2020-01-27 17:18:10 +01:00
<div id="createdClosedFullChart" style="height: 400px;" onclick="javascript: selectMainChart('C-C');">CREATED/CLOSED FULL CHART</div>
2020-01-29 20:28:14 +01:00
<div id="created-ClosedFullChart" style="display: none; height: 400px;" onclick="javascript: selectMainChart('AGE');">CREATED-CLOSED FULL CHART</div>
2020-01-29 00:51:45 +01:00
<div id="ageFullChart" style="display: none; height: 400px;" onclick="javascript: selectMainChart('CC');">ISSUE AGE CHART</div>
</div>
</div>
<div id="part2" style="margin: 4px;">
<span style="display: inline-block; padding-top: 6px; vertical-align: text-top;"><a href="#part2">Grouped</a></span>
2020-01-20 17:52:59 +01:00
<label class="switch">
<input type="checkbox" onclick="javascript:projectsViewFlip();" />
<span class="slider round"></span>
</label>
</div>
<div id="rawView">
<div>
<div id="issueRawChart" style="width: 400px; height: 200px; display: inline-block;">ISSUES BAR CHART</div>
2020-01-23 10:37:25 +01:00
<div id="unassignedRawChart" style="width: 360px; height: 200px; display: inline-block;"></div>
2020-01-29 20:28:14 +01:00
<div id="createdClosed6MonthsChartA" style="width: 220px; height: 200px; display: inline-block;">CREATED/CLOSED 6 MONTHS CHART A</div>
<div id="created-Closed6MonthsChartA" style="width: 220px; height: 200px; display: inline-block;">CREATED-CLOSED 6 MONTHS CHART A</div>
2020-01-20 17:52:59 +01:00
</div>
<br/>
2020-01-20 17:52:59 +01:00
<div>
<div id="projectsRawView">RAW VIEW PLACE</div>
</div>
</div>
2020-01-20 17:52:59 +01:00
<div id="groupedView" style="display: none;">
<div>
<div id="issueGroupedChart" style="width: 400px; height: 200px; display: inline-block;">ISSUES BAR CHART</div>
2020-01-23 10:37:25 +01:00
<div id="unassignedGroupedChart" style="width: 360px; height: 200px; display: inline-block;"></div>
2020-01-29 20:28:14 +01:00
<div id="createdClosed6MonthsChartB" style="width: 220px; height: 200px; display: inline-block;">CREATED/CLOSED 6 MONTHS CHARTB</div>
<div id="created-Closed6MonthsChartB" style="width: 220px; height: 200px; display: inline-block;">CREATED-CLOSED 6 MONTHS CHART B</div>
2020-01-20 17:52:59 +01:00
</div>
<br/>
<div>
<div id="projectsGroupedView">GROUPED VIEW PLACE</div>
</div>
2020-01-05 17:24:43 +01:00
</div>
</div>
<script type="text/javascript">
function createClosedSelect(selection)
{
document.getElementById ('createClose3MonthsButton').classList.remove('selected');
document.getElementById ('createClose6MonthsButton').classList.remove('selected');
document.getElementById ('createClosePreviousYearButton').classList.remove('selected');
document.getElementById ('createCloseFullButton').classList.remove('selected');
document.getElementById ('3MonthsBox').style.display = 'none';
document.getElementById ('6MonthsBox').style.display = 'none';
document.getElementById ('previousYearBox').style.display = 'none';
document.getElementById ('fullBox').style.display = 'none';
if (selection == '3months')
{
document.getElementById ('createClose3MonthsButton').classList.add('selected');
document.getElementById ('3MonthsBox').style.display = 'block';
}
else if (selection == '6months')
{
document.getElementById ('createClose6MonthsButton').classList.add('selected');
document.getElementById ('6MonthsBox').style.display = 'block';
}
else if (selection == 'previousYear')
{
document.getElementById ('createClosePreviousYearButton').classList.add('selected');
document.getElementById ('previousYearBox').style.display = 'block';
}
else if (selection == 'full')
{
document.getElementById ('createCloseFullButton').classList.add('selected');
document.getElementById ('fullBox').style.display = 'block';
}
}
</script>
<script type="text/javascript">
var showRawView = true;
function projectsViewFlip ()
{
if (showRawView == true)
{
2020-01-20 17:52:59 +01:00
document.getElementById ('rawView').style.display = 'none';
document.getElementById ('groupedView').style.display = 'inline';
showRawView = false;
}
else
{
2020-01-20 17:52:59 +01:00
document.getElementById ('rawView').style.display = 'block';
document.getElementById ('groupedView').style.display = 'none';
showRawView = true;
}
}
</script>
2020-01-27 17:18:10 +01:00
<script type="text/javascript">
function selectMainChart(selection)
{
document.getElementById ('createdClosedFullChart').style.display = 'none';
document.getElementById ('created-ClosedFullChart').style.display = 'none';
2020-01-29 00:51:45 +01:00
document.getElementById ('ageFullChart').style.display = 'none';
2020-01-27 17:18:10 +01:00
if (selection == 'CC')
{
document.getElementById ('createdClosedFullChart').style.display = 'block';
}
else if (selection == 'C-C')
{
document.getElementById ('created-ClosedFullChart').style.display = 'block';
}
2020-01-29 00:51:45 +01:00
else if (selection == 'AGE')
{
document.getElementById ('ageFullChart').style.display = 'block';
}
2020-01-27 17:18:10 +01:00
}
</script>
2020-01-05 17:24:43 +01:00
</body>
</html>