32 Zeilen
780 B
HTML
32 Zeilen
780 B
HTML
<!-- subnav template -->
|
|
<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">
|
|
</head>
|
|
<body>
|
|
|
|
<div id="navcontainer">
|
|
<div style="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}">{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>
|