From 31360ba40cce9f6c72016df8a480d70212583e3c Mon Sep 17 00:00:00 2001 From: apfelmaennchen Date: Fri, 12 Jun 2009 05:57:08 +0000 Subject: [PATCH] - Updated ConfigLiveSearch.html - added documentation for load_js and load_css git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6056 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/ConfigLiveSearch.html | 37 ++++++++++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/htroot/ConfigLiveSearch.html b/htroot/ConfigLiveSearch.html index 35ab092c1..8e636a9d1 100644 --- a/htroot/ConfigLiveSearch.html +++ b/htroot/ConfigLiveSearch.html @@ -17,7 +17,7 @@

Code Snippet:

-<script src="http://#[ip]#:#[port]#/yacy/ui/js/jquery-1.3.1.min.js" type="text/javascript"></script>
+<script src="http://#[ip]#:#[port]#/yacy/ui/js/jquery-1.3.2.min.js" type="text/javascript"></script>
 <script>			
 	$(document).ready(function() {
 		yconf = {
@@ -44,7 +44,8 @@
 		<input type="hidden" name="prefermaskfilter" value="" />
 		<input type="hidden" name="former" value="" />
 		<input type="hidden" name="display" value="2" />
-		<input type="submit" name="Enter" value="Search" />
+		<input type="submit" name="Enter" value="Search" />
+		<input type="submit" name="nav" value="all" />
 	</form>
 </div>
 
@@ -63,7 +64,9 @@
modal
false
resizable
true
show
''
-
hide
''
+
hide
''
+
load_js
true
+
load_css
true
Size and position (width | height | position)
Specifies where the dialog should be displayed. Possible values for position: 'center', 'left', 'right', 'top', 'bottom', or an array containing a coordinate pair (in pixel offset from top left of viewport) or the possible string values (e.g. ['right','top'] for top right corner). @@ -73,14 +76,32 @@ The effect to be used. Possible values: 'blind', 'clip', 'drop', 'explode', 'fol If modal is set to true, the dialog will have modal behavior; other items on the page will be disabled (i.e. cannot be interacted with). Modal dialogs create an overlay below the dialog but above other page elements.

If resizable is set to true, the dialog will be resizeable. +

Load JavaScript load_js (true | false)
+

+If load_js is set to false, you have to manually load the needed JavaScript on your portal page. This can help to avoid timing problems or double loading. +

+<script src="/yacy/ui/js/jquery-1.3.2.min.js" type="text/javascript"></script>    
+<script src="/yacy/ui/js/jquery-ui-1.7.2.min.js" type="text/javascript"></script>
+<script src="/yacy/ui/js/jquery.dimensions.min.js"></script>
+<script src="/yacy/ui/js/jquery.query.js"></script>
+<script src="/yacy/ui/js/jquery.form.js"></script>
+<script src="/yacy/ui/js/jquery.field.min.js"></script>
+<script src="/yacy/ui/js/jquery-faviconize-1.0.js"></script>
+
+

+
Load Stylesheets load_css (true | false)
+

+If load_css is set to false, you have to manually load the needed CSS on your portal page. This can help to avoid timing problems or double loading. +

+<link media="screen" type="text/css" href="/yacy/ui/css/themes/start/ui.base.css" rel="stylesheet" />	
+<link media="screen" type="text/css" href="/yacy/ui/css/themes/start/ui.theme.css" rel="stylesheet" />
+<link media="screen" type="text/css" href="/yacy/ui/css/yacyui-portalsearch.css" rel="stylesheet" />
+
+

Themes

You can download ready made themes or create -your own custom theme.
Themes are installed into: DATA/HTDOCS/yacy/ui/css/themes/

-

Bookmarklet:

-

-YaCy -

+your own custom theme.
Themes are installed into: DATA/HTDOCS/yacy/ui/css/themes/

#%env/templates/footer.template%#