Просмотр файла MiniCMS/install/index.php

Размер файла: 1.23Kb
 <? include 'inc/header.php' ?>
 <table width="200" border="1" bordercolor="#000000" bgcolor="#CCCCCC">
	  <form action="config_db.php" method="post">
  <caption align="center">
  <a href="http://cms.wapmm.nsk.ru" target="main"><code>&#x0421;&#x0430;&#x0439;&#x0442; MiniCMS</code></a>
  <br>
  </caption>
  <tr>
    <td bgcolor="#666666" align="center"><p class="style1">&#x0423;&#x0421;&#x0422;&#x0410;&#x041D;&#x041E;&#x0412;&#x041A;&#x0410; MINI CMS&nbsp;&nbsp;&nbsp; "Шаг 1 " </p>
    </td>
  </tr>
  <tr>
    <td height="190" align="center"   bordercolor="#666666"><p align="center">	Хост db: 
      <input class="style1" value="localhost" name="db_host" type="text">
        </p>
      <p align="center">Имя пользователя db :
        <input class="style1" value="root" name="db_user" type="text">
      </p>
      <p align="center">Пароль db:
        <input class="style1" value=""  name="db_pass" type="password">
</p>
      <p align="center">Имя db:
        <input class="style1" value="minicms" name="db_name" type="text">
<br>
        
		<br>
		<input name="go" type="submit" class="style1"  style="color:#666666 " value="Дальше">
		</form>
	</p>      
    </td>
  </tr>
 
</table>
<?
include 'inc/footer.php' ;
?>