Размер файла: 1.85Kb
<? include $DOCUMENT_ROOT.'/html/inc/header.php' ?>
<style type="text/css">
<!--
.стиль1 {font-size: 10px}
.стиль2 {font-size: 12px}
-->
</style>
<table width="200" border="1" bordercolor="#000000" bgcolor="#CCCCCC">
<form action="<? $DOCUMENT_ROOT ?>/html/install/config_site.php" method="post">
<caption align="center">
<a href="http://mobileman.ru" target="main"><code>HomePage WP</code></a>
<br>
</caption>
<tr>
<td bgcolor="#666666" align="center"><p class="style1">Установка WapPortal "Шаг 2 " </p>
</td>
</tr>
<tr>
<td height="190" align="center" bordercolor="#666666"><p align="center"> Имя Сайта:
<input class="style1" value="MobileMan.ru" name="site_name" type="text">
</p>
<p align="center">Администратор:
<input class="style1" value="Akira" name="admin" type="text">
</p>
<p align="center">Пароль:
<input class="style1" value="325051551" name="admin_pass" type="password">
</p>
<p align="center">E-mail:
<input class="style1" value="[email protected]" name="contact" type="text">
</p>
<p align="center"><span class="стиль2">Кол-во сообщений</span>*:
<input name="max_mess" type="text" class="style1" value="3" size="3">
</p>
<p align="center"><span class="стиль2">Показывать время создания</span>:
<br>
<span class="стиль1">Да: <input name="set_time" type="radio" value="1" checked>
<br>
Нет:<input name="set_time" type="radio" value="0"></span>
<br>
* <span class="стиль1">Кол-во сообшений которые будут показываться <u>за раз</u> на экране мобильного устройства</span><br>
<input name="go" type="submit" class="style1" style="color:#666666 " value="Дальше">
</form>
</p></td>
</tr>
</table>
<?
include $DOCUMENT_ROOT.'/html/inc/footer.php' ;
?>