|
|
|
@ -4,11 +4,11 @@
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<script src="http://localhost:8081/yacy/ui/js/jquery-1.3.1.min.js" type="text/javascript"></script>
|
|
|
|
|
<script src="http://localhost:8080/yacy/ui/js/jquery-1.3.1.min.js" type="text/javascript"></script>
|
|
|
|
|
<script>
|
|
|
|
|
$(document).ready(function() {
|
|
|
|
|
yconf = {
|
|
|
|
|
url : 'http://localhost:8081',
|
|
|
|
|
url : 'http://localhost:8080',
|
|
|
|
|
theme : 'start',
|
|
|
|
|
title : 'YaCy Portal Search'
|
|
|
|
|
};
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
</script>
|
|
|
|
|
<h3>YaCy Portal Search:</h3>
|
|
|
|
|
<div id="yacy">
|
|
|
|
|
<form id="ysearch" method="get" accept-charset="UTF-8" action="http://localhost:8081/yacysearch.html">
|
|
|
|
|
<form id="ysearch" method="get" accept-charset="UTF-8" action="http://localhost:8080/yacysearch.html">
|
|
|
|
|
<input name="search" id="yquery" type="text" size="15" maxlength="80" value=""/>
|
|
|
|
|
<input type="hidden" name="verify" value="true" />
|
|
|
|
|
<input type="hidden" name="maximumRecords" value="10" />
|
|
|
|
@ -31,11 +31,11 @@
|
|
|
|
|
</div>
|
|
|
|
|
<h4>Code Snippet:</h4>
|
|
|
|
|
<pre>
|
|
|
|
|
<script src="http://localhost:8081/yacy/ui/js/jquery-1.3.1.min.js" type="text/javascript"></script>
|
|
|
|
|
<script src="http://localhost:8080/yacy/ui/js/jquery-1.3.1.min.js" type="text/javascript"></script>
|
|
|
|
|
<script>
|
|
|
|
|
$(document).ready(function() {
|
|
|
|
|
yconf = {
|
|
|
|
|
url : 'http://localhost:8081',
|
|
|
|
|
url : 'http://localhost:8080',
|
|
|
|
|
theme : 'start',
|
|
|
|
|
title : 'YaCy Portal Search'
|
|
|
|
|
};
|
|
|
|
@ -43,7 +43,7 @@
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
<div id="yacy">
|
|
|
|
|
<form id="ysearch" method="get" accept-charset="UTF-8" action="http://localhost:8081/yacysearch.html">
|
|
|
|
|
<form id="ysearch" method="get" accept-charset="UTF-8" action="http://localhost:8080/yacysearch.html">
|
|
|
|
|
<input name="query" id="yquery" type="text" size="15" maxlength="80" value=""/>
|
|
|
|
|
<input type="hidden" name="verify" value="true" />
|
|
|
|
|
<input type="hidden" name="maximumRecords" value="10" />
|
|
|
|
|