Difference between revisions of "Include Search Box"

 
Line 1: Line 1:
Um die Hifi-Wiki.de Suchbox auf der eigenen Webiste einzubinden müssen
+
To integrate the Hifi-Wiki.de search box on your own webiste you only have to
Sie lediglich unten aufgeführten Code kopieren und an der gewünschten Stelle in Ihre Website einfügen:
+
copy the code below and paste it into your website at the desired location:
  
 
<code>
 
<code>
 
  <!-- Hifi-Wiki.de Search Box Begins  -->
 
  <!-- Hifi-Wiki.de Search Box Begins  -->
  <nowiki><small>Frag <a href="http://www.hifi-wiki.de" title="Hifi">Hifi-Wiki.de</a>:</small><br /></nowiki>
+
  <nowiki><small>Search on <a href="http://www.hifi-wiki.de" title="Hifi">Hifi-Wiki</a>:</small><br /></nowiki>
 
  <nowiki><form action="http://www.hifi-wiki.de/index.php/Spezial:GoogleSearchResults" id="searchbox_014387005945292763305:8trdtwmvlko"></nowiki>       
 
  <nowiki><form action="http://www.hifi-wiki.de/index.php/Spezial:GoogleSearchResults" id="searchbox_014387005945292763305:8trdtwmvlko"></nowiki>       
 
  <input type="hidden" name="cx" value="014387005945292763305:8trdtwmvlko" />  
 
  <input type="hidden" name="cx" value="014387005945292763305:8trdtwmvlko" />  

Latest revision as of 04:30, 14 May 2009

To integrate the Hifi-Wiki.de search box on your own webiste you only have to copy the code below and paste it into your website at the desired location:

<small>Search on <a href="http://www.hifi-wiki.de" title="Hifi">Hifi-Wiki</a>:</small><br />
<form action="http://www.hifi-wiki.de/index.php/Spezial:GoogleSearchResults" id="searchbox_014387005945292763305:8trdtwmvlko">      
<input type="hidden" name="cx" value="014387005945292763305:8trdtwmvlko" /> 
<input type="hidden" name="cof" value="FORID:9" />      
<input type="text" name="q" size="15" />      
<input type="submit" name="sa" value="Suche" />     
</form>