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

29 Zeilen
973 B
HTML

<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="styles/contenido.css">
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<script type="text/javascript" src="scripts/HTMLObj.js.php?contenido={SESSID}"></script>
<script type="text/javascript" src="scripts/contenidoConfig.js"></script>
<script type="text/javascript" src="scripts/infoBox.js"></script>
<script type="text/javascript" src="scripts/general.js"></script>
<script type="text/javascript">
function resizeFrame()
{
parent.parent.frameResize.resizeTopLeftFrame(document.getElementById('top_left_container').offsetHeight+1);
}
</script>
</head>
<body bgcolor="#FFFFFF" onLoad="resizeFrame()">
<div id="top_left_container" style="height: 2em; padding: 7px 0 0 15px; border: 1px solid #B3B3B3; margin-top: 1px">
{CAPTION}
{NEWSTYLE}
</div>
</body>
</html>