mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3384 e7d03fd6-7b0d-0410-9947-9c21f3af8025
78 lines
2.1 KiB
Text
78 lines
2.1 KiB
Text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html><head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>LinkChecker Online</title>
|
|
<style type="text/css">
|
|
<!--
|
|
h2 { font-family: Verdana,sans-serif; font-size: 22pt; font-weight: bold }
|
|
body { font-family: Arial,sans-serif; font-size: 11pt }
|
|
td { font-family:Arial,sans-serif; font-size:11pt }
|
|
code { font-family: Courier }
|
|
a:hover { color: #34a4ef }
|
|
-->
|
|
</style>
|
|
<script type="text/javascript" src="check.js"></script>
|
|
<script type="text/javascript">
|
|
<!--
|
|
function gettext (s) {
|
|
if (s=="Empty URL was given.") {
|
|
return "Leere URL angegeben.";
|
|
}
|
|
if (s=="Invalid URL was given.") {
|
|
return "Ungültige URL angegeben.";
|
|
}
|
|
return s;
|
|
}
|
|
// -->
|
|
</script>
|
|
</head>
|
|
<body text="#192c83" bgcolor="#fff7e5" link="#191c83" vlink="#191c83"
|
|
alink="#191c83">
|
|
|
|
<center><h2>LinkChecker Online</h2>
|
|
(läuft mit Öl vom <a href="http://linkchecker.sourceforge.net/"
|
|
target="_top">LinkChecker</a>)
|
|
</center>
|
|
|
|
<blockquote>
|
|
<form method="POST" action="/cgi-bin/lconline/lc.cgi" target="links"
|
|
|
|
onsubmit="return(isValid(document.checklinkForm))"
|
|
name="checklinkForm">
|
|
<table border="0" cellpadding="2" cellspacing="0" summary="">
|
|
<tr>
|
|
<td>Url:</td>
|
|
<td colspan="4"><input size="70" name="url" value="http://">
|
|
<input type="submit" value="Go!">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="3" valign="top">Optionen:</td>
|
|
<td>Rekursionstiefe:</td>
|
|
<td><select name="level">
|
|
<option value="0">0</option>
|
|
<option value="1" selected>1</option>
|
|
<option value="2">2</option>
|
|
<option value="3">3</option>
|
|
</select>
|
|
</td>
|
|
<td>Prüfe Anker in HTML:</td>
|
|
<td><input type="checkbox" name="anchors" checked></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Nur Fehler ausgeben:</td>
|
|
<td><input type="checkbox" name="errors"></td>
|
|
<td>Ausgabe:</td>
|
|
<td><select name="language">
|
|
<option value="de" selected>Deutsch</option>
|
|
<option value="C">Englisch</option>
|
|
<option value="fr">Französisch</option>
|
|
<option value="nl">Niederländisch</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</blockquote>
|
|
</body></html>
|