- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Thu, 06 May 2004 15:27:46 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv447
Modified Files:
Tag: validator-0_6_0-branch
detailed.html file-upload.html
Log Message:
removing links
Index: file-upload.html
===================================================================
RCS file: /sources/public/validator/htdocs/file-upload.html,v
retrieving revision 1.14.2.6
retrieving revision 1.14.2.7
diff -u -d -r1.14.2.6 -r1.14.2.7
--- file-upload.html 6 May 2004 04:03:24 -0000 1.14.2.6
+++ file-upload.html 6 May 2004 15:27:44 -0000 1.14.2.7
@@ -14,7 +14,7 @@
<fieldset><legend>Validate by File Upload</legend>
<form method="post" enctype="multipart/form-data" action="check">
<table>
- <tr><th><label for="uploaded_file"><a class="formoptions" href="docs/users.html#QuickStart" title="How to use this form">File</a>:</label></th><td colspan="2"><input type="file" id="uploaded_file" name="uploaded_file" size="50" /></td></tr>
+ <tr><th><label for="uploaded_file">File:</label></th><td colspan="2"><input type="file" id="uploaded_file" name="uploaded_file" size="50" /></td></tr>
<!--#include virtual="detailed-form.html" -->
<tr><td />
<td><input type="submit" value="Validate this file" /></td>
Index: detailed.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed.html,v
retrieving revision 1.11.2.8
retrieving revision 1.11.2.9
diff -u -d -r1.11.2.8 -r1.11.2.9
--- detailed.html 6 May 2004 04:03:24 -0000 1.11.2.8
+++ detailed.html 6 May 2004 15:27:44 -0000 1.11.2.9
@@ -16,7 +16,7 @@
<form method="get" action="check">
<table>
<tr><th><label title="Address of page to Validate"
- for="uri"><a class="formoptions" href="docs/users.html#QuickStart" title="How to use this form">Address</a>:</label></th><td colspan="2"><input id="uri"
+ for="uri">Address:</label></th><td colspan="2"><input id="uri"
name="uri" size="50" /></td></tr>
<!--#include virtual="detailed-form.html" -->
<tr>
Received on Thursday, 6 May 2004 11:28:19 UTC