VirtualBox

source: vbox/trunk/src/VBox/ValidationKit/testmanager/webui/template-details.html@ 69111

最後變更 在這個檔案從69111是 65215,由 vboxsync 提交於 8 年 前

template-graphwiz.html: update

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.7 KB
 
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/details.css" rel="stylesheet" type="text/css" media="screen" />
11 <script type="text/javascript" src="htdocs/js/common.js"></script>
12 <title>@@PAGE_TITLE@@</title>
13 </head>
14
15 <body>
16 <div id="wrap">
17 <div id="head-wrap">
18 <div id="logo">
19 <img alt ="VirtualBox" src="htdocs/images/VirtualBox.svg">
20 </div>
21 <div id="header">
22 <h1>@@PAGE_TITLE@@</h1>
23 </div>
24 <div id="top-menu" class="tm-top-menu-wo-side">
25 <ul>
26 @@TOP_MENU_ITEMS@@
27 </ul>
28 </div>
29 <div id="login">
30 <p><small>
31 Logged in as <b>@@USER_NAME@@</b>@@LOG_OUT@@
32 </small></p>
33 </div>
34 </div>
35
36 <div id="main">
37 @@PAGE_BODY@@
38
39 @@DEBUG@@
40 </div>
41 </div>
42 </body>
43</html>
44
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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