You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
4.1 KiB
112 lines
4.1 KiB
18 years ago
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<title>YaCy '#[clientname]#': Skins</title>
|
||
|
#%env/templates/metas.template%#
|
||
|
</head>
|
||
|
<body id="ConfigSkins">
|
||
|
#%env/templates/header.template%#
|
||
17 years ago
|
#%env/templates/submenuCustomizationIntegration.template%#
|
||
|
<h2>Appearance and Integration</h2>
|
||
18 years ago
|
<p>
|
||
17 years ago
|
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.
|
||
18 years ago
|
</p>
|
||
18 years ago
|
|
||
17 years ago
|
<h3>Skin Selection</h3>
|
||
|
<p>
|
||
|
Select one of the default skins, download new skins, or create your own skin.
|
||
|
</p><form action="ConfigAppearance_p.html">
|
||
18 years ago
|
<fieldset>
|
||
18 years ago
|
<dl>
|
||
18 years ago
|
<dt><label for="cur_skin">Current skin</label>:</dt>
|
||
|
<dd id="cur_skin">#[currentskin]# </dd>
|
||
|
|
||
|
<dt><label for="skins">Available Skins</label>:</dt>
|
||
|
<dd>
|
||
18 years ago
|
<select id="skins" name="skin">#{skinlist}#
|
||
18 years ago
|
<option value="#[file]#">#[name]#</option>#{/skinlist}#
|
||
|
</select>
|
||
|
</dd>
|
||
18 years ago
|
<dd>
|
||
|
<input type="submit" name="use_button" value="Use" />
|
||
17 years ago
|
<input type="submit" name="delete_button" value="Delete" />
|
||
18 years ago
|
</dd>
|
||
18 years ago
|
</dl>
|
||
|
</fieldset>
|
||
|
</form>
|
||
|
|
||
17 years ago
|
<form action="ConfigAppearance_p.html">
|
||
18 years ago
|
<fieldset>
|
||
|
<dl>
|
||
|
<dt><label for="url">Install new skin from URL</label>:</dt>
|
||
|
<dd><input type="text" name="url" id="url" size="30" /></dd>
|
||
|
|
||
|
<dt><label for="use_url">Use this skin</label></dt>
|
||
|
<dd><input type="checkbox" name="use_skin" id="use_url" value="on" checked="checked" /></dd>
|
||
17 years ago
|
<dd><input type="submit" name="install_button" value="Install" /></dd>
|
||
18 years ago
|
</dl>
|
||
|
</fieldset>
|
||
|
</form>
|
||
17 years ago
|
|
||
18 years ago
|
#(status)#
|
||
|
::<p><strong>Unable to get URL: #[url]#</strong></p>
|
||
|
::<p><strong>Error saving the skin.</strong></p>
|
||
|
#(/status)#
|
||
17 years ago
|
|
||
17 years ago
|
|
||
|
<h3>Search Page Integration</h3>
|
||
17 years ago
|
<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>
|
||
17 years ago
|
<form action="ConfigAppearance_p.html">
|
||
17 years ago
|
<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>
|
||
|
|
||
17 years ago
|
<dd>
|
||
|
<input type="submit" name="searchpage_set" value="Change Search Page" />
|
||
|
<input type="submit" name="searchpage_default" value="Set to Default Values" />
|
||
|
</dd>
|
||
17 years ago
|
</dl>
|
||
|
</fieldset>
|
||
|
</form>
|
||
|
|
||
|
<p>
|
||
|
The search page can be integrated in your own web pages with an iframe. Simply use the following code:
|
||
|
<p>
|
||
|
<pre>
|
||
|
<iframe name="target"
|
||
|
src="http://#[myaddress]#/index.html?display=2&resource=local"
|
||
|
width="100%"
|
||
|
height="560"
|
||
|
frameborder="0"
|
||
|
scrolling="auto"
|
||
|
id="target">
|
||
|
</iframe>
|
||
|
</pre>
|
||
|
This would look like:
|
||
|
<iframe name="target"
|
||
|
src="http://#[myaddress]#/index.html?display=2&resource=local"
|
||
|
width="100%"
|
||
|
height="560"
|
||
|
frameborder="0"
|
||
|
scrolling="auto"
|
||
|
id="target">
|
||
|
</iframe>
|
||
|
|
||
18 years ago
|
#%env/templates/footer.template%#
|
||
|
</body>
|
||
20 years ago
|
</html>
|