Difference between revisions of "Include Search Box"

 
(5 intermediate revisions by the same user not shown)
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  -->
  <small>Frag <a href="http://www.hifi-wiki.de" title="Hifi">Hifi-Wiki.de</a>:</small><br />
+
  <nowiki><small>Search on <a href="http://www.hifi-wiki.de" title="Hifi">Hifi-Wiki</a>:</small><br /></nowiki>
  <form action="http://www.hifi-wiki.de/index.php/Spezial:GoogleSearchResults" id="searchbox_014387005945292763305:8trdtwmvlko">       
+
  <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" />  
 
  <input type="hidden" name="cof" value="FORID:9" />       
 
  <input type="hidden" name="cof" value="FORID:9" />       
Line 13: Line 13:
 
  <!-- Hifi-Wiki.de Search Box Ends -->
 
  <!-- Hifi-Wiki.de Search Box Ends -->
 
</code>
 
</code>
 
Und so siehts aus:
 
<nowiki>
 
<!-- Hifi-Wiki.de Search Box Begins  -->
 
<small>Frag <a href="http://www.hifi-wiki.de" title="Hifi">Hifi-Wiki.de</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>
 
<!-- Hifi-Wiki.de Search Box Ends -->
 
</nowiki>
 

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>