202 Zeilen
Kein EOL
12 KiB
HTML
202 Zeilen
Kein EOL
12 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Linkchecker</title>
|
|
<link rel="stylesheet" type="text/css" href="styles/contenido.css" />
|
|
<link rel="stylesheet" type="text/css" href="styles/tip_balloon.css" />
|
|
<script type="text/javascript" src="scripts/rowMark.js"></script>
|
|
<script type="text/javascript" src="scripts/general.js"></script>
|
|
<script type="text/javascript" src="scripts/browserCheck.js"></script>
|
|
<script type="text/javascript" src="scripts/cfoldingrow.js"></script>
|
|
<script type="text/javascript" src="scripts/jquery/jquery.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
function toggleTableBody(tableId)
|
|
{
|
|
|
|
var collapseButton = 'images/close_all.gif';
|
|
var expandButton = 'images/open_all.gif';
|
|
var curTable = document.getElementById(tableId);
|
|
var curButton = document.getElementById(tableId + '_img');
|
|
|
|
if (curTable.style.display == "inline" || curTable.style.display == "")
|
|
{
|
|
curTable.style.display = "none";
|
|
curButton.src = expandButton;
|
|
} else if (curTable.style.display == "none")
|
|
{
|
|
curTable.style.display = "inline";
|
|
curButton.src = collapseButton;
|
|
}
|
|
}
|
|
</script>
|
|
</head>
|
|
|
|
<body style="margin: 10px">
|
|
|
|
<script type="text/javascript" src="scripts/wz_tooltip.js"></script>
|
|
<script type="text/javascript" src="scripts/tip_balloon.js"></script>
|
|
|
|
<a href="javascript:location.reload()" accesskey="s"></a>
|
|
|
|
<table width="100%" style="border: 1px solid #B5B5B5;" cellspacing="0" cellpadding="3" border="0">
|
|
<tr class="text_medium" style="height:25px;line-height:25px;">
|
|
<td style="background-color: #E2E2E2;" colspan="3">
|
|
<a href="{INTERNS_HREF}" title="{INTERNS_LABEL}" style="margin-left:10px;">
|
|
{INTERNS_LABEL}<img style="vertical-align:middle; margin-left:5px;" src="images/submit.gif" border="0">
|
|
</a>
|
|
<a href="{EXTERNS_HREF}" title="{EXTERNS_LABEL}" style="margin-left:15px;">
|
|
{EXTERNS_LABEL}<img style="vertical-align:middle; margin-left:5px;" src="images/submit.gif" border="0">
|
|
</a>
|
|
<a href="{INTERNS_EXTERNS_HREF}" title="{INTERNS_EXTERNS_LABEL}" style="margin-left:15px;">
|
|
{INTERNS_EXTERNS_LABEL}<img style="vertical-align:middle; margin-left:5px;" src="images/submit.gif" border="0">
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div style="padding-top:10px;"></div>
|
|
|
|
<table cellspacing="0" cellpadding="2" border="0">
|
|
<tr valign="middle">
|
|
<td><h2>{TITLE}</h2></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding-top:5px; padding-bottom:15px; vertical-align:middle;">
|
|
<a href="{UPDATE_HREF}"><img src="images/but_refresh.gif" style="margin-right:3px; vertical-align:middle;" title="i18n('Refresh')" alt="i18n('Refresh')"></a>
|
|
<a href="{UPDATE_HREF}">i18n('Refresh')</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%" style="border-left: 1px solid #B5B5B5;" cellspacing="0" cellpadding="3" border="0">
|
|
<tr class="text_medium">
|
|
<td style="background-color: #CCCCCC; border: 1px solid #B5B5B5; border-left: 0px; width: 20%;">{ERRORS_HEADLINE}:</td>
|
|
<td style="background-color: #E2E2E2; border: 1px solid #B5B5B5; border-left: 0px; border-right: 0px; width: 10%;">{ERRORS_COUNT_CHECKED}
|
|
<td style="background-color: #E2E2E2; border: 1px solid #B5B5B5; border-left: 0px; width: 70%;">{ERRORS_HELP_ERRORS}: <span style="color: #FF0000;">{ERRORS_COUNT_ERRORS} ({ERRORS_COUNT_ERRORS_PERCENT} %)</span></td>
|
|
</tr>
|
|
</table>
|
|
<div style="margin-top: 20px"></div>
|
|
<table width="100%" style="border-left: 1px solid #B5B5B5;" cellspacing="0" cellpadding="3" border="0">
|
|
<tr class="text_medium" style="background-color: #E2E2E2;">
|
|
<td nowrap="nowrap" valign="top" style="color: #666666; border: 1px solid #B5B5B5; border-left: 0px; white-space:nowrap; width: 20%;"><a style="color: #666666;" href="{URL}main.php?area=linkchecker&frame=4&contenido={SID}&action=linkchecker&mode={MODE}&sort=nameart">{ERRORS_HEADLINE_ARTICLE}</a> (ID)</td>
|
|
<td nowrap="nowrap" valign="top" style="color: #666666; border: 1px solid #B5B5B5; border-left: 0px; white-space:nowrap; width: 20%;"><a style="color: #666666;" href="{URL}main.php?area=linkchecker&frame=4&contenido={SID}&action=linkchecker&mode={MODE}&sort=namecat">{ERRORS_HEADLINE_CATNAME}</a> (ID)</td>
|
|
<td nowrap="nowrap" valign="top" style="color: #666666; border: 1px solid #B5B5B5; border-left: 0px; white-space:nowrap; width: 40%;"><a style="color: #666666;" href="{URL}main.php?area=linkchecker&frame=4&contenido={SID}&action=linkchecker&mode={MODE}&sort=wronglink">{ERRORS_HEADLINE_LINK}</a></td>
|
|
<td nowrap="nowrap" valign="top" style="color: #666666; border: 1px solid #B5B5B5; border-left: 0px; white-space:nowrap; width: 10%;"><a style="color: #666666;" href="{URL}main.php?area=linkchecker&frame=4&contenido={SID}&action=linkchecker&mode={MODE}&sort=error_type">{ERRORS_HEADLINE_DESCRIPTION}</a></td>
|
|
<td nowrap="nowrap" valign="top" style="color: #666666; border: 1px solid #B5B5B5; border-left: 0px; white-space:nowrap; text-align: center; width: 10%;">{ERRORS_HEADLINE_WHITELIST}</td>
|
|
</tr>
|
|
</table>
|
|
<div style="margin-top: 10px"></div>
|
|
|
|
<!-- ######################### -->
|
|
<!-- ### Links to Articles ### -->
|
|
<!-- ######################### -->
|
|
<div style="margin-bottom: 10px">
|
|
<!-- Table Head -->
|
|
<table width="100%" style="border: 1px solid #B5B5B5;background-color: #F1F1F1;">
|
|
<tr>
|
|
<td>
|
|
<strong>{ERRORS_HEADLINE_LINKS_ARTICLES}</strong> ({ERRORS_COUNT_ERRORS_ART})
|
|
</td>
|
|
<td align="center" style="padding:0;width:22px;">
|
|
<a href="#" onclick="javascript:toggleTableBody('{ID_LINKS_ARTICLES}')" style="height:1em;line-height:1em;width:100%;height:100%;display:block;"><img style="padding-top:5px" src="images/close_all.gif" id = "{ID_LINKS_ARTICLES}_img"></a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- Table Body -->
|
|
<div id="{ID_LINKS_ARTICLES}">
|
|
<table width="100%" style="border: 1px solid #B5B5B5;border-top:none;" cellspacing="0" cellpadding="3" border="0">
|
|
{ERRORS_SHOW_ART}
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- ##################################### -->
|
|
<!-- ### Links to Documents and Images ### -->
|
|
<!-- ##################################### -->
|
|
<div style="margin-bottom: 10px">
|
|
<!-- Table Head -->
|
|
<table width="100%" style="border: 1px solid #B5B5B5;background-color: #F1F1F1;">
|
|
<tr >
|
|
<td>
|
|
<strong>{ERRORS_HEADLINE_LINKS_DOCIMAGES}</strong> ({ERRORS_COUNT_ERRORS_DOCIMAGES})
|
|
</td>
|
|
<td align="center" style="padding:0;width:22px;">
|
|
<a href="#" onclick="javascript:toggleTableBody('{ID_LINKS_DOCSIMGS}')" style="height:1em;line-height:1em;width:100%;height:100%;display:block;"><img style="padding-top:5px" src="images/close_all.gif" id = "{ID_LINKS_DOCSIMGS}_img"></a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- Table Body -->
|
|
<div id="{ID_LINKS_DOCSIMGS}">
|
|
<table width="100%" style="border: 1px solid #B5B5B5;border-top:none;" cellspacing="0" cellpadding="3" border="0">
|
|
{ERRORS_SHOW_DOCIMAGES}
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- ############################### -->
|
|
<!-- ### Links to external sites ### -->
|
|
<!-- ############################### -->
|
|
<div style="margin-bottom: 20px">
|
|
<!-- Table Head -->
|
|
<table width="100%" style="border: 1px solid #B5B5B5;background-color: #F1F1F1;">
|
|
<tr >
|
|
<td>
|
|
<strong>{ERRORS_HEADLINE_OTHERS}</strong> ({ERRORS_COUNT_ERRORS_OTHERS})
|
|
</td>
|
|
<td align="center" style="padding:0;width:22px;">
|
|
<a href="#" onclick="javascript:toggleTableBody('{ID_LINKS_EXTERNAL}')" style="height:1em;line-height:1em;width:100%;height:100%;display:block;"><img style="padding-top:5px" src="images/close_all.gif" id = "{ID_LINKS_EXTERNAL}_img"></a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- Table Body -->
|
|
<div id="{ID_LINKS_EXTERNAL}">
|
|
<table width="100%" style="border: 1px solid #B5B5B5;border-top:none;" cellspacing="0" cellpadding="3" border="0">
|
|
{ERRORS_SHOW_OTHERS}
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<table width="100%" style="border-left: 1px solid #B5B5B5;" cellspacing="0" cellpadding="3" border="0">
|
|
<tr class="text_medium" style="background-color: #E2E2E2;">
|
|
<td nowrap="nowrap" valign="top" style="color: #666666; border: 1px solid #B5B5B5; border-left: 0px; white-space:nowrap; width: 20%;"><a style="color: #666666;" href="{URL}main.php?area=linkchecker&frame=4&contenido={SID}&action=linkchecker&mode={MODE}&sort=namecat">{ERRORS_HEADLINE_CATNAME}</a> (ID)</td>
|
|
<td nowrap="nowrap" valign="top" style="color: #666666; border: 1px solid #B5B5B5; border-left: 0px; white-space:nowrap; width: 20%;"><a style="color: #666666;" href="{URL}main.php?area=linkchecker&frame=4&contenido={SID}&action=linkchecker&mode={MODE}&sort=nameart">{ERRORS_HEADLINE_ARTICLE}</a> (ID)</td>
|
|
<td nowrap="nowrap" valign="top" style="color: #666666; border: 1px solid #B5B5B5; border-left: 0px; white-space:nowrap; width: 40%;"><a style="color: #666666;" href="{URL}main.php?area=linkchecker&frame=4&contenido={SID}&action=linkchecker&mode={MODE}&sort=wronglink">{ERRORS_HEADLINE_LINK}</a></td>
|
|
<td nowrap="nowrap" valign="top" style="color: #666666; border: 1px solid #B5B5B5; border-left: 0px; white-space:nowrap; width: 10%;"><a style="color: #666666;" href="{URL}main.php?area=linkchecker&frame=4&contenido={SID}&action=linkchecker&mode={MODE}&sort=error_type">{ERRORS_HEADLINE_DESCRIPTION}</a></td>
|
|
<td nowrap="nowrap" valign="top" style="color: #666666; border: 1px solid #B5B5B5; border-left: 0px; white-space:nowrap; text-align: center; width: 10%;">{ERRORS_HEADLINE_WHITELIST}</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
<!-- ########################### -->
|
|
<!-- ### Links to Categories ### -->
|
|
<!-- ########################### -->
|
|
<div style="margin-top: 10px; margin-bottom: 10px;">
|
|
<!-- Table Head -->
|
|
<table width="100%" style="border: 1px solid #B5B5B5;background-color: #F1F1F1;">
|
|
<tr >
|
|
<td>
|
|
<strong>{ERRORS_HEADLINE_LINKS_CATEGORYS}</strong> ({ERRORS_COUNT_ERRORS_CAT})
|
|
</td>
|
|
<td align="center" style="padding:0;width:22px;">
|
|
<a href="#" onclick="javascript:toggleTableBody('{ID_LINKS_CATEGORIES}')" style="height:1em;line-height:1em;width:100%;height:100%;display:block;"><img style="padding-top:5px" src="images/close_all.gif" id = "{ID_LINKS_CATEGORIES}_img"></a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- Table Body -->
|
|
<div id="{ID_LINKS_CATEGORIES}">
|
|
<table width="100%" style="border: 1px solid #B5B5B5;border-top:none;" cellspacing="0" cellpadding="3" border="0">
|
|
{ERRORS_SHOW_CAT}
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Print Button -->
|
|
<a style="margin-left:3px;" href="javascript:print()"><img src="{URL}images/print.gif" alt="" border="0"></a>
|
|
|
|
</body>
|
|
</html> |