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

21 Zeilen
697 B
HTML

<!DOCTYPE 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">
<script type="text/javascript" src="scripts/rowMark.js"></script>
<script type="text/javascript" src="scripts/infoBox.js"></script>
<script type="text/javascript" src="scripts/general.js"></script>
{SCRIPTS}
<link rel="stylesheet" type="text/css" href="styles/contenido.css">
</head>
<body style="margin:{MARGIN}px; {EXTRA}">
<table style="margin: 10px 0 0 0px" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td valign="top">
{CONTENT}
</td></tr>
</table>
</body>
</html>