* marked some text as labels for checkboxes

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5022 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
f1ori 17 years ago
parent 694084c570
commit 0baa8d651e

@ -31,16 +31,16 @@
<form action="ConfigAccounts_p.html" method="post">
<fieldset>
<legend>
<input type="radio" name="access" id="access" value="localhost"#(localhost.checked)#:: checked="checked"#(/localhost.checked)# />
<label for="localhost">Access from localhost without account</label>
<input type="radio" name="access" id="access_localhost" value="localhost"#(localhost.checked)#:: checked="checked"#(/localhost.checked)# />
<label for="access_localhost">Access from localhost without account</label>
</legend>
Access to your peer from your own computer (localhost access) is granted. No need to configure an administration account.
</fieldset>
<fieldset>
<legend>
<input type="radio" name="access" id="access" value="account"#(account.checked)#:: checked="checked"#(/account.checked)# />
<label for="account">Access only with qualified account</label>
<input type="radio" name="access" id="access_account" value="account"#(account.checked)#:: checked="checked"#(/account.checked)# />
<label for="access_account">Access only with qualified account</label>
</legend>
You need this only if you want a remote access to your peer.
<dl class="userConfig">

@ -19,7 +19,7 @@
<h2>Performance Settings for Memory</h2>
<p><img src="PerformanceGraph.png" name="graph" alt="PerformanceGraph"/></p>
<p><form name="optionreloadGraph" action="" method="get"><input type="checkbox" name="option" /> auto-reload graph</form></p>
<p><form name="optionreloadGraph" action="" method="get"><input type="checkbox" name="option" id="autoreload"/> <label for="autoreload">auto-reload graph</label></form></p>
<form action="PerformanceMemory_p.html" method="post" enctype="multipart/form-data">
<fieldset>

Loading…
Cancel
Save