VirtualBox

source: vbox/trunk/src/VBox/ValidationKit/testmanager/webui/template-graphwiz.html@ 84599

Last change on this file since 84599 was 84599, checked in by vboxsync, 5 years ago

TestManager: Reworking the changelog tooltip and adding a way to get commits for bugs for the bug trackers. Work in progress

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
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" type="image/x-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 <link href="htdocs/css/tooltip.css" rel="stylesheet" type="text/css" media="screen" />
11 <link href="htdocs/css/graphwiz.css" rel="stylesheet" type="text/css" media="screen" />
12 <script type="text/javascript" src="htdocs/js/common.js"></script>
13 <script type="text/javascript" src="htdocs/js/graphwiz.js"></script>
14 <title>@@PAGE_TITLE@@</title>
15 </head>
16
17 <body>
18 <div id="wrap">
19 <div id="head-wrap">
20 <div id="logo">
21 <img alt ="VirtualBox" src="htdocs/images/VirtualBox.svg">
22 </div>
23 <div id="header">
24 <h1>@@PAGE_TITLE@@</h1>
25 </div>
26 <div id="top-menu" class="tm-top-menu-wo-side">
27 <ul>
28 @@TOP_MENU_ITEMS@@
29 </ul>
30 </div>
31 <div id="login">
32 <p><small>
33 Logged in as <b>@@USER_NAME@@</b>@@LOG_OUT@@
34 </small></p>
35 </div>
36 </div>
37
38 <div id="main">
39 @@PAGE_BODY@@
40
41 @@DEBUG@@
42 </div>
43 </div>
44 </body>
45</html>
46
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