yacy_search_server/htroot/Steering.html

56 lines
2.1 KiB
HTML

<!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]#': Steering</title>
#%env/templates/metas.template%#
</head>
<body style="margin:40px;text-align:center;">
<script type="text/javascript" language="JavaScript">
<!--
function online() {
if(!document.images) return
var url = "env/grafics/kaskelix_exit.png" + '?' + Math.random();
var img = new Image();
img.onload = function () {
window.location.replace('Status.html');
};
img.onerror = function () {
setTimeout('online()', 10000);
}
img.src = url;
}
//-->
</script>
<p><img src="env/grafics/kaskelix_exit.png"></p>
#(info)#
<b>No action submitted</b><br />
<p>Go back to the <a href="Settings_p.html">Settings</a> page</p>
::
<b>Your system is not protected by a password</b><br />
Please go to the <a href="/Settings_p.html">Settings</a> page and set an administration password.
::
<b>You don't have the correct access right to perform this task.</b><br />
Please log in.
<p>You can now go back to the <a href="Settings_p.html">Settings</a> page if you want to make more changes.</p>
::
<h2>See you soon!</h2>
Application will terminate after working off all scheduled tasks.
::
<h2>Just a moment, please!</h2>
Application will terminate after working off all scheduled tasks.<br />
Then YaCy will restart.<br />
If you can't reach YaCy's interface after 5 minutes restart failed.
<script type="text/javascript" language="JavaScript">setTimeout('online()', 60000);</script>
::
<h2>Just a moment, please!</h2>
<b>Installing release #[release]#</b><br />
<p>YaCy will be restarted after installation</p>
<script type="text/javascript" language="JavaScript">setTimeout('online()', 60000);</script>
#(/info)#
</p>
</body>
</html>