configuration.htm 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <div id='page' align='center'>
  2. <form method='post' name='frm' action=''>
  3. <table width='100%' border='0' cellpadding='0' cellspacing='0'>
  4. <!--
  5. <tr>
  6. <td colspan='2' width='100%' align='left'>
  7. <strong>The installation is a simple two step process.</strong>
  8. <ul>
  9. <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>
  10. </ul>
  11. </td>
  12. </tr>
  13. -->
  14. <tr>
  15. <td align='left' width='30%' nowrap>
  16. <b>Installation: Account</b>
  17. </td>
  18. <td width='70%' align='right'>
  19. <input type='button' class='btn' name='' alt='back' onclick="history.go(-1);" value='{$button_back}'>
  20. </td>
  21. </tr>
  22. <tr>
  23. <td class='vncellreq' valign='top' align='left' nowrap='nowrap'>
  24. {$label_username}
  25. </td>
  26. <td class='vtable' align='left'>
  27. <input class='formfld' type='text' name='admin_username' maxlength='255' value="{$admin_username}"><br />
  28. Enter the username to use when logging in with the browser.<br />
  29. </td>
  30. </tr>
  31. <tr>
  32. <td class='vncellreq' valign='top' align='left' nowrap='nowrap'>
  33. {$label_password}
  34. </td>
  35. <td class='vtable' align='left'>
  36. <input class='formfld' type='text' name='admin_password' maxlength='255' value="{$admin_password}"><br />
  37. Enter the password to use when logging in with the browser.<br />
  38. </td>
  39. </tr>
  40. <tr>
  41. <td class='vncellreq' valign='top' align='left' nowrap='nowrap'>
  42. {$domain_name}
  43. </td>
  44. <td class='vtable' align='left'>
  45. <input class='formfld' type='text' name='domain_name' maxlength='255' value="{$domain_name}"><br />
  46. Enter the default domain name.
  47. </td>
  48. </tr>
  49. <tr>
  50. <td colspan='2' align='right'>
  51. <input type='hidden' name='step' value='2'>
  52. <input type='submit' name='' class='btn' value='Next'>
  53. </td>
  54. </tr>
  55. </table>
  56. </form>
  57. </div>