You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/htroot/yacy/ui/sidebar/sidebar_2.html

68 lines
1.6 KiB

<script type="text/javascript">
//<![CDATA[
$(document).ready(function() {
/* Init Sidebar_2 */
$("#side2").accordion({
autoHeight: false,
clearStyle: true,
header: "h3"
});
$("#side2").accordion("activate", 1);
});
$("#topwords").treeview({
unique: true
});
//]]>
</script>
<h3 id="sidebar-2-0"><a href="#">Search Options</a></h3><!-- 0 -->
<div class="yform">
<form id="yoptions" class="small" method="get" action="" accept-charset="UTF-8">
<p>
<label for="constraint">Constraint:</label>
<br />
<select class="selector" id="constraint" name="constraint">
<option value="" selected="selected">all pages</option>
<option value="AQAAAA" >index pages</option>
</select>
<br />
<label for="urlmaskfilter">URL mask:</label>
<br />
<input class="filter" name="urlmaskfilter" value=".*" type="text" size="12" maxlength="80" />
<img src="img-2/question_blue.png" class="help" alt="help" title="help" />
<br />
<label for="prefermaskfilter">Prefer mask:</label>
<br />
<input class="filter" name="prefermaskfilter" value="" type="text" size="12" maxlength="80" />
<img src="img-2/question_blue.png" class="help" alt="help" title="help" />
</p>
</form>
</div>
<h3 id="sidebar-2-1"><a href="#">Bookmark TagCloud</a></h3><!-- 1 -->
<div>
<p id="tagcloud"></p>
</div>
<h3 id="sidebar-2-2"><a href="#">Topwords</a></h3><!-- 2 -->
<div>
<ul id="topwords" class="filetree">
<li><span class='folder'>Topwords</span>
<ul id="topul">
</ul>
</li>
</ul>
</div>