svn commit: r45918 - head/share/xml

Gavin Atkinson gavin at FreeBSD.org
Tue Nov 4 04:15:50 UTC 2014


Author: gavin
Date: Tue Nov  4 04:15:49 2014
New Revision: 45918
URL: https://svnweb.freebsd.org/changeset/doc/45918

Log:
  Re-add a header2.searchinputs entity until translations catch up with
  r45917.

Modified:
  head/share/xml/header.ent

Modified: head/share/xml/header.ent
==============================================================================
--- head/share/xml/header.ent	Tue Nov  4 02:53:09 2014	(r45917)
+++ head/share/xml/header.ent	Tue Nov  4 04:15:49 2014	(r45918)
@@ -48,6 +48,20 @@
   </div>
 '>
 
+<!-- Legacy until translations catch up -->
+<!ENTITY header2.searchinputs '
+	<div xmlns="http://www.w3.org/1999/xhtml">
+            <input type="hidden" name="max" value="25" />
+            <input type="hidden" name="source" value="www" />
+            <input id="words" name="words" type="text" size="20"
+                   maxlength="255"
+                   onfocus="if( this.value==this.defaultValue ) this.value='';"
+                   value="&header2.word.search;" /><![CDATA[ ]]>
+	    <span> </span>
+            <input id="submit" name="submit" type="submit" value="&header2.word.search;" />
+	</div>
+'>
+
 <!ENTITY header2.searchbox '
   <div id="search" xmlns="http://www.w3.org/1999/xhtml">
     <form action="&cgibase;/search.cgi" method="get">


More information about the svn-doc-head mailing list