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

27 Zeilen
898 B
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>
<link rel="stylesheet" type="text/css" href="styles/contenido.css" />
</head>
<body>
<div id="navcontainer">
</div>
<table width="100%" cellspacing="0" cellpadding="2" border="0">
<!-- BEGIN:BLOCK -->
<tr class="text_medium" style="background-color: {BGCOLOR};" onmouseover="row.over(this)" onmouseout="row.out(this)" onclick="row.click(this)">
<td style="padding-left:10px">{TEXT}</td><td align="right">{DELETE}</td>
</tr>
<!-- END:BLOCK -->
</table>
</body>
</html>