2020-07-24 17:30:36 +00:00
|
|
|
<!DOCTYPE html>
|
2019-11-04 16:04:08 +00:00
|
|
|
<html>
|
|
|
|
|
2020-07-24 17:30:36 +00:00
|
|
|
<head>
|
|
|
|
<title>Linkchecker</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="styles/contenido.css" />
|
|
|
|
<script type="text/javascript" src="scripts/rowMark.js"></script>
|
|
|
|
<script type="text/javascript" src="scripts/general.js"></script>
|
|
|
|
</head>
|
2019-11-04 16:04:08 +00:00
|
|
|
|
2020-07-24 17:30:36 +00:00
|
|
|
<body style="margin: 10px">
|
2019-11-04 16:04:08 +00:00
|
|
|
|
2020-07-24 17:30:36 +00:00
|
|
|
<a href="javascript:location.reload()" accesskey="s"></a>
|
2019-11-04 16:04:08 +00:00
|
|
|
|
2020-07-24 17:30:36 +00:00
|
|
|
<table cellspacing="0" cellpadding="2" border="0">
|
|
|
|
<tr valign="middle">
|
|
|
|
<td><h2>{TITLE}</h2></td>
|
|
|
|
</tr>
|
|
|
|
<tr valign="middle">
|
|
|
|
<td class="text_medium">{HELP}</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2019-11-04 16:04:08 +00:00
|
|
|
|
2020-07-24 17:30:36 +00:00
|
|
|
<div style="margin-top: 5px"></div>
|
2019-11-04 16:04:08 +00:00
|
|
|
|
2020-07-24 17:30:36 +00:00
|
|
|
<table width="100%" style="border-left: 1px solid #B5B5B5;" cellspacing="0" cellpadding="3" border="0">
|
2019-11-04 16:04:08 +00:00
|
|
|
|
2020-07-24 17:30:36 +00:00
|
|
|
<tr class="text_medium" style="background-color: #E2E2E2;">
|
|
|
|
<td nowrap="nowrap" valign="top" style="border: 1px solid #B5B5B5; border-left: 0px; white-space:nowrap; width: 75%;"><strong>{HEADLINE_URLS}</strong> ({WHITELIST_COUNT})</td>
|
|
|
|
<td nowrap="nowrap" valign="top" style="border: 1px solid #B5B5B5; border-left: 0px; white-space:nowrap; width: 15%; text-align: center;"><strong>{HEADLINE_ENTRY}</strong></td>
|
|
|
|
<td nowrap="nowrap" valign="top" style="border: 1px solid #B5B5B5; border-left: 0px; white-space:nowrap; width: 10%;"><strong>{HEADLINE_DELETE}</strong></td>
|
|
|
|
</tr>
|
2019-11-04 16:04:08 +00:00
|
|
|
|
2020-07-24 17:30:36 +00:00
|
|
|
</table>
|
2019-11-04 16:04:08 +00:00
|
|
|
|
2020-07-24 17:30:36 +00:00
|
|
|
<div style="margin-top: 10px"></div>
|
2019-11-04 16:04:08 +00:00
|
|
|
|
2020-07-24 17:30:36 +00:00
|
|
|
<table width="100%" style="border: 1px solid #B5B5B5; border-top: 0px;" cellspacing="0" cellpadding="3" border="0">
|
2019-11-04 16:04:08 +00:00
|
|
|
|
2020-07-24 17:30:36 +00:00
|
|
|
{WHITELIST}
|
2019-11-04 16:04:08 +00:00
|
|
|
|
2020-07-24 17:30:36 +00:00
|
|
|
</table>
|
2019-11-04 16:04:08 +00:00
|
|
|
|
2020-07-24 17:30:36 +00:00
|
|
|
<div style="margin-top: 10px"></div>
|
2019-11-04 16:04:08 +00:00
|
|
|
|
2020-07-24 17:30:36 +00:00
|
|
|
<table width="100%" cellspacing="0" cellpadding="3" border="0">
|
|
|
|
<tr>
|
|
|
|
<td style="text-align: left;"><a href="javascript:print()"><img src="{CONTENIDO_URL}images/print.gif" alt="" border="0"></a></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</body></html>
|