From 3d5f2ff544fa7380ca06d86b0a098bae579b9bb3 Mon Sep 17 00:00:00 2001 From: orbiter Date: Fri, 29 May 2009 14:16:03 +0000 Subject: - added new servlets to support search portal administrators for the integration of yacy search fields in their web pages - moved some servlets from here to there.. - changed menu structure - removed yacyui-portaltest.html which contained an example for the live search which is now integrated on all pages in yacy. The code snippet example from that page is integrated into the ConfigLiveSearch.html servlet git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5994 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/ConfigAppearance_p.html | 116 +++-------------------------------------- 1 file changed, 6 insertions(+), 110 deletions(-) (limited to 'htroot/ConfigAppearance_p.html') diff --git a/htroot/ConfigAppearance_p.html b/htroot/ConfigAppearance_p.html index da658fafa..c7d5c995d 100644 --- a/htroot/ConfigAppearance_p.html +++ b/htroot/ConfigAppearance_p.html @@ -6,11 +6,13 @@ #%env/templates/header.template%# - #%env/templates/submenuCustomizationIntegration.template%# + #%env/templates/submenuCustomization.template%#

Appearance and Integration

- You can change the appearance of YaCy with skins - and the default icons and links on the search page can be replaced with you own. + You can change the appearance of the YaCy interface with skins. + The selected skin and language also affects the appearance of the search page. + If you create a search portal with YaCy then you can + change the appearance of the search page here.

Skin Selection

@@ -53,113 +55,7 @@ ::

Unable to get URL: #[url]#

::

Error saving the skin.

#(/status)# - - -

Search Page Integration

-

- The search page may be customized. You can change the 'corporate identity'-images, the greeting line - and a link to a home page that is reached when the 'corporate identity'-images are clicked. -

-
-
-
-
Greeting Line
-
- -
URL of Home Page
-
- -
URL of a Small Corporate Image
-
- -
URL of a Large Corporate Image
-
- -
Default Pop-Up Page
-
- Status Page  - Search Front Page  - Search Page (small header)  - Interactive Search Page  -
- -
-    - -
-
-
-
- -

- The search page can be integrated in your own web pages with an iframe. Simply use the following code: -

-
-      <iframe name="target"
-       src="http://#[myaddress]#/index.html?display=2&resource=local"
-       width="100%"
-       height="560"
-       frameborder="0"
-       scrolling="auto"
-       id="target"> 
-      </iframe>  
-    
- This would look like: - - -

- For a search page with a small header, use this code: -

-
-      <iframe name="target"
-       src="http://#[myaddress]#/yacysearch.html?display=2&resource=local"
-       width="100%"
-       height="560"
-       frameborder="0"
-       scrolling="auto"
-       id="target"> 
-      </iframe>  
-    
- This would look like: - - -

- A third option is the interactive search. Use this code: -

-
-      <iframe name="target"
-       src="http://#[myaddress]#/yacyinteractive.html?display=2"
-       width="100%"
-       height="560"
-       frameborder="0"
-       scrolling="auto"
-       id="target"> 
-      </iframe>  
-    
- This would look like: - - + #%env/templates/footer.template%# -- cgit v1.2.3