58 Zeilen
Kein EOL
1,3 KiB
HTML
58 Zeilen
Kein EOL
1,3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<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/subnav.js"></script>
|
|
<script type="text/javascript" src="scripts/messageBox.js.php?contenido={SESSID}"></script>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
|
|
<style type="text/css">
|
|
<!--
|
|
div.menuless {
|
|
padding-left: 250px;
|
|
}
|
|
div.menuless .frame_handle {
|
|
display: none;
|
|
}
|
|
-->
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="navcontainer" class="{CLASS}">
|
|
|
|
<div style="float:left;" class="frame_handle">
|
|
<img src="images/frame_handle_re.gif" style="border:0px;float:left;">
|
|
<img style="margin:7px 0 0 7px;" id="toggleimage" onClick="parent.parent.frameResize.toggle()" src="images/spacer.gif" border="0">
|
|
</div>
|
|
|
|
<ul id="navlist">
|
|
<!-- BEGIN:BLOCK -->
|
|
<li id="{ID}" class="{CLASS}">{CAPTION}</li>
|
|
<!-- END:BLOCK -->
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
<script type="text/javascript">
|
|
if (parent.parent.frames[0].name != "header")
|
|
{
|
|
parent.parent.frameResize.init();
|
|
}
|
|
sub.init();
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html> |