blob: 1528a0da39d1cf595696d118d86b8175e4a17d97 (
plain) (
blame)
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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>MultiClouds Project</title>
<style>
body {
background-color: #c9ff96;
}
#menu
{
float : left;
width : 180px;
height: 300px;
padding-left: 40px;
line-height: 50px;
font-size: 30px;
}
#menu p
{
font-weight: bold;
color : blue;
border-bottom : 1px dotted;
text-decoration : none;
background: lightgreen;
}
</style>
</head>
<body>
<div id="menu">
<p> B o x . c o m  </p>
<p>   Drop Box    </p>
<p>Google Drive  </p>
<p>  Sky   Drive  </p>
</div>
<p><br/><br/><br/></p>
<p>        
        <input type="button" onClick="parent.location='http://multiclouds.appspot.com/user/adddropbox'" value="Extend Dropbox">
     
        <input type="button" onClick="parent.location='http://multiclouds.appspot.com/user/addgdrive'" value="Extend Google Drive">
     
        <input type="button" onClick="parent.location='http://multiclouds.appspot.com/user/addskydrive'" value="Extend SkyDrive">
     
        <input type="button" onClick="parent.location='http://multiclouds.appspot.com/user/addbox'" value="Extend Box">
     
        <input type="button" onClick="parent.location='http://multiclouds.appspot.com/user/getallinfo'" value="List All Data Info">
<br/>
</p><br/><br/><br/><br/><br/><br/>
                           
                           
                           
                           
                           
                           
<a href="http://multiclouds.appspot.com/user/contactus" style="font-size: 25px; border: 1px outset green; color: green; text-shadow: 3px 3px lightgreen;" >Contact Us</a>
          
<a href="http://multiclouds.appspot.com/_ah/openid_logout?continue=http://multiclouds.appspot.com" style="font-size: 25px; border: 1px outset green; color: green; text-shadow: 3px 3px lightgreen;">Log Out</a>
</body>
</html>
|