VirtualBox

source: vbox/trunk/src/VBox/ValidationKit/testmanager/webui/template.html@ 64951

Last change on this file since 64951 was 64951, checked in by vboxsync, 8 years ago

testmanager: new result groupings; tab order hack.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1<!DOCTYPE HTML>
2<html lang="en">
3<head>
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
5 <meta http-equiv="content-language" content="en" />
6 <meta name="language" content="en" />
7 <link href="htdocs/images/tmfavicon.ico" rel="shortcut icon" />
8 <link href="htdocs/images/tmfavicon.ico" rel="icon" type="image/x-icon" />
9 <link href="htdocs/css/common.css" rel="stylesheet" type="text/css" media="screen" />
10 <script type="text/javascript" src="htdocs/js/common.js"></script>
11 <title>@@PAGE_TITLE@@</title>
12</head>
13
14<body>
15
16<div id="logo">
17 <img alt ="VirtualBox" src="htdocs/images/VirtualBox.svg">
18</div>
19
20<div id="header">
21 <h1>@@PAGE_TITLE@@</h1>
22</div>
23
24<div id="login">
25 <p><small>
26 Logged in as <b>@@USER_NAME@@</b>@@LOG_OUT@@
27 </small></p>
28</div>
29
30<div id="side-menu">
31 <ul>
32 @@SIDE_MENU_ITEMS@@
33 </ul>
34 <div id="side-footer">
35 <p>
36 VBox Test Manager<br/>@@TESTMANAGER_VERSION@@r@@TESTMANAGER_REVISION@@
37 </p>
38 <br>
39 <p>Copyright &copy; 2012-2016 Oracle Corporation</p>
40 </div>
41</div>
42
43<div id="top-menu">
44 <ul>
45 @@TOP_MENU_ITEMS@@
46 </ul>
47</div>
48
49<div id="main" tabindex="1">
50 @@PAGE_BODY@@
51
52 @@DEBUG@@
53</div>
54
55
56</body>
57</html>
58
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette