31 Zeilen
998 B
HTML
31 Zeilen
998 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 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()
|
|
{
|
|
// resizing frame
|
|
parent.parent.frameResize.resizeTopLeftFrame(document.getElementById('top_left_container').offsetHeight+1);
|
|
}
|
|
</script>
|
|
{JAVASCRIPTS}
|
|
</head>
|
|
|
|
<body onLoad="resizeFrame();">
|
|
|
|
<div id="top_left_container" style="height:2em;border: 1px solid #B3B3B3; padding:5px 0 5px 16px; margin-top:1px">
|
|
{LINK}
|
|
{CAPTION}
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|