<trtitle="Name used to log in."><td>username:</td><td><inputtype="text"name="adminlogin"size="30"class="formstyle"value=""></input></td></tr>
<trtitle="Make a secure password, use at least 9 characters. Use letters and numbers."><td>password:</td><td><inputtype="password"name="adminpassword"size="30"class="formstyle"></input></td></tr>
<trtitle="Retype password to avoid typing errors."><td>retypepassword:</td><td><inputtype="password"name="adminpassword2"size="30"class="formstyle"></input></td></tr>
<trtitle="This directory is used to store user-uploaded files."><td>datadirectory:</td><td><inputtype="text"name="datadirectory"size="30"class="formstyle"value="<?php echo($CONFIG_DATADIRECTORY_ROOT);?>"></input></td></tr>
<?php}?>
<trtitle="Using SSL is more secure but requires specific configurations. Click the link to test SSL on your server."><td>forcessl:(<ahref="https://<?php echo($_SERVER["HTTP_HOST"].$WEBROOT);?>"target="_blank">testSLL</a>)</td><td><inputtype="checkbox"name="forcessl"size="30"class="formstyle"value='1'<?phpif($CONFIG_HTTPFORCESSL)echo'checked="checked"'?>></input></td></tr>
<trtitle="Backups are used to save your data."><td>automaticbackup:</td><td><inputtype="checkbox"name="enablebackup"id="enablebackup"onchange='showBackupPath()'size="30"class="formstyle"value='1'<?phpif($CONFIG_ENABLEBACKUP)echo'checked'?>></input></td></tr>
<trtitle="This directory is used to store backups."id='backupdir'><td> -backupdirectory:</td><td><inputtype="text"name="backupdirectory"size="30"class="formstyle"value="<?php echo($CONFIG_BACKUPDIRECTORY);?>"></input></td></tr>
echo'<tr><td colspan="2">No SQLite support detected, make sure you have both sqlite and the sqlite php module installed (sqlite and php5-sqlite for Debian/Ubuntu)</td></tr>';
<trtitle="The database server. In most cases, localhost works fine."id='dbhost'><td> -databasehost:</td><td><inputtype="text"name="dbhost"size="30"class="formstyle"value='<?php echo($CONFIG_DBHOST);?>'></input></td></tr>
<trtitle="The name of the database."id='dbname'><td> -databasename:</td><td><inputtype="text"name="dbname"size="30"class="formstyle"value='<?php echo($CONFIG_DBNAME);?>'></input></td></tr>
<trtitle="Used to avoid conflict between web-applications. Don't use the same prefix for two web-applications."id='dbtableprefix'><td> -tableprefix:</td><td><inputtype="text"name="dbtableprefix"size="30"class="formstyle"value='<?php echo($CONFIG_DBTABLEPREFIX);?>'></input></td></tr>
<trtitle="The user of the database. If possible avoid the root user."id='dbuser'><td> -databaseuser:</td><td><inputtype="text"name="dbuser"size="30"class="formstyle"value='<?php echo($CONFIG_DBUSER);?>'></input></td></tr>
<trtitle="The password of the database."id='dbpass'><td> -password:</td><td><inputtype="password"name="dbpassword"size="30"class="formstyle"value=''></input></td></tr>
<trtitle="Retype password to avoid typing errors."id='dbpass_retype'><td> -retypepassword:</td><td><inputtype="password"name="dbpassword2"size="30"class="formstyle"value=''></input></td></tr>
<trtitle="Automatically create a database and user for ownCloud."id='dbcreaterow'><td> -createdatabaseanduser:</td><td><inputid='dbcreate'type="checkbox"name="createdatabase"size="30"class="formstyle"value='1'checked="checked"onchange='showDBAdmin()'></input></td></tr>
<trtitle="This is often 'root'. If in doubt, contact your web-host"id='dbAdminUser'><td> -administrativeuser:</td><td><inputtype="text"name="dbadminuser"size="30"class="formstyle"value='root'></input></td></tr>
<trtitle="The password of the database user. If in doubt, contact your web-host."id='dbAdminPwd'><td> -administrativepassword:</td><td><inputtype="password"name="dbadminpwd"size="30"class="formstyle"value=''></input></td></tr>
<trtitle="Fill database with default data so you can start right away."id='dbfill'><td> -fillinitialdatabase:</td><td><inputtype="checkbox"name="filldb"size="30"class="formstyle"value='1'checked="checked"></input></td></tr>
<trtitle="This is to avoid abuse while you are away and have not logged out decently."><td>yourpassword:</td><td><inputtype="password"name="currentpassword"size="30"class="formstyle"></input></td></tr>
<trtitle="Name used to log in."><td>username</td><td><inputtype='text'name='new_username'class="formstyle"></input></td></tr>
<trtitle="Make a secure password, use at least 9 characters. Use letters and numbers."><td>password</td><td><inputtype='text'name='new_password'class="formstyle"autocomplete="off"value='<?php echo($newuserpassword);?>'></input></td></tr>