summaryrefslogtreecommitdiffstats
path: root/web/changesummary/index.shtml
diff options
context:
space:
mode:
Diffstat (limited to 'web/changesummary/index.shtml')
-rw-r--r--web/changesummary/index.shtml234
1 files changed, 234 insertions, 0 deletions
diff --git a/web/changesummary/index.shtml b/web/changesummary/index.shtml
new file mode 100644
index 0000000..5d45217
--- /dev/null
+++ b/web/changesummary/index.shtml
@@ -0,0 +1,234 @@
+<html>
+
+<head>
+ <title>BM Change Summary</title>
+ <script type="text/javascript" src="../global/jquery-1.4.2.min.js"></script>
+ <script type="text/javascript"
+ src="../global/tablesorter/jquery.tablesorter.js">
+ <script type="text/javascript" src="../global/boxover/boxover.js"></script>
+ <script type="text/javascript" src="../global/global.js"></script>
+ <script type="text/javascript" src="main.js"></script>
+
+ <link rel="stylesheet" href="../global/style.css" type="text/css" />
+ <link type="text/css" rel="stylesheet"
+ href="../global/tablesorter/docs/css/jq.css" />
+ <link type="text/css" rel="stylesheet"
+ href="../global/tablesorter/themes/bm/style.css" />
+</head>
+
+<body>
+
+<span id="title" style="font-size:18; font-weight:bold">BM Change Summary</span>
+&nbsp;&nbsp;&nbsp;
+
+<span style="white-space:nowrap">
+<span id="status">no status</span>
+<img alt="spinner" id="spinner" src="images/ajax-spinner.gif"
+ style="display:none"/>
+</span>
+
+<br />
+
+<a id="mainPageLink" href="">main page</a>
+<script type="text/javascript">
+$("#mainPageLink").attr("href", "http://" + location.host + "/bm2");
+</script>
+
+<br />
+<br />
+
+
+<!-- BEGIN Ranking target -------------------------------------------- -->
+
+<table style="border:0">
+<tr>
+<td style="border:0">
+<fieldset>
+<legend>Ranking Target</legend>
+
+<!-- Primary change type: -->
+<select id="primary_change_type" onchange="updateRankingTarget()">
+ <option singular_name="regression" tag="regr">Regressions</option>
+ <option singular_name="improvement" tag="impr">Improvements</option>
+</select>
+
+<br />
+
+<!-- Secondary change type: -->
+<select id="secondary_change_type" onchange="updateMainTable()">
+ <option id="last_change" tag="last"></option>
+ <option id="max_change_last_week" tag="7"></option>
+ <option id="max_change_last_month" tag="30"></option>
+ <option id="max_change_last_6_months" tag="180"></option>
+ <option id="max_change_ever" tag="all"></option>
+</select>
+
+<br />
+<input id="incl_premature_changes" type="checkbox"
+ onchange="updateMainTable()"/>
+<label id="incl_premature_changes_label">Include premature changes</label>
+
+</fieldset>
+</td>
+</tr>
+</table>
+
+<!-- END Ranking target -------------------------------------------- -->
+
+<br />
+<br />
+
+<!-- BEGIN Main tables (exactly one will be visible at a time) ----- -->
+
+<!-- ... regressions (excluding premature ones): ---------------- -->
+
+<div id="div_mt_regr_last" style="display:block">
+<table id="mt_regr_last" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<div id="div_mt_regr_7" style="display:none">
+<table id="mt_regr_7" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<div id="div_mt_regr_30" style="display:none">
+<table id="mt_regr_30" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<div id="div_mt_regr_180" style="display:none">
+<table id="mt_regr_180" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<div id="div_mt_regr_all" style="display:none">
+<table id="mt_regr_all" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<!-- ... regressions (including premature ones): ---------------- -->
+
+<div id="div_mt_regr_last_pmt" style="display:none">
+<table id="mt_regr_last_pmt" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<div id="div_mt_regr_7_pmt" style="display:none">
+<table id="mt_regr_7_pmt" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<div id="div_mt_regr_30_pmt" style="display:none">
+<table id="mt_regr_30_pmt" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<div id="div_mt_regr_180_pmt" style="display:none">
+<table id="mt_regr_180_pmt" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<div id="div_mt_regr_all_pmt" style="display:none">
+<table id="mt_regr_all_pmt" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<!-- ... improvements (excluding premature ones): ---------------- -->
+
+<div id="div_mt_impr_last" style="display:none">
+<table id="mt_impr_last" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<div id="div_mt_impr_7" style="display:none">
+<table id="mt_impr_7" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<div id="div_mt_impr_30" style="display:none">
+<table id="mt_impr_30" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<div id="div_mt_impr_180" style="display:none">
+<table id="mt_impr_180" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<div id="div_mt_impr_all" style="display:none">
+<table id="mt_impr_all" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<!-- ... improvements (including premature ones): ---------------- -->
+
+<div id="div_mt_impr_last_pmt" style="display:none">
+<table id="mt_impr_last_pmt" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<div id="div_mt_impr_7_pmt" style="display:none">
+<table id="mt_impr_7_pmt" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<div id="div_mt_impr_30_pmt" style="display:none">
+<table id="mt_impr_30_pmt" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<div id="div_mt_impr_180_pmt" style="display:none">
+<table id="mt_impr_180_pmt" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<div id="div_mt_impr_all_pmt" style="display:none">
+<table id="mt_impr_all_pmt" class="tablesorter" border="0"
+ cellpadding="0" cellspacing="1">
+<!--#include file="cstabledef.html" -->
+</table>
+</div>
+
+<!-- END Main table -------------------------------------------- -->
+
+</body>
+</html>