Name: correlation/webconsole/index.html 
1:
<!DOCTYPE html>
2:
<html>
3:
  <head>
4:
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5:
    <title>Correlation Web Console</title>
6:
    <style type="text/css">
7:
      [contenteditable] { display: inline; }
8:
      [contenteditable]:focus { outline: 0px solid transparent; }
9:
      body{ font-family: Courier,Courier New,Monospace}
10:
    </style>
11:
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
12:
    <script src="ansi_up.js"></script>
13:
    <script src="console.js"></script>
14:
  </head>
15:
  <body data-target="http://fp7-adventure.eu:9301">
16:
    <p>Correlation Web Console. Type "help" to get started.</p>
17:
    <div class="jacen" id="jaina" style="display: none">
18:
      <strong>correlation$&nbsp;</strong><div class="edit" contenteditable="true"></div>
19:
    </div>  
20:
    <div class="jacen">
21:
      <strong>correlation$&nbsp;</strong><div class="edit" contenteditable="true"></div>
22:
    </div>  
23:
  </body>
24:
</html>