linkchecker/cgi/lconline/lc_cgi.html.en
2004-10-25 21:46:26 +00:00

87 lines
2.4 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-style: bold; 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) {
return s;
}
submitted = false;
function submit_once() {
if (submitted) {
alert("Your request is being processed.\\nPlease be patient.");
event.returnValue = 0; // work-around for IE
return 0;
}
submitted = true;
return 1;
}
// -->
</script>
</head>
<body text="#192c83" bgcolor="#fff7e5" link="#191c83" vlink="#191c83"
alink="#191c83">
<center><h2>LinkChecker Online</h2>
(powered by <a href="http://linkchecker.sourceforge.net/"
target="_top">LinkChecker</a>)
</center>
<blockquote>
<form method="POST" action="/cgi-bin/lconline/lc.cgi" target="links"
onclick="return submit_once()"
onsubmit="return(isValid(document.checklinkForm))"
name="checklinkForm">
<table border="0" cellpadding="2" cellspacing="0" summary="">
<tr height="50">
<td>Url:</td>
<td colspan="4"><input size="70" name="url" value="http://">
<input type="submit" value="Go!">
</td>
</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>
</select>
</td>
<td>Check anchors in HTML:</td>
<td><input type="checkbox" name="anchors" checked></td>
</tr>
<tr>
<td>Log only errors:</td>
<td><input type="checkbox" name="errors"></td>
<td>Check only intern links:</td>
<td><input type="checkbox" name="intern" checked></td>
</tr>
<tr>
<td>Output language:</td>
<td><select name="language">
<option value="nl">Dutch</option>
<option value="C" selected>English</option>
<option value="fr">French</option>
<option value="de">German</option>
</select>
</td>
<td>Check only intern links:</td>
<td><input type="checkbox" name="externstrictall"></td>
</tr>
</table>
</blockquote>
</body></html>