Create account.htm

This commit is contained in:
FusionPBX
2019-06-01 17:35:04 -06:00
committed by GitHub
parent e904f0cbb2
commit 2f800c9f41

View File

@@ -0,0 +1,60 @@
<div id='page' align='center'>
<form method='post' name='frm' action=''>
<table width='100%' border='0' cellpadding='0' cellspacing='0'>
<!--
<tr>
<td colspan='2' width='100%' align='left'>
<strong>The installation is a simple two step process.</strong>
<ul>
<li>Step 1 is used for selecting the database engine to use. After making that section then ensure the paths are correct and then press next. </li> <li>Step 2 requests the database specific settings. When finished press save. The installation will then complete the tasks required to do the install. </li></td>
</ul>
</td>
</tr>
-->
<tr>
<td align='left' width='30%' nowrap>
<b>Installation: Account</b>
</td>
<td width='70%' align='right'>
<input type='button' class='btn' name='' alt='back' onclick="history.go(-1);" value='Back'>
</td>
</tr>
<tr>
<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>
Username
</td>
<td class='vtable' align='left'>
<input class='formfld' type='text' name='admin_username' maxlength='255' value=""><br />
Enter the username to use when logging in with the browser.<br />
</td>
</tr>
<tr>
<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>
Password
</td>
<td class='vtable' align='left'>
<input class='formfld' type='text' name='admin_password' maxlength='255' value=""><br />
Enter the password to use when logging in with the browser.<br />
</td>
</tr>
<tr>
<td class='vncellreq' valign='top' align='left' nowrap>
Domain Name
</td>
<td class='vtable' align='left'>
<input class='formfld' type='text' name='domain_name' maxlength='255' value=""><br />
Enter the default domain name.
</td>
</tr>
<tr>
<td colspan='2' align='right'>
<input type='hidden' name='install_switch_base_dir' value=''>
<input type='hidden' name='install_tmp_dir' value=''>
<input type='hidden' name='install_backup_dir' value=''>
<input type='hidden' name='install_step' value='2'>
<input type='submit' name='submit' class='btn' value='Next'>
</td>
</tr>
</table>
</form>
</div>