validator/htdocs detailed-form_directinput.html,1.2,1.3 header.html,1.45,1.46

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv20856

Modified Files:
	detailed-form_directinput.html header.html 
Log Message:
adding pre-fill routines for direct inut method



Index: detailed-form_directinput.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed-form_directinput.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- detailed-form_directinput.html	22 Mar 2007 05:03:07 -0000	1.2
+++ detailed-form_directinput.html	10 Apr 2007 02:49:44 -0000	1.3
@@ -1,5 +1,7 @@
+<tr><th>Pre-fill with:</th><td> <a href="#validate-by-input" onclick="prefill_document('fragment', 'xhtml1')">XHTML 1.0</a> &middot;
+  <a href="#validate-by-input" onclick="prefill_document('fragment', 'html401')">HTML 4.01</a> document structure.</td></tr>
 <tr>
-        <td><label for="<!--#echo var="fieldset_id" -->-doctype">Use Doctype:</label></td>
+        <th><label for="<!--#echo var="fieldset_id" -->-doctype">Use Doctype:</label></th>
 <td>            <!--#include virtual="doctype-select.html" --></td>
 <td>            <label for="<!--#echo var="fieldset_id" -->-fbd"><input id="<!--#echo var="fieldset_id" -->-fbd" name="fbd" type="checkbox" value="1" />Only if Doctype is missing</label></td>
 </tr>

Index: header.html
===================================================================
RCS file: /sources/public/validator/htdocs/header.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- header.html	22 Mar 2007 05:05:18 -0000	1.45
+++ header.html	10 Apr 2007 02:49:44 -0000	1.46
@@ -12,6 +12,7 @@
     <script type="text/javascript" src="<!--#echo var="relroot" -->scripts/tabtastic/attachevent.js"></script>
     <script type="text/javascript" src="<!--#echo var="relroot" -->scripts/tabtastic/addcss.js"></script>
     <script type="text/javascript" src="<!--#echo var="relroot" -->scripts/tabtastic/tabtastic.js"></script>
+    <script type="text/javascript" src="<!--#echo var="relroot" -->scripts/prefill.js"></script>
     <meta name="revision" content="$Id$" />
     <meta name="keywords" content="HTML, HyperText Markup Language, Validation,
       W3C Markup Validation Service" />

Received on Tuesday, 10 April 2007 02:49:48 UTC