summaryrefslogtreecommitdiff
path: root/htroot/ConfigAppearance_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2009-05-29 14:16:03 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2009-05-29 14:16:03 +0000
commit3d5f2ff544fa7380ca06d86b0a098bae579b9bb3 (patch)
treea1c3b6ed30212a42152a5cee878de76a958d5a34 /htroot/ConfigAppearance_p.html
parent4d4315687f5dc184ba10b95fcc9058ae6f08cb20 (diff)
- 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
Diffstat (limited to 'htroot/ConfigAppearance_p.html')
-rw-r--r--htroot/ConfigAppearance_p.html116
1 files changed, 6 insertions, 110 deletions
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 @@
</head>
<body id="ConfigSkins">
#%env/templates/header.template%#
- #%env/templates/submenuCustomizationIntegration.template%#
+ #%env/templates/submenuCustomization.template%#
<h2>Appearance and Integration</h2>
<p>
- 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 <a href="ConfigPortal.html">create a search portal with YaCy</a> then you can
+ change the appearance of the search page here.
</p>
<h3>Skin Selection</h3>
@@ -53,113 +55,7 @@
::<p><strong>Unable to get URL: #[url]#</strong></p>
::<p><strong>Error saving the skin.</strong></p>
#(/status)#
-
-
- <h3>Search Page Integration</h3>
- <p>
- 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.
- </p>
- <form action="ConfigAppearance_p.html">
- <fieldset>
- <dl>
- <dt>Greeting Line</dt>
- <dd><input type="text" name="promoteSearchPageGreeting" value="#[promoteSearchPageGreeting]#" size="60" /></dd>
-
- <dt>URL of Home Page</dt>
- <dd><input type="text" name="promoteSearchPageGreeting.homepage" value="#[promoteSearchPageGreeting.homepage]#" size="60" /></dd>
-
- <dt>URL of a Small Corporate Image</dt>
- <dd><input type="text" name="promoteSearchPageGreeting.smallImage" value="#[promoteSearchPageGreeting.smallImage]#" size="60" /></dd>
-
- <dt>URL of a Large Corporate Image</dt>
- <dd><input type="text" name="promoteSearchPageGreeting.largeImage" value="#[promoteSearchPageGreeting.largeImage]#" size="60" /></dd>
-
- <dt>Default Pop-Up Page</dt>
- <dd>
- <input type="radio" name="popup" value="status" #(popupStatus)#::checked="checked"#(/popupStatus)# />Status Page&nbsp;
- <input type="radio" name="popup" value="front" #(popupFront)#::checked="checked"#(/popupFront)# />Search Front Page&nbsp;
- <input type="radio" name="popup" value="search" #(popupSearch)#::checked="checked"#(/popupSearch)# />Search Page (small header)&nbsp;
- <input type="radio" name="popup" value="interactive" #(popupInteractive)#::checked="checked"#(/popupInteractive)# />Interactive Search Page&nbsp;
- </dd>
-
- <dd>
- <input type="submit" name="searchpage_set" value="Change Search Page" />&nbsp;&nbsp;
- <input type="submit" name="searchpage_default" value="Set to Default Values" />
- </dd>
- </dl>
- </fieldset>
- </form>
-
- <h3>
- The search page can be integrated in your own web pages with an iframe. Simply use the following code:
- </h3>
- <fieldset><pre>
- &lt;iframe name="target"
- src="http://#[myaddress]#/index.html?display=2&amp;resource=local"
- width="100%"
- height="560"
- frameborder="0"
- scrolling="auto"
- id="target"&gt;
- &lt;/iframe&gt;
- </pre></fieldset>
- This would look like:
- <iframe name="target"
- src="http://#[myaddress]#/index.html?display=2&amp;resource=local"
- width="100%"
- height="340"
- frameborder="0"
- scrolling="auto"
- id="target">
- </iframe>
-
- <h3>
- For a search page with a small header, use this code:
- </h3>
- <fieldset><pre>
- &lt;iframe name="target"
- src="http://#[myaddress]#/yacysearch.html?display=2&amp;resource=local"
- width="100%"
- height="560"
- frameborder="0"
- scrolling="auto"
- id="target"&gt;
- &lt;/iframe&gt;
- </pre></fieldset>
- This would look like:
- <iframe name="target"
- src="http://#[myaddress]#/yacysearch.html?display=2&amp;resource=local"
- width="100%"
- height="180"
- frameborder="0"
- scrolling="auto"
- id="target">
- </iframe>
-
- <h3>
- A third option is the interactive search. Use this code:
- </h3>
- <fieldset><pre>
- &lt;iframe name="target"
- src="http://#[myaddress]#/yacyinteractive.html?display=2"
- width="100%"
- height="560"
- frameborder="0"
- scrolling="auto"
- id="target"&gt;
- &lt;/iframe&gt;
- </pre></fieldset>
- This would look like:
- <iframe name="target"
- src="http://#[myaddress]#/yacyinteractive.html?display=2"
- width="100%"
- height="180"
- frameborder="0"
- scrolling="auto"
- id="target">
- </iframe>
-
+
#%env/templates/footer.template%#
</body>
</html>