diff options
| author | mikeworks <mikeworks@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-07-25 13:19:16 +0000 |
|---|---|---|
| committer | mikeworks <mikeworks@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-07-25 13:19:16 +0000 |
| commit | aa663cda4d883c7ae38e94c1948939e83ce0c72d (patch) | |
| tree | 58749966de5aeee25fc88bb30e8f18251e852371 /htroot/ConfigUpdate_p.html | |
| parent | afd1cd79795f5d7264787fa311b73c07deaa3d4c (diff) | |
ConfigUpdate_p.html and ConfigUpdate_p.java: Added check for downloaded releases and disabled buttons in case no new releases available
de.lng: Updated German translation for additional String in ConfigUpdate_p.html
XHTML 1.0 Strict fixes for all the other .html files
yacy/ui/css/yacyui-portalsearch.css: added .hidden class that was removed from ConfigProperties_p.html
Switchboard.java: Added URL for thread Remote Crawl Job and set URL for Remote Crawl URL Loader to null to fix empty href=""
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6996 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigUpdate_p.html')
| -rw-r--r-- | htroot/ConfigUpdate_p.html | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/htroot/ConfigUpdate_p.html b/htroot/ConfigUpdate_p.html index f8eeeaf09..429231abc 100644 --- a/htroot/ConfigUpdate_p.html +++ b/htroot/ConfigUpdate_p.html @@ -1,7 +1,7 @@ <!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> + #(forwardToSteering)#::<meta http-equiv="REFRESH" content="0; url=/Steering.html?update=1&releaseinstall=#[release]#" />#(/forwardToSteering)# <title>YaCy '#[clientname]#': System Update</title> #%env/templates/metas.template%# </head> @@ -22,29 +22,33 @@ <dt>Current installed Release</dt> <dd>#[versionpp]#</dd> <dt><br />Available Releases</dt> - <dd><form action="ConfigUpdate_p.html" method="get"> + <dd><form action="ConfigUpdate_p.html" method="get"><p> <select name="releasedownload"> #{availreleases}# - <option #(selected)#::selected#(/selected)# value="#[url]#">#[name]# #(signatures)#(unsigned)::(signed)#(/signatures)#</option> + <option #(selected)#::selected="selected"#(/selected)# value="#[url]#">#[name]# #(signatures)#(unsigned)::(signed)#(/signatures)#</option> #{/availreleases}# </select> <input type="submit" name="downloadRelease" value="Download Release" /> <input type="submit" name="checkRelease" value="Check for new Release" /> - </form></dd> + </p></form></dd> <dt><br />Downloaded Releases</dt> - <dd><form action="ConfigUpdate_p.html" method="get"> - <select name="releaseinstall"> + <dd><form action="ConfigUpdate_p.html" method="get"><p> + #(downloadsAvailable)# + No downloaded releases available for deployment. + :: + <select name="releaseinstall"> + #(/downloadsAvailable)# #{downloadedreleases}# - <option #(selected)#::selected#(/selected)# value="#[file]#">#[name]# #(signature)#(no signature)::(signed)#(/signature)#</option> + <option #(selected)#::selected="selected"#(/selected)# value="#[file]#">#[name]# #(signature)#(no signature)::(signed)#(/signature)#</option> #{/downloadedreleases}# - </select> + #(downloadsAvailable)#::</select>#(/downloadsAvailable)# #(deployenabled)#::no automated installation on development environments:: - <input type="submit" name="update" value="Install Release" /> - <input type="submit" name="deleteRelease" value="Delete Release" /> - #(/deployenabled)# - </form></dd> + <input type="submit" name="update" value="Install Release" #(buttonsActive)#disabled="disabled"::#(/buttonsActive)#/> + <input type="submit" name="deleteRelease" value="Delete Release" #(buttonsActive)#disabled="disabled"::#(/buttonsActive)#/> + #(/deployenabled)# + </p></form></dd> <dt><br />Automatic Update</dt> - <dd><form action="ConfigUpdate_p.html" method="get"> + <dd><form action="ConfigUpdate_p.html" method="get"><p> check for new releases, download if available and restart with downloaded release<br /> <input type="submit" name="autoUpdate" value="Check + Download + Install Release Now" /><br /> #(autoUpdate)#:: @@ -53,7 +57,7 @@ <div class="error">Omitting update because this is a development environment.</div>:: <div class="error">Omitting update because download of release #[downloadedRelease]# failed.</div> #(/autoUpdate)# - </form></dd> + </p></form></dd> </dl> </fieldset> @@ -95,8 +99,8 @@ <input type="checkbox" name="onlySignedFiles" value="true" #(onlySignedFiles)#::checked="checked" #(/onlySignedFiles)#/> only accept signed files </dd> - <dt><input type="submit" name="configSubmit" value="Submit"></dt> - <dd>#(configCommit)#::<div class="commit">Accepted Changes.</div>#(/configCommit)#</dd> + <dt><input type="submit" name="configSubmit" value="Submit" /></dt> + <dd>#(configCommit)# ::<div class="commit">Accepted Changes.</div>#(/configCommit)#</dd> </dl> </fieldset> </form> @@ -111,7 +115,7 @@ </fieldset> :: You installed YaCy with a package manager. To update YaCy, use the package manager:<p> - Debian: apt-get update && apt-get install yacy + Debian: apt-get update && apt-get install yacy</p> :: #(/candeploy)# |
