ConLite/conlite/templates/standard/template.left_top.html

27 Zeilen
940 B
HTML

<html>
<head>
<title></title>
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<link rel="stylesheet" type="text/css" href="styles/contenido.css">
<script language="JavaScript" src="scripts/cfoldingrow.js"></script>
<script language="JavaScript" src="scripts/parameterCollector.js"></script>
<script language="javascript">
function resizeFrame()
{
parent.parent.frameResize.resizeTopLeftFrame(document.getElementById('top_left_container').offsetHeight+1);
}
</script>
</head>
<body onLoad="resizeFrame();" bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div id="top_left_container">
<form method="post" action="" target="blind">
<div style="height:2em;border: 1px solid #B3B3B3; padding:5px 0 5px 16px; margin-top:1px">{ACTION}</div>
</form>
</div>
</body>
</html>