- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 May 2006 21:43:42 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/ack
In directory hutz:/tmp/cvs-serv6552
Modified Files:
ack.css ack.pl
Log Message:
Validity fixes.
Index: ack.pl
===================================================================
RCS file: /sources/public/2006/ack/ack.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ack.pl 22 May 2006 21:24:53 -0000 1.4
+++ ack.pl 22 May 2006 21:43:40 -0000 1.5
@@ -60,11 +60,13 @@
<h2>ACK!</h2>
<form action=\"?\" method=\"get\">
+<p>
<input id=\"url\" name=\"url\" type=\"text\" size=\"60\" value=\"", encode_entities($url),
"\" />
<input name=\"go\" type=\"submit\" value=\"Check links\" />
<input id=\"pr\" type=\"button\" onclick=\"pauseResume(this)\" value=\"Pause\" disabled=\"disabled\" />
<span id=\"stat\">(0 of 0 checked)</span>
+</p>
</form>";
if (scalar(%links)) {
@@ -72,8 +74,8 @@
<table width="100%">
<thead>
<tr>
-<th width="50%">URL (number of occurrences)</th>
-<th width="50%">Status</th>
+<th>URL (number of occurrences)</th>
+<th>Status</th>
</tr>
</thead>
<tbody>
Index: ack.css
===================================================================
RCS file: /sources/public/2006/ack/ack.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ack.css 22 May 2006 20:39:19 -0000 1.1
+++ ack.css 22 May 2006 21:43:40 -0000 1.2
@@ -1,8 +1,8 @@
.na {
- background-color: lightgrey;
+ background-color: silver;
}
.ok {
- background-color: lightgreen;
+ background-color: #6f6;
}
.redirect {
background-color: yellow;
@@ -15,4 +15,5 @@
}
th {
text-align: left;
+ width: 50%;
}
Received on Monday, 22 May 2006 21:43:45 UTC