summaryrefslogtreecommitdiff
path: root/doc/sample_html/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sample_html/index.html')
-rw-r--r--doc/sample_html/index.html40
1 files changed, 30 insertions, 10 deletions
diff --git a/doc/sample_html/index.html b/doc/sample_html/index.html
index 4e09e5ed..a74426e0 100644
--- a/doc/sample_html/index.html
+++ b/doc/sample_html/index.html
@@ -4,11 +4,12 @@
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>Coverage report</title>
<link rel='stylesheet' href='style.css' type='text/css'>
- <script type='text/javascript' src='jquery-1.3.2.min.js'></script>
+ <script type='text/javascript' src='jquery-1.4.3.min.js'></script>
<script type='text/javascript' src='jquery.tablesorter.min.js'></script>
+ <script type='text/javascript' src='jquery.hotkeys.js'></script>
<script type='text/javascript' src='coverage_html.js'></script>
<script type='text/javascript' charset='utf-8'>
- jQuery(document).ready(index_ready);
+ jQuery(document).ready(coverage.index_ready);
</script>
</head>
<body id='indexfile'>
@@ -18,6 +19,25 @@
<h1>Coverage report:
<span class='pc_cov'>39%</span>
</h1>
+ <img id='keyboard_icon' src='keybd_closed.png'>
+ </div>
+</div>
+
+<div class='help_panel'>
+ <img id='panel_icon' src='keybd_open.png'>
+ <p class='legend'>Hot-keys on this page</p>
+ <div>
+ <p class='keyhelp'>
+ <span class='key'>n</span>
+ <span class='key'>s</span>
+ <span class='key'>m</span>
+ <span class='key'>x</span>
+
+ <span class='key'>b</span>
+ <span class='key'>p</span>
+
+ <span class='key'>c</span> &nbsp; change column sorting
+ </p>
</div>
</div>
@@ -26,15 +46,15 @@
<thead>
<tr class='tablehead' title='Click to sort'>
- <th class='name left headerSortDown'>Module</th>
- <th>statements</th>
- <th>missing</th>
- <th>excluded</th>
+ <th class='name left headerSortDown shortkey_n'>Module</th>
+ <th class='shortkey_s'>statements</th>
+ <th class='shortkey_m'>missing</th>
+ <th class='shortkey_x'>excluded</th>
- <th>branches</th>
- <th>partial</th>
+ <th class='shortkey_b'>branches</th>
+ <th class='shortkey_p'>partial</th>
- <th class='right'>coverage</th>
+ <th class='right shortkey_c'>coverage</th>
</tr>
</thead>
@@ -144,7 +164,7 @@
<div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.4</a>
+ <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.5</a>
</p>
</div>
</div>