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

36 Zeilen
1.3 KiB
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">
<link rel="stylesheet" type="text/css" href="styles/contenido.css" />
{JAVASCRIPT}
</head>
<body>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<!-- BEGIN:BLOCK -->
<tr {ID} style="background-color: {BGCOLOR}" onmouseover="row.over(this)" onmouseout="row.out(this)" onclick="row.click(this)">
<td><img alt="" width="10" src="images/spacer.gif"></td>
<td>
<table width="100%" cellspacing="0" cellpadding="3" border="0">
<tr>
<td width="100%">{FILENAME}</td>
<td align="right">{DELETE}</td>
</tr>
</table>
</td>
<td><img alt="" width="5" src="images/spacer.gif"></td>
</tr>
<!-- END:BLOCK -->
</table>
</body>
<script language="javascript">
if (document.getElementById('marked')) {
row.click(document.getElementById('marked'));
}
</script>
</html>