fusionpbx/core/install/resources/views/configuration.htm

58 lines
2.0 KiB
HTML

<div id='page' align='center'>
<form method='post' name='frm' action=''>
<table width='100%' border='0' cellpadding='10' 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(0);" value='{$button_back}'>
</td>
</tr>
<tr>
<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>
{$label_username}
</td>
<td class='vtable' align='left'>
<input class='formfld' type='text' name='admin_username' maxlength='255' value="{$admin_username}"><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'>
{$label_password}
</td>
<td class='vtable' align='left'>
<input class='formfld' type='text' name='admin_password' maxlength='255' value="{$admin_password}"><br />
Enter the password to use when logging in with the browser.<br />
</td>
</tr>
<tr>
<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>
{$label_domain_name}
</td>
<td class='vtable' align='left'>
<input class='formfld' type='text' name='domain_name' maxlength='255' value="{$domain_name}"><br />
Enter the default domain name.
</td>
</tr>
<tr>
<td colspan='2' align='right'>
<input type='hidden' name='step' value='2'>
<input type='submit' name='' class='btn' value='Next'>
</td>
</tr>
</table>
</form>
</div>