|
|
|
@ -67,11 +67,11 @@
|
|
|
|
|
<input type="hidden" name="verify" value="#[search.verify]#" />
|
|
|
|
|
#(searchdomswitches)#::
|
|
|
|
|
<div class="yacysearch">
|
|
|
|
|
#(searchtext)#::<input type="radio" id="text" name="contentdom" value="text" #(check)#::checked="checked"#(/check)# /> Text #(/searchtext)#
|
|
|
|
|
#(searchimage)#::<input type="radio" id="image" name="contentdom" value="image" #(check)#::checked="checked"#(/check)# /> Images #(/searchimage)#
|
|
|
|
|
#(searchaudio)#::<input type="radio" id="audio" name="contentdom" value="audio" #(check)#::checked="checked"#(/check)# /> Audio #(/searchaudio)#
|
|
|
|
|
#(searchvideo)#::<input type="radio" id="video" name="contentdom" value="video" #(check)#::checked="checked"#(/check)# /> Video #(/searchvideo)#
|
|
|
|
|
#(searchapp)#::<input type="radio" id="app" name="contentdom" value="app" #(check)#::checked="checked"#(/check)# /> Applications#(/searchapp)#
|
|
|
|
|
#(searchtext)#::<label><input type="radio" id="text" name="contentdom" value="text" #(check)#::checked="checked"#(/check)# /> Text </label>#(/searchtext)#
|
|
|
|
|
#(searchimage)#::<label><input type="radio" id="image" name="contentdom" value="image" #(check)#::checked="checked"#(/check)# /> Images </label>#(/searchimage)#
|
|
|
|
|
#(searchaudio)#::<label><input type="radio" id="audio" name="contentdom" value="audio" #(check)#::checked="checked"#(/check)# /> Audio </label>#(/searchaudio)#
|
|
|
|
|
#(searchvideo)#::<label><input type="radio" id="video" name="contentdom" value="video" #(check)#::checked="checked"#(/check)# /> Video </label>#(/searchvideo)#
|
|
|
|
|
#(searchapp)#::<label><input type="radio" id="app" name="contentdom" value="app" #(check)#::checked="checked"#(/check)# /> Applications</label>#(/searchapp)#
|
|
|
|
|
#(searchoptions)# <a href="index.html?searchoptions=1#(authSearch)#::&auth#(/authSearch)#" onclick="this.href='index.html?searchoptions=1#(authSearch)#::&auth#(/authSearch)#&former='+document.getElementById('search').value+'&contentdom='+radioValue(document.getElementById('searchform').contentdom);">more options...</a>::#(/searchoptions)#
|
|
|
|
|
</div>
|
|
|
|
|
#(/searchdomswitches)#
|
|
|
|
|