Skip to content

Commit bb5983a

Browse files
Add files via upload
0 parents  commit bb5983a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1118
-0
lines changed

.menu.html.swp

12 KB
Binary file not shown.

LOGO.png

21.2 KB
Loading

OBJECT.png

58.5 KB
Loading

OBJECT1.jpg

37.1 KB
Loading

a.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<form action='scripts/a.py'>
2+
<input type='submit'>
3+
</form>

ansblock.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<form action='/scripts/ansblock.py'>
2+
Enter username: <input type='text' name='user'/></br>
3+
Enter password: <input type='password' name='paswd'/></br>
4+
Enter ip: <input type='text' name='ip'/> </br>
5+
Enter vgname: <input type='text' name='vg'/> </br>
6+
Enter size in MB: <input type='text' name='size'/></br>
7+
Enter client ip: <input type='text' name='clientip'/> </br>
8+
Enter client password: <input type='password' name='clientpass'/></br>
9+
10+
<input type='submit' />
11+
</form>
12+
13+

ansshfs.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<form action='scripts/sshfs.py'>
2+
Cip: <input name='cip' /><br/>
3+
Cpassword: <input name='cpass' /><br/>
4+
Sip: <input name='sip' /><br/>
5+
Spass: <input name='spass'>
6+
UserName : <input name='user' /><br/>
7+
VG : <input name='vg' /><br/>
8+
Size: <input name='size' /><br/>
9+
<input type='submit' />
10+
</form>

block.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<html>
2+
<body bgcolor="LAVENDER">
3+
<b>
4+
<center>
5+
<marquee bgcolor="" hspace=10 vspace=10 height=40><font> BLOCK STORAGE AS A SERVICE</font></marquee> </b>
6+
<font style= 'italic'>
7+
8+
</font>
9+
<form action='scripts/ansblock.py'>
10+
UserName : <input name='user' />
11+
password : <input name='paswd'>
12+
Size : <input name='size' />
13+
Ip : <input name='ip' />
14+
Vg : <input name='vg' />
15+
Cpass : <input name='clientpass' />
16+
Cip: <input name='clientip' />
17+
<br>
18+
<input type="submit" value='Create drive' size="10" name='drive'><br><br>
19+
</form>
20+
</center>
21+
</form>
22+
</body>
23+
</html>

blockstorage.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<html>
2+
<body bgcolor="LAVENDER">
3+
<br>
4+
<form action="/scripts/ansblock.py" method="post">
5+
<center>
6+
<font size='10' face="arial"<b><u> WELCOME TO BLOCK STORAGE</u></b></font><br>
7+
<font size=3><br><br>
8+
Username:<br>
9+
<input type='text' name='user'><br>
10+
Password:<br>
11+
<input type='password' name='paswd'>
12+
<br><br>
13+
Ip Address:<br>
14+
<input type='text' name='ip'><br>
15+
Vg Name:<br>
16+
<input type='text' name='vg'>
17+
<br>
18+
19+
clientip:<br>
20+
<input type='text' name='clientip'><br>
21+
clientpass:<br>
22+
<input type='password' name='clientpass'>
23+
<br>
24+
Size Required:<br>
25+
<input type='text' name='size'>
26+
<br><br>
27+
<input type="submit" value="Configure Block Storage" size="10">
28+
29+
</font>
30+
</center>
31+
</form>
32+
<center>
33+
<font size=4>
34+
<br><br>
35+
36+
</font>
37+
</center>
38+
</body>
39+
</html>

caas.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<html>
2+
<body background="bg3.jpg">
3+
<form action="/scripts/caas.py">
4+
5+
<img src="caas.png" width="100% height:"400";>
6+
7+
<b><font co<font color="NAVY" size="8"><u><marquee size="5" > CLOUDHAT WEBSERVICES</marquee></u>
8+
</font><br><br><br>
9+
10+
<h1><p><font color="orange"><b>FEATURES:</b></p></h1><br></font>
11+
<h2><p><font color="NAVY">-><b>Launch Docker from multiple images</b></p><br>
12+
<p>-><b>Launch multiple Dockers at same time</b></p><br>
13+
<p>-><b>Create your Docker image</b></p><br>
14+
<p>-><b>Manage your Docker</b></p><br>
15+
<p>-><b>Docker shell</b></p><br>
16+
<p>-><b>Configure an imagre from pre-services</b></p><br>
17+
<p>-><b>get all the images at same time</b</p></h2><br></font>
18+
19+
<center>
20+
21+
<input type='submit' value="Launch">
22+
23+
</center></form>
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)