source: drbl-virt/web/WebContent/index.html @ 221

Last change on this file since 221 was 200, checked in by rock, 14 years ago

Bugfix: var error

File size: 1.1 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5<title>DRBL-Virtualization</title>
6
7  <link href="css/jquery-ui.css" rel="stylesheet" type="text/css"/>
8  <script src="jquery/jquery.min.js"></script>
9  <script src="jquery/jquery-ui.min.js"></script>
10 
11  <script>
12  $(document).ready(function() {
13    $("#tabs").tabs();
14  });
15  </script>
16
17</head>
18
19<body style="font-size:85%;">
20
21<div id="wrapper">
22<img src="image/drbl-virt_logo.png">
23</div>
24
25<div id="tabs">
26    <ul>
27        <li><a href="home.html"><span>Home</span></a></li>
28        <li><a href="drbl_client.jsp"><span>DRBL client management</span></a></li>
29        <li><a href="drbl_vm.jsp"><span>VM management</span></a></li>
30        <li><a href="account.jsp"><span>Account</span></a></li>
31        <li><a href="link.html"><span>Link</span></a></li>
32    </ul>
33    <div id="fragment-1">
34
35    </div>
36    <div id="fragment-2">
37
38    </div>
39    <div id="fragment-3">
40
41    </div>
42</div>
43
44</body>
45</html>
Note: See TracBrowser for help on using the repository browser.