<inputtype="radio"name="encryption_mode"id="client_encryption"value="client"style="width:20px;"<?phpif($_['encryption_mode']=='client')echo"checked='checked'";if($_['encryption_mode']!='none')echo"DISABLED"?>/> Client side encryption (most secure but makes it impossible to access your data from the web interface)<br />
<inputtype="radio"name="encryption_mode"id="server_encryption"value="server"style="width:20px;"<?phpif($_['encryption_mode']=='server')echo"checked='checked'";if($_['encryption_mode']!='none')echo"DISABLED"?> /> Server side encryption (allows you to access your files from the web interface and the desktop client)<br />
<inputtype="radio"name="encryption_mode"id="user_encryption"value="user"style="width:20px;"<?phpif($_['encryption_mode']=='user')echo"checked='checked'";if($_['encryption_mode']!='none')echo"DISABLED"?>/> User specific (let the user decide)<br/>
<inputtype="radio"name="encryption_mode"id="none_encryption"value="none"style="width:20px;"<?phpif($_['encryption_mode']=='none')echo"checked='checked'";if($_['encryption_mode']!='none')echo"DISABLED"?>/> None (no encryption at all)<br/>