mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-21 16:30:28 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@145 e7d03fd6-7b0d-0410-9947-9c21f3af8025
57 lines
1.6 KiB
HTML
57 lines
1.6 KiB
HTML
<!doctype html public "-//w3c//dtd html 4.0//en">
|
|
<html><head>
|
|
<title>LinkChecker Online</title>
|
|
</head>
|
|
<body text="#192c83" bgcolor="#fff7e5" link="#191c83" vlink="#191c83"
|
|
alink="#191c83" >
|
|
|
|
<font face="Lucida,Verdana,Arial,sans-serif">
|
|
<center><h2>LinkChecker Online</h2>
|
|
(powered by <a href="http://linkchecker.sourceforge.net/"
|
|
target="_top">LinkChecker</a>)
|
|
</center>
|
|
|
|
<blockquote>
|
|
<form method="POST"
|
|
action="http://treasure.calvinsplayground.de/cgi-bin/calvin/lc.cgi"
|
|
target="links">
|
|
<table border=0>
|
|
<tr><td colspan=2 bgcolor="#fff7e5">
|
|
<font face="Lucida,Verdana,Arial,sans-serif">URL:
|
|
<input size=70 name="url" value="http://">
|
|
<input type="submit" value="Go!"></font></td></tr>
|
|
<td><font face="Lucida,Verdana,Arial,sans-serif">Recursion Level:
|
|
<select name="level">
|
|
<option> 0
|
|
<option selected> 1
|
|
<option> 2
|
|
<option> 3
|
|
</select>
|
|
</font></td>
|
|
<td><font face="Lucida,Verdana,Arial,sans-serif">
|
|
Check anchors in HTML: <input type="checkbox" name="anchors" checked>
|
|
</font></td></tr>
|
|
<tr><td>
|
|
<font face="Lucida,Verdana,Arial,sans-serif">
|
|
Log only errors: <input type="checkbox" name="errors">
|
|
</font></td>
|
|
<td><font face="Lucida,Verdana,Arial,sans-serif">
|
|
Check only intern links: <input type="checkbox" name="intern" checked>
|
|
</font></td>
|
|
</tr>
|
|
<tr>
|
|
<td><font face="Lucida,Verdana,Arial,sans-serif">
|
|
Output language: <select name="language">
|
|
<option selected> English
|
|
<option value="de"> Deutsch
|
|
<option value="fr"> Français
|
|
</select>
|
|
</font></td>
|
|
<td><font face="Lucida,Verdana,Arial,sans-serif">
|
|
Check strict intern links: <input type="checkbox" name="strict">
|
|
</font></td>
|
|
</tr>
|
|
</table>
|
|
</blockquote>
|
|
</font>
|
|
</body></html>
|