moved skin selection to config menu

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1822 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 19 years ago
parent 70dc288aaa
commit bfec51969d

@ -6,8 +6,9 @@
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
#%env/templates/header.template%#
<br><br>
<h2>Skin selection</h2>
#%env/templates/submenuConfig.template%#
<br>
<h2>Skin Selection</h2>
<p>
You can change the appearance of YaCy with skins. Select one of the default skins, download new skins, or create your own skin.</p>
<p>
@ -28,7 +29,7 @@ Available Skins:
</td>
<td valign="top" class="TableCellLight">
<form action="Skins_p.html">
<form action="ConfigSkins_p.html">
<select size="10" name="skin">
#{skinlist}#
<option value="#[file]#">#[name]#</option>
@ -42,7 +43,7 @@ Available Skins:
</tr>
<tr>
<td valign="top" class="TableCellDark">
<form action="Skins_p.html">
<form action="ConfigSkins_p.html">
Install new skin from URL:
</td>
<td valign="top" class="TableCellLight">

@ -1,4 +1,4 @@
// Skins_p.java
// ConfigSkins_p.java
// -----------------------
// part of YACY
// (C) by Michael Peter Christen; mc@anomic.de
@ -62,7 +62,7 @@ import de.anomic.server.serverFileUtils;
import de.anomic.server.serverObjects;
import de.anomic.server.serverSwitch;
public class Skins_p {
public class ConfigSkins_p {
private static boolean copyFile(File from, File to){
if(from == null || to == null){

@ -1,17 +1,20 @@
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="SubMenu">
<tr height="10"><td colspan="7" class="MenuHeader">&nbsp;Peer Configuration Menu</td></tr>
<tr height="2"><td colspan="7"></td></tr>
<tr height="10"><td colspan="9" class="MenuHeader">&nbsp;Peer Configuration Menu</td></tr>
<tr height="2"><td colspan="9"></td></tr>
<tr class="TableHeader">
<td width="25%" class="MenuSubItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top">&nbsp;
<a href="/ConfigBasic.html" class="MenuItemLink">Basic Settings</a>&nbsp;</td>
<td width="22%" class="MenuSubItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top">&nbsp;
<a href="/ConfigBasic.html" class="MenuItemLink">Basic Configuraton</a>&nbsp;</td>
<td class="MenuSubSpacer"></td>
<td width="25%" class="MenuSubItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top">&nbsp;
<td width="22%" class="MenuSubItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top">&nbsp;
<a href="/ConfigLanguage_p.html" class="MenuItemLink">Language</a>&nbsp;</td>
<td class="MenuSubSpacer"></td>
<td width="25%" class="MenuSubItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top">&nbsp;
<a href="/ConfigProfile_p.html" class="MenuItemLink">Profile</a>&nbsp;</td>
<td width="22%" class="MenuSubItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top">&nbsp;
<a href="/ConfigProfile_p.html" class="MenuItemLink">Peer Profile</a>&nbsp;</td>
<td class="MenuSubSpacer"></td>
<td width="25%" class="MenuSubItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top">&nbsp;
<td width="22%" class="MenuSubItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top">&nbsp;
<a href="/ConfigSkins_p.html" class="MenuItemLink">Interface Skins</a>&nbsp;</td>
<td class="MenuSubSpacer"></td>
<td width="12%" class="MenuSubItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top">&nbsp;
<a href="/ConfigAdvanced_p.html" class="MenuItemLink">Advanced</a>&nbsp;</td>
</tr>
</table>
Loading…
Cancel
Save