summaryrefslogtreecommitdiffstats
path: root/src/VBox/ValidationKit/testmanager/webui/template-graphwiz.html
blob: 4e1dc0c888f5d837608e55fd4503e698008f77ba (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
38
39
40
41
42
43
44
45
46
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
    <head>
        <meta http-equiv="content-type"             content="text/html; charset=UTF-8" />
        <meta http-equiv="content-language"         content="en" />
        <meta name="language"                       content="en" />
        <link href="htdocs/images/tmfavicon.ico"    rel="shortcut icon" type="image/x-icon" />
        <link href="htdocs/images/tmfavicon.ico"    rel="icon"          type="image/x-icon" />
        <link href="htdocs/css/common.css"          rel="stylesheet"    type="text/css" media="screen" />
        <link href="htdocs/css/tooltip.css"         rel="stylesheet"    type="text/css" media="screen" />
        <link href="htdocs/css/graphwiz.css"        rel="stylesheet"    type="text/css" media="screen" />
        <script type="text/javascript" src="htdocs/js/common.js"></script>
        <script type="text/javascript" src="htdocs/js/graphwiz.js"></script>
        <title>@@PAGE_TITLE@@</title>
    </head>

    <body>
        <div id="wrap">
            <div id="head-wrap">
                <div id="logo">
                    <img alt ="VirtualBox" src="htdocs/images/VirtualBox.svg">
                </div>
                <div id="header">
                    <h1>@@PAGE_TITLE@@</h1>
                </div>
                <div id="top-menu" class="tm-top-menu-wo-side">
                    <ul>
                        @@TOP_MENU_ITEMS@@
                    </ul>
                </div>
                <div id="login">
                    <p><small>
                        Logged in as <b>@@USER_NAME@@</b>@@LOG_OUT@@
                    </small></p>
                </div>
            </div>

            <div id="main">
                @@PAGE_BODY@@

                @@DEBUG@@
            </div>
        </div>
    </body>
</html>