From 31360ba40cce9f6c72016df8a480d70212583e3c Mon Sep 17 00:00:00 2001
From: apfelmaennchen
+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.
+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 @@
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)
+
+<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>
+
+
+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%#