mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +00:00
62 lines
1.7 KiB
Text
62 lines
1.7 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=utf-8">
|
|
<title>LinkChecker Online</title>
|
|
<link rel="stylesheet" href="lc.css" type="text/css" />
|
|
<script type="text/javascript" src="check.js"></script>
|
|
<script type="text/javascript">
|
|
<!--
|
|
function gettext (s) {
|
|
return s;
|
|
}
|
|
// -->
|
|
</script>
|
|
</head>
|
|
<body text="#192c83" bgcolor="#fff7e5" link="#191c83" vlink="#191c83"
|
|
alink="#191c83">
|
|
|
|
<center><h2>LinkChecker Online</h2>
|
|
(powered by <a href="https://linkchecker.github.io/linkchecker/"
|
|
target="_top">LinkChecker</a>)
|
|
</center>
|
|
|
|
<blockquote>
|
|
<form method="POST" action="/lconlinewsgi/lc.wsgi" 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">Options:</td>
|
|
<td>Recursion Level:</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>
|
|
<option value="-1">infinite</option>
|
|
</select>
|
|
</td>
|
|
<td>Check anchors in HTML:</td>
|
|
<td><input type="checkbox" name="anchors" checked></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Log only warnings and errors:</td>
|
|
<td><input type="checkbox" name="errors"></td>
|
|
<td>Output language:</td>
|
|
<td><select name="language">
|
|
<option value="C" selected>English</option>
|
|
<option value="de">German</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</blockquote>
|
|
</body></html>
|