mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
fix CSS syntax
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3384 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
811b039e30
commit
9d7d3c6891
2 changed files with 2 additions and 14 deletions
|
|
@ -10,7 +10,7 @@
|
|||
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">
|
||||
|
|
@ -63,10 +63,6 @@ target="_top">LinkChecker</a>)
|
|||
<tr>
|
||||
<td>Nur Fehler ausgeben:</td>
|
||||
<td><input type="checkbox" name="errors"></td>
|
||||
<td>Prüfe nur interne Links:</td>
|
||||
<td><input type="checkbox" name="intern" checked></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ausgabe:</td>
|
||||
<td><select name="language">
|
||||
<option value="de" selected>Deutsch</option>
|
||||
|
|
@ -75,8 +71,6 @@ target="_top">LinkChecker</a>)
|
|||
<option value="nl">Niederländisch</option>
|
||||
</select>
|
||||
</td>
|
||||
<td>Prüfe nur strikt interne Links:</td>
|
||||
<td><input type="checkbox" name="externstrictall"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
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">
|
||||
|
|
@ -56,10 +56,6 @@ target="_top">LinkChecker</a>)
|
|||
<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>
|
||||
|
|
@ -68,8 +64,6 @@ target="_top">LinkChecker</a>)
|
|||
<option value="de">German</option>
|
||||
</select>
|
||||
</td>
|
||||
<td>Check only intern links:</td>
|
||||
<td><input type="checkbox" name="externstrictall"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue