Files

58 lines
1.3 KiB
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html>
<head>
<title></title>
<script src="/Scripts/jquery-1.9.1.min.js" type="text/javascript"></script>
<style type="text/css">
*{
margin:0px;
padding:0px;
text-indent:0;
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
.hiddentable
{
height:100%;
border-collapse: collapse;
border-spacing: 0;
}
.hiddentable td.hiddentop
{
height:240px;
}
.hiddentable td a
{
display:block;
}
</style><script type="text/javascript">
function closeLeft() {
if ($(window.parent.fst).attr("cols") == "220,0,*") {
$(window.parent.fst).attr("cols", "0,14,*");
$(window.parent.midFrame).find("#switchs").attr("src", "/images/arrow-r.gif");
} else {
$(window.parent.fst).attr("cols", "220,0,*");
$(window.parent.midFrame).find("#switchs").attr("src", "/images/arrow-l.gif");
}
}
</script></head>
<body style=" background-color:#eee;">
<table class="hiddentable">
<tbody>
<tr>
<td class="hiddentop"></td></tr>
<tr>
<td class="hiddenl">
<a href="javascript:void();" onclick="closeLeft()"><img
src="images/arrow-l.gif" id="switchs" />
</a></td></tr>
<tr>
<td class="hiddenbottom"></td></tr></tbody></table>
</body>
</html>