summaryrefslogtreecommitdiff
path: root/htroot/ConfigUpdate_p.html
diff options
context:
space:
mode:
authorlulabad <lulabad@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-03-15 10:37:20 +0000
committerlulabad <lulabad@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-03-15 10:37:20 +0000
commitd1b9f50b9418d8b01c7fda0ccfbc6dab0980f6f7 (patch)
treef4aaa7551a2fff59dbd8ee5a5f71d193756f91ad /htroot/ConfigUpdate_p.html
parent3d122c125cf59decd9239809768c57ad62f756ef (diff)
added "delete Release" to Update Page
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4564 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigUpdate_p.html')
-rw-r--r--htroot/ConfigUpdate_p.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/htroot/ConfigUpdate_p.html b/htroot/ConfigUpdate_p.html
index eae57247b..1e1496655 100644
--- a/htroot/ConfigUpdate_p.html
+++ b/htroot/ConfigUpdate_p.html
@@ -1,5 +1,6 @@
<!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">
+#(forwardToSteering)#::<meta http-equiv="REFRESH" content="0; url=/Steering.html?update=1&releaseinstall=#[release]#">#(/forwardToSteering)#
<head>
<title>YaCy '#[clientname]#': System Update</title>
#%env/templates/metas.template%#
@@ -29,7 +30,7 @@
&nbsp;&nbsp;<input type="submit" name="checkRelease" value="Check for new Release" />
</form></dd>
<dt><br />Downloaded Releases</dt>
- <dd><form action="Steering.html" method="get">
+ <dd><form action="ConfigUpdate_p.html" method="get">
&nbsp;<select name="releaseinstall">
#{downloadedreleases}#
<option #(selected)#::selected#(/selected)# value="#[file]#">#[name]#</option>
@@ -37,6 +38,7 @@
</select>
#(deployenabled)#::no&nbsp;automated installation on development environments::
&nbsp;&nbsp;<input type="submit" name="update" value="Install Release" />
+ &nbsp;&nbsp;<input type="submit" name="deleteRelease" value="Delete Release" />
#(/deployenabled)#
</form></dd>
<dt><br />Automatic Update</dt>