summaryrefslogtreecommitdiff
path: root/htroot/Skins_p.html
blob: 34017d21426922adf4665dcd83d0560d918cc386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>YACY: Skins</title>
#[metas]#
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
#[header]#
<br><br>
<h2>Skin selection</h2>
<p>
You can change the appearance of YACY with skins. Select one of the defaultskins, download new Skins, or create your own skin.</p>

<b>Current Skin: #[currentskin]#</b>
<p>

<form action="Skins_p.html">
Skins:<br>
<select size="10" name="skin">
#{skinlist}#
<option value="#[file]#">#[name]#</option>
#{/skinlist}#
</select>
<br>
<input type="submit" name="use" value="Use">
<input type="submit" name="delete" value="Delete"><br>
</form>

<form action="Skins_p.html">
Install new Skin from URL:<br>
<input type="text" name="url" size="30"><input type="checkbox" name="use" value="on">Use this Skin<br>
<input type="submit" value="install">
</form>

<b>#(status)#
::
Unable to get URL: #[url]#
::
Error saving the Skin.
#(status)#</b>

#[footer]#
</body>
</html>