OXIESEC PANEL
- Current Dir:
/
/
home
/
cubot
/
docroot
/
edash
/
fe
/
feout
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2022 11:11:54 AM
rwxr-xr-x
📄
analyse_by.html
297 bytes
08/14/2022 11:11:54 AM
rw-r--r--
📄
caption.gif
7.82 KB
08/14/2022 11:11:54 AM
rw-r--r--
📄
curve.gif
1.39 KB
08/14/2022 11:11:54 AM
rw-r--r--
📄
custom_page.html
3.96 KB
08/14/2022 11:11:54 AM
rw-r--r--
📄
etl_help.html
8.38 KB
08/14/2022 11:11:54 AM
rw-r--r--
📄
first.html
1.53 KB
08/14/2022 11:11:54 AM
rw-r--r--
📄
head.gif
6.75 KB
08/14/2022 11:11:54 AM
rw-r--r--
📄
imageleft.html
1.37 KB
08/14/2022 11:11:54 AM
rw-r--r--
📄
imageright.html
1.37 KB
08/14/2022 11:11:54 AM
rw-r--r--
📄
login_page.html
1.52 KB
08/14/2022 11:11:54 AM
rw-r--r--
📄
measure_by.html
297 bytes
08/14/2022 11:11:54 AM
rw-r--r--
📄
news.html
0 bytes
08/14/2022 11:11:54 AM
rw-r--r--
📄
newstips.html
1.02 KB
08/14/2022 11:11:54 AM
rw-r--r--
📄
sampledb_first.html
796 bytes
08/14/2022 11:11:54 AM
rw-r--r--
📄
top_frame_home.html
300 bytes
08/14/2022 11:11:54 AM
rw-r--r--
Editing: first.html
Close
<html> <head> <title>CUBOT :: Login</title> <link href="/edash/assets/default/styles/main.css" rel="stylesheet" type="text/css"> <script> function getClientLogoLink(){ var loc = new String(window.parent.document.location); if (loc.indexOf("https://")!= -1) prefix = "https://"; else prefix = "http://"; try{ var array= window.top.location.href.split("db="); var dbarray=array[1].split("&"); logourl=prefix + document.domain + "/edash/assets/default/images/" + dbarray[0] +"_logo.gif" } catch(e){ logourl=prefix + document.domain + "/edash/assets/default/images/sampledb_logo.gif" } document.getElementById('logoid').style.background="#FFF url("+logourl+") no-repeat"; } </script> </head> <body onLoad="getClientLogoLink();"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td class="header_bg"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td class="header_bg_start"><div id="logoid" class="clientlogo"></div></td> <td class="header_bg_middle"> <div id="topright"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td> </td> </tr> <tr> <td align="right"><div class="poweredbycubot"></div></td> </tr> </table> </div> </td> <td class="header_bg_end"></td> </tr> </table> </td> </tr> <tr> <td class="header_subbar"></td> </tr> </table> </body> </html>