-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (33 loc) · 1.6 KB
/
index.html
File metadata and controls
35 lines (33 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>EmbeddedMontiArc Report</title>
<link rel="stylesheet" href="report/js/jquery-ui-1.12.1/jquery-ui.min.css">
<link rel="stylesheet" href="report/css/index.css">
<script src="report/js/dataTable/jquery-3.3.1.min.js"></script>
<script src="report/js/jquery-ui-1.12.1/jquery-ui.min.js"></script>
</head>
<body>
<div id="my-title"><div>Reports</div></div>
<div id="button-gr-container" class="custom-button-container">
<a id="button-gr" class="custom-button ui-button ui-widget ui-corner-all" href="report/grammarReport.html">Grammars</a>
<!--<p class="text-to-button">Shows all Grammars from <b>EmbeddedMontiArc</b>, <b>MontiSim</b> and <b>MontiCore</b>.-->
<!--<b>MontiCore</b> is seperated in <b>MontiCore - MainGrammars</b> and <b>MontiCore - Test</b></p>-->
</div>
<div id="button-cq-container" class="custom-button-container">
<a id="button-cq" class="custom-button ui-button ui-widget ui-corner-all" href="report/componentQuality.html">Component Quality</a><br>
<!--<p class="text-to-button">Shows all Grammars</p>-->
</div>
<div id="button-tq-container" class="custom-button-container">
<a id="button-tq" class="custom-button ui-button ui-widget ui-corner-all" href="report/testReport.html">Test Quality</a>
<!--<p class="text-to-button">Shows all Grammars</p>-->
</div>
<script>
$(document).ready( function() {
$( ".widget input[type=submit], .widget a, .widget button" ).button();
} );
</script>
</body>
</html>