-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvirtual2.jsp
156 lines (142 loc) · 5.66 KB
/
virtual2.jsp
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Home Page</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
<style type="text/css">
.b1
{
background-color:#87CEFA;
}
</style>
</head>
<body>
<%
String loc=request.getParameter("location");
session.setAttribute("loc1",loc);
%>
<form class="b1">
<div id="main">
<div id="links"></div>
<div id="header">
<div id="logo">
<div id="logo_text">
<!-- class="green", allows you to change the colour of the text - other classes are: "blue", "orange", "red", "purple" and "yellow" -->
<h1>Security Architecture For Cloud Computing </h1>
</div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li class="selected"><a href="userpage.jsp">Home</a></li>
<li><a href="virtual1.jsp">Back</a></li>
</ul>
</div>
</div>
<div id="site_content">
<h1 align="center"><font color="#669933" size="+2" face="Courier New, Courier, mono"><strong>SERVICE
PROVIDER OFFER THE TYPES OF VIRTUAL PROVIDER TO SERVICE USER</strong></font></h1>
<table height="791" width="788">
<tr>
<td width="365" > <ul>
<li>
<p><font color="#999999" size="+2">VIRTUAL PROVIDER INDIA </font><img src="images/indian-flag-24.jpg" align="absmiddle" width="275" height="159" /></p>
</li>
<li>
<p><font size="+1" face="Courier New, Courier, mono">Virtual ID : VIPINDIA001</font></p>
</li>
<li>
<p><font size="+1" face="Courier New, Courier, mono">Virtual Resources</font></p>
<ul>
<li>
<p><font size="+1" face="Courier New, Courier, mono">CHENNAI</font></p>
</li>
<li>
<p><font size="+1" face="Courier New, Courier, mono">HYDERBAD</font></p>
</li>
<li>
<p><font size="+1" face="Courier New, Courier, mono">BANGALORE</font></p>
</li>
</ul>
</li>
</ul> </td>
<td width="411"> <ul>
<li>
<p><font color="#999999" size="+2"> VIRTUAL PROVIDER ENGLAND </font><img src="images/England-Flag.jpg" align="absmiddle" width="326" height="161" /></p>
</li>
<li>
<p><font size="+1" face="Courier New, Courier, mono">Virtual ID
: VIPENGLAND009</font></p>
</li>
<li>
<p><font size="+1" face="Courier New, Courier, mono">Virtual Resources</font></p>
<ul>
<li>
<p><font size="+1" face="Courier New, Courier, mono">RUTLAND</font></p>
</li>
<li>
<p><font size="+1" face="Courier New, Courier, mono">SOMERSET</font></p>
</li>
<li>
<p><font size="+1" face="Courier New, Courier, mono">SOUTH YORKSHIRE</font></p>
</li>
</ul>
</li>
</ul> </td>
</tr>
<tr>
<td width="365"> <ul>
<li>
<p><font color="#999999" size="+2">VIRTUAL PROVIDER USA </font><img src="images/usa-flags.gif" align="absmiddle" width="257" height="147" /></p>
</li>
<li>
<p><font size="+1" face="Courier New, Courier, mono">Virtual ID : VIPUSA005</font></p>
</li>
<li>
<p><font size="+1" face="Courier New, Courier, mono">Virtual Resources</font></p>
<ul>
<li>
<p><font size="+1" face="Courier New, Courier, mono">NEW YORK</font></p>
</li>
<li>
<p><font size="+1" face="Courier New, Courier, mono">CALIFORNIA</font></p>
</li>
<li>
<p><font size="+1" face="Courier New, Courier, mono">NEW MEXICO</font></p>
</li>
</ul>
</li>
</ul> </td>
<td width="411"> <ul>
<li>
<p><font color="#999999" size="+2">VIRTUAL PROVIDER AUSTRALIA </font><img src="images/australia.gif" align="absmiddle" width="329" height="134" /></p>
</li>
<li>
<p><font size="+1" face="Courier New, Courier, mono">Virtual ID : VIPAUS017</font></p>
</li>
<li>
<p><font size="+1" face="Courier New, Courier, mono">Virtual Resources</font></p>
<ul>
<li>
<p><font size="+1" face="Courier New, Courier, mono">QUEENSLAND</font></p>
</li>
<li>
<p><font size="+1" face="Courier New, Courier, mono">SOUTH WALES</font></p>
</li>
<li>
<p><font size="+1" face="Courier New, Courier, mono">TASMANIA</font></p>
</li>
</ul>
</li>
</ul> </td>
</tr>
</table>
</div>
<div id="footer"></div>
</div>
</form>
</body>
</html>