OXIESEC PANEL
- Current Dir:
/
/
home
/
cubot
/
docroot
/
VBox
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
π
..
-
02/03/2023 07:42:40 AM
rwxrwxr-x
π
Error.html
63 bytes
08/14/2022 11:04:59 AM
rw-r--r--
π
SessionExpire.html
680 bytes
08/14/2022 11:04:58 AM
rw-r--r--
π
VBox.html
4.8 KB
08/14/2022 11:04:59 AM
rw-r--r--
π
blank.html
46 bytes
08/14/2022 11:05:05 AM
rw-r--r--
π
crbt.html
6.53 KB
08/14/2022 11:04:59 AM
rw-r--r--
π
crbt_07Oct2020.html
2.39 KB
08/14/2022 11:05:05 AM
rw-r--r--
π
css
-
08/14/2022 11:04:59 AM
rwxr-xr-x
π
images
-
08/14/2022 11:04:59 AM
rwxr-xr-x
π
index.html
10.38 KB
08/14/2022 11:05:04 AM
rw-r--r--
π
index.html_16oct2019
3.11 KB
08/14/2022 11:05:05 AM
rw-r--r--
π
index_17sep2019.html
7.02 KB
08/14/2022 11:05:05 AM
rw-r--r--
π
index_new.html
2.49 KB
08/14/2022 11:05:05 AM
rw-r--r--
π
index_tr.html
2.41 KB
08/14/2022 11:04:59 AM
rw-r--r--
π
js
-
08/14/2022 11:05:05 AM
rwxr-xr-x
π
kpi
-
08/14/2022 11:04:58 AM
rwxr-xr-x
π
map
-
08/14/2022 11:05:01 AM
rwxr-xr-x
π
map_birla
-
08/14/2022 11:05:04 AM
rwxr-xr-x
π
map_birla_bkup
-
08/14/2022 11:05:05 AM
rwxr-xr-x
π
mvas.html
2.41 KB
08/14/2022 11:05:05 AM
rw-r--r--
π
target
-
08/14/2022 11:04:58 AM
rwxr-xr-x
π
vuetify
-
08/14/2022 11:04:59 AM
rwxr-xr-x
Editing: VBox.html
Close
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style> html,body{ padding:0; margin:0; overflow:hidden; background:#4180FF; color:black; font-family: Arial, Helvetica, sans-serif; font-size:12px; height:100%; width:100%; } .top { width: 100%; position: relative; height: 193px; } .left { float: left; } .right { float: right; width: 80%; height: 173px; vertical-align: bottom; } .name { color: white; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; padding-left: 5px; } td { vertical-align: top; } .upperStrip { height: 193px; font-size: 16px; color: #6D6463; font-weight: bold; text-align: center; padding: 0px; margin: 0px; background-color: white; background-image: url(/VBox/css/images/logo.png); background-repeat: no-repeat; background-position: 10px 10px; width: 161px; } #userName, #password { width: 150px; border: 2px solid #BBB; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; font-size: 14px; margin-bottom:10px; margin-right:10px; } .loginButton1 { background-color: black; padding: 4px 15px 4px 15px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; color: #ef7e33; font-weight: bold; cursor:pointer; } .loginButton1:hover { background-color: #464645; } .error{ height:60%;} .cuberr{ color:red;} .bottom { width: 100%; position: relative; height: 100%; } .b-left { float: left; width: 160px; height: 100%; background-color: #4180FF; } .b-right { background-color: white; width: 100%; height: 100%; } .VBMSG { float: left; width: 18%; height: 100%; border-right: 1px solid #BBB; padding: 30px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 20px; } a { color:#0052FF } .graph{ height: 100%; width: 60%; float: left; text-align: center; } #imgDiv { border:2px solid grey; margin-top:5px; border-radius:2px; } </style> <script> function mysubmit(){ if (typeof(window.top.frames['frame1']) != "undefined"){ document.forms[0].db.value = window.top.frames['frame1'].document.dbform.db.value; } else if(window.top.location.href.indexOf("db")>0){ document.forms[0].db.value = window.top.location.href.split('db=')[1].split('&')[0].replace('#',''); } document.forms[0].submit(); } var imgArr=["Stock.png","Heat.png","Tree.png","Map.png","Combo.png","Donut.png","Line.png","PieText.png","Spider.png", "Stack.png"]; var pt=0; function changeImg(){ pt=pt+1; if(pt>=imgArr.length) pt=0; document.getElementById("imgDiv").src="/VBox/images/"+imgArr[pt]; setTimeout(changeImg,3000); } setTimeout(changeImg,3000); </script> </head> <body> <div class=top> <div class="left upperStrip"> </div> <div class=right> <div class=error></div> <form Name=fl class=sfl Method=post Action="login.rx"> <table align=center cellpadding=0 cellspacing=0 border=0 style="margin-right:10%"> <tr> <td class=name>User Name</td><td class=name>Password</td><td class=name>Domain</td><td> </td> </tr> <tr> <td><input type=textbox id=userName name=userid val="" maxlength=32 tabindex=1></td> <td><input type=password id=password name=pass val="" maxlength=20 tabindex=2></td> <td width="135"><Select name='domain' class=inputcombo style='WIDTH:155' > <option value = cubot>cubot <option value = onmobile.com>onmobile.com </SELECT><td> <td><button class=loginButton onClick="mysubmit();" tabindex=3>Login</button></td> </tr> </table> <INPUT Type=hidden Name=db Value="demo_dist" > </form> </div> </div> <div class=bottom> <div class=b-left></div> <div class=b-right> <div class=VBMSG> <span alt="Visual DATA BOX"><img src="/VBox/css/images/vbox.png"></span> <p>is a management information tool.</p><p>It combines stunning visuals with dynamic analysis to provide insights like never before.</p> <p><a>Rich visualisation</a> tells the βwhatβ of your business such that you focus on numbers that really matter. You don't have to deal with the clutter of tabular reports anymore.</p> <p><a>Dynamic Analysis</a> helps you understand the βwhyβ behind those numbers.</p> <p>Login and explore....management information will never be the same again.</p> </div> <div class=graph> <img onclick="return changeImg()" id=imgDiv src="/VBox/images/Stock.png"> </div> </div> </body> </html>