ConLite/conlite/templates/standard/frameset_menuless_content.html

26 Zeilen
977 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>:: :: :: :: ConLite {VERSION} {LOCATION}</title>
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<link REL="SHORTCUT ICON" HREF="{CONTENIDOPATH}">
<link rel="stylesheet" type="text/css" href="styles/contenido.css">
<style type="text/css">
frameset, frame{border: none; margin: 0; padding: 0;}
</style>
</head>
<frameset rows="34,*">
<frame src="{FRAME[3]}" name="right_top" frameborder="0" scrolling="no" noresize="noresize">
<frame src="{FRAME[4]}" name="right_bottom" frameborder="0" scrolling="auto">
<noframes>
<body bgcolor="#000000">
Contenido uses frames but your browser does not support frames
</body>
</noframes>
</frameset>
</html>