Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2014 04:15:50 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r45918 - head/share/xml
Message-ID:  <201411040415.sA44FoCw027450@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=&#39;&#39;;"
+                   value="&header2.word.search;" /><![CDATA[ ]]>
+	    <span>&nbsp;</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">



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411040415.sA44FoCw027450>