summaryrefslogtreecommitdiff
path: root/htroot/ConfigUpdate_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-07-10 23:56:25 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-07-10 23:56:25 +0000
commit527b3decdee2951910bef96f5e5e915fe7c9c73e (patch)
tree5b5830f378d5d14ce001cfa265ad490d33021037 /htroot/ConfigUpdate_p.html
parent49685566684b0d648881fcba3f4969078e690c7f (diff)
- re-sructuring of configuration menus
- added new system update configuration page - moved system update from status page to system udate page - moved shutdown and restart from status page to main menu - added new configuration properties to yacy.init (not yet actively used) - added some methods to handle new automatic update process git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3958 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigUpdate_p.html')
-rw-r--r--htroot/ConfigUpdate_p.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/htroot/ConfigUpdate_p.html b/htroot/ConfigUpdate_p.html
new file mode 100644
index 000000000..ab8d47cba
--- /dev/null
+++ b/htroot/ConfigUpdate_p.html
@@ -0,0 +1,47 @@
+<!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]#': System Update</title>
+ #%env/templates/metas.template%#
+ <meta http-equiv="REFRESH" content="30" />
+ </head>
+ <body style="margin:0px;">
+ #%env/templates/header.template%#
+ #%env/templates/submenuConfig.template%#
+ <h2>System Update</h2>
+
+ #(candeploy)#::
+ <fieldset>
+ <legend>System Update</legend>
+ <dl>
+ <dt>Available Releases</dt>
+ <dd><form action="ConfigUpdate_p.html" method="get">
+ &nbsp;<select name="releasedownload">
+ #{availreleases}#
+ <option #(selected)#::selected#(/selected)# value="#[url]#">#[name]#</option>
+ #{/availreleases}#
+ </select>
+ &nbsp;&nbsp;<button type="submit" name="downloadRelease" value="DownloadRelease">
+ <img src="/env/grafics/lock.gif" alt="" />
+ Download Release
+ </button><br><br>
+ </form></dd>
+ <dt>Downloaded Releases</dt>
+ <dd><form action="Steering.html" method="get">
+ &nbsp;<select name="releaseinstall">
+ #{downloadedreleases}#
+ <option #(selected)#::selected#(/selected)# value="#[file]#">#[name]#</option>
+ #{/downloadedreleases}#
+ </select>#(deployenabled)#::no&nbsp;automated installation on development environments::
+ &nbsp;&nbsp;<button type="submit" name="update" value="InstallRelease">
+ <img src="/env/grafics/lock.gif" alt="" />
+ Install Release
+ </button>#(/deployenabled)#
+ </form></dd>
+ </dl>
+ </fieldset>
+ #(/candeploy)#
+
+ #%env/templates/footer.template%#
+ </body>
+</html>