|
|
|
@ -24,6 +24,13 @@
|
|
|
|
|
document.ConfigForm.indexReceive.checked = false;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function EnableP2P() {
|
|
|
|
|
if(document.ConfigForm.network[0].checked) {
|
|
|
|
|
document.ConfigForm.indexDistribute.checked = true;
|
|
|
|
|
document.ConfigForm.indexReceive.checked = true;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//-->
|
|
|
|
|
</script>
|
|
|
|
|
</head>
|
|
|
|
@ -50,7 +57,7 @@
|
|
|
|
|
<form name="ConfigForm" method="post" action="ConfigNetwork_p.html" enctype="multipart/form-data" accept-charset="UTF-8">
|
|
|
|
|
<fieldset>
|
|
|
|
|
<legend>
|
|
|
|
|
<input type="radio" name="network" id="p2p" value="p2p"#(p2p.checked)#:: checked="checked"#(/p2p.checked)# />
|
|
|
|
|
<input type="radio" name="network" id="p2p" onclick="EnableP2P()" value="p2p"#(p2p.checked)#:: checked="checked"#(/p2p.checked)# />
|
|
|
|
|
<label for="p2p">Peer-to-Peer Mode</label>
|
|
|
|
|
</legend>
|
|
|
|
|
<dl>
|
|
|
|
|