aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration/sonar-it-reference-plugin/src/main/resources/itests/resourcetab/public/sample.html
blob: 6aecf69f757e4e25e9b0ef519ad174b3107e5a79 (plain)
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
36
37
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Metrics</title>
  <link href="http://localhost:9000/dev/stylesheets/reset-fonts-grids-2.2.2.css" media="all" rel="Stylesheet" type="text/css" />
  <link href="http://localhost:9000/dev/stylesheets/style.css" media="all" rel="Stylesheet" type="text/css" />
  <link href="http://localhost:9000/dev/stylesheets/style-gwt.css" media="all" rel="Stylesheet" type="text/css" />
  <script src="http://localhost:9000/dev/javascripts/application.js" type="text/javascript"></script>
  <script src="http://localhost:9000/dev/javascripts/prototype.js" type="text/javascript"></script>
  <script src="http://localhost:9000/dev/javascripts/scriptaculous.js" type="text/javascript"></script>
</head>

<body>
<script type="text/javascript">
var config = {
  "sonar_url": "http://localhost:9000/dev",
  "sourceviewer_source_key": "org.sonar.samples:main-sample:org.sonar.samples.ClassUnderTest"
};
var sourceviewers = {
  "Sample": "itests.sourceviewer.GwtSampleSourceViewer"
};
</script>
<div class="error" id="error" style="display:none"><span id="errormsg"></span> &nbsp;&nbsp;[<a href="#" onclick="javascript:$('error').hide();return false;">hide</a>]</div>
<div class="warning" id="warning" style="display:none"><span id="warningmsg"></span> &nbsp;&nbsp;[<a href="#" onclick="javascript:$('warning').hide();return false;">hide</a>]</div>
<div class="notice" id="info" style="display:none"><span id="infomsg"></span> &nbsp;&nbsp;[<a href="#" onclick="javascript:$('info').hide();return false;">hide</a>]</div>


<a href="#" onclick="load_itests_sourceviewer_GwtSampleSourceViewer();">load source</a>


<div id="sourceviewers"></div>
<script type="text/javascript" language="javascript" src="itests.sourceviewer.GwtSampleSourceViewer.nocache.js"></script>
</body>
</html>