Last change
on this file since 65039 was 65010, checked in by vboxsync, 8 years ago |
testmanager/webui: Shrunk the layout a little. Proper fix for scrolling main content with the arrow down and up keys.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
2.0 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 | <div id="wrap">
|
---|
16 | <div id="head-wrap">
|
---|
17 | <div id="logo">
|
---|
18 | <img alt ="VirtualBox" src="htdocs/images/VirtualBox.svg">
|
---|
19 | </div>
|
---|
20 | <div id="header">
|
---|
21 | <h1>@@PAGE_TITLE@@</h1>
|
---|
22 | </div>
|
---|
23 | <div id="login">
|
---|
24 | <p><small>
|
---|
25 | Logged in as <b>@@USER_NAME@@</b>@@LOG_OUT@@
|
---|
26 | </small></p>
|
---|
27 | </div>
|
---|
28 | <div id="top-menu">
|
---|
29 | <ul>
|
---|
30 | @@TOP_MENU_ITEMS@@
|
---|
31 | </ul>
|
---|
32 | </div>
|
---|
33 | </div>
|
---|
34 |
|
---|
35 | <div id="side-menu">
|
---|
36 | <form id="side-menu-form">
|
---|
37 | <ul>
|
---|
38 | @@SIDE_MENU_ITEMS@@
|
---|
39 | </ul>
|
---|
40 | @@SIDE_FILTER_CONTROL@@
|
---|
41 | </form>
|
---|
42 | <div id="side-footer">
|
---|
43 | <p>
|
---|
44 | VBox Test Manager<br/>@@TESTMANAGER_VERSION@@r@@TESTMANAGER_REVISION@@
|
---|
45 | </p>
|
---|
46 | <br>
|
---|
47 | <p>Copyright © 2012-2017 Oracle Corporation</p>
|
---|
48 | </div>
|
---|
49 | </div>
|
---|
50 |
|
---|
51 | <div id="main">
|
---|
52 | @@PAGE_BODY@@
|
---|
53 |
|
---|
54 | @@DEBUG@@
|
---|
55 | </div>
|
---|
56 | </div>
|
---|
57 | </body>
|
---|
58 | </html>
|
---|
59 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.