|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/www/FusionChart/Contents/assets/ui/js/ |
Upload File : |
<html>
<head>
<style type="text/css">
body, table, tr, td
{
padding:0;
margin:0;
}
table
{
cursor:pointer;
}
table.expand
{
/*border-left:1px solid #e5e5e5;*/
}
</style>
<script type="text/javascript">
function isLocalStorageAvailable()
{
try
{
return ('localStorage' in window==true && window['localStorage'] !== null && typeof localStorage.getItem=='function');
}
catch(e)
{
return false;
}
}
var isLocalStore = isLocalStorageAvailable() ;
function expandCollapse()
{
if(isLocalStore) {
localStorage.removeItem("FC__MENU_COLLAPSED");
localStorage.setItem("FC__MENU_COLLAPSED", false);
}
try{ parent.document.getElementById("mainframeset").cols = "255,0,*"; }
catch(e) {}
}
</script>
</head>
<body style="padding:0; margin:0; margin-left:6px; margin-top:7px;">
<table id="ectable" cellpadding="0" cellspacing="0" border="0" width="18" height="100%" class="expand" title="Click here to show the Navigation Panels">
<tr><td height="100%" valign="top" align="middle" onClick="expandCollapse();" >
<img id="ec" src="../Images/expand.png" title="Show navigation panels" width="16" height="16"/>
</td></tr>
</table>
</body>
</html>