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

37 Zeilen
814 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">
<!--script type="text/javascript" src="scripts/rowMark.js"></script-->
<script type="text/javascript" src="scripts/subnav.js"></script>
</head>
<body>
<div id="navcontainer">
<ul id="navlist" style="padding-left: 250px;">
<!-- BEGIN:BLOCK -->
<li id="{ID}">{CAPTION}</li>
<!-- END:BLOCK -->
</ul>
</div>
<script type="text/javascript">
// parent.frameResize.init();
/*
if (cObj = document.getElementById('c_0')) {
sub.click(cObj);
}
*/
sub.init();
</script>
{DEFAULT}
</body>
</html>