.....

------------------------------------------------------------------------------------------------------------------ Vip Партнеры ----------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Чат Миллениум

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Чат Миллениум » Бесплатник » Стартовые странички


Стартовые странички

Сообщений 1 страница 5 из 5

1

В этой теме выставляем бесплатные работы для пользования.
Естественно по форме.

• Автор стартовой странички.
• Размеры стартовой.
• Ссылка на скачивания файла либо выкладываем прямо на форум.
• Скрин стартовой.
• Код стартовой.
• Файлы предназначенные для редактирования(с пояснением)

0

2

• Стартовую может забрать любой и поделать под себя!
• Кнопки название чата итд там нетрудно разберетесь
• Дизайнер - Ася (Ася)
• Вёрстка - InfinitI(я)

В коде есть заместо ваш чат вписываем свой.

Код:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
<html>
<head>
<title>Ваш Чат</title>
   <meta name="Description" content="%CHAT('DESCRIPTION')%">
   <meta name="Keywords" content="%CHAT('KEYWORDS')%">
   <meta name="language" content="rus,russian">
   <meta name="robots" content="all,index">
        <meta name="author" content="InfinitI">
        <meta http-equiv="content-language" content="Russian">
        <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
   <link rel="stylesheet" type="text/css" href="http://igust4u.ru/chats/clients/podarok/svd.css" media="all">
   <!--[if IE]><link rel="stylesheet" type="text/css" href="http://igust4u.ru/chats/clients/podarok/ie.css" media="all"><![endif]-->
   <!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="http://igust4u.ru/chats/clients/podarok/ie6.css" media="all"><![endif]-->
</head>

<body>
<div class="clear"></div>
<div class="page">
<div class="top_cont"></div>
<div class="left_cont"></div>
<div class="center_cont">
<form name="login" method="post" action="/">
<input type="hidden" name="sess">
<input type="hidden" name="ref" value="%GET('ref')%">
<div class="login"><input type="text" name="nick" value="%COOKIE("Nick")%" class="login_input"></div>
         <div class="password"><input type="password" name="pass" value="" class="login_input"></div>
         <div class="login_ok"><span class="ok" onmouseover="this.id='ok_hover'" onmouseout="this.id=''" onclick="passCrypt(); document.login.submit(); return false;" ></span></div>
     <input type="submit" style="display: none">
    </form>
  <script src="/js/login.jsa" type="text/javascript"></script>
  <script src="/js/md5.js" type="text/javascript"></script>
</div>
<div class="right_cont"></div>
<div class="unfer2_cont"></div>
<div class="unfer3_cont">Добро пожаловать в чат "%CHAT('ADDRESS')%"!</div>
<div class="unfer4_cont">
<a class="menubtn" href="/people/form?ref=%GET('ref')%" target="_blank" style="left: 50px; top: 0px;">Рега</a>
<a class="menubtn" href="/rules" target="_blank" style="left: 150px; top: 0px;">Правила</a>
<a class="menubtn" href="/whowas?" target="_blank" style="left: 250px; top: 0px;">Кто был</a>
<a class="menubtn" href="/gb" target="_blank" style="left: 350px; top: 0px;">Геста</a>
<a class="menubtn" href="/people/" target="_blank" style="left: 450px; top: 0px;">Люди</a>
<a class="menubtn" href="/help" target="_blank" style="left: 550px; top: 0px;">Помощ</a>
<a class="menubtn" href="/people/top" target="_blank" style="left: 650px; top: 0px;">Топ 10</a>
</div>
<div class="copi_cont">© <a href="http://%CHAT('ADDRESS')%">Ваш Чат</a> дизайн - <a href="http://igust4u.ru/svobodnie-servisi/servis-startovie-stranichki-t84.html" target="_blank">Ася</a> вёрстка <a href="http://igust4u.ru/svobodnie-servisi/servis-startovie-stranichki-t84.html" target="_blank">InfinitI</a>  разработка <a href="http://august4u.net/" target="_blank">August</a></div>
<div class="end_cont"></div>
</div>
</body>
</html>

0

3

Работа выполнена Дизайнером Мальвинка

Код:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Главная страница чата</title>
<style type="text/css">
<!--
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9dd5a6;
	font-weight: normal;
	font-style: italic;
}
body {
margin: 0px;
	background-color: #000000;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #00FF00;
	font-weight: bold;
	font-style: italic;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #00FFCC;
}
a:active {
	text-decoration: none;
	color: #33CC66;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	text-align: center;
	vertical-align: top;
	color: #00FF66;
}
.login_input {
	width: 180px;
	height: 16px;
	border: 1px dotted #feec77;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	vertical-align: bottom;
	font-weight: bold;
	background-color: transparent;
	}
	.vx {
	width: 100px;
	height: 26px;
	float: left;
	background-color: transparent;
	background-image: url(http://s56.radikal.ru/i153/1102/7d/61fb8223ac24.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #1ce401;
	text-align: center;
	padding-right: 0px;
}
.vx1 {
	width: 100px;
	height: 26px;
	float: left;
	background-color: transparent;
	background-image: url(http://s008.radikal.ru/i303/1102/58/16e33d7ca780.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #f0fe8f;
	text-align: center;
	padding-right: 0px;
	}
.style2 {
	color: #FFFF00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.block {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #537359;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 60px;
}
-->
</style>
</head>

<body>
<table width="1200" height="900" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="top"><table width="1200" height="197" align="center" cellpadding="0" cellspacing="0" background="http://i001.radikal.ru/1102/32/4848dd4b066b.jpg">
      <tr>
        <td width="500" align="center" valign="top">&nbsp;</td>
        <td width="400" align="center" valign="middle">
    Вход в наш чат свободный. Если Вы зарегистрированны,<br />введите ваши ник и пароль.<br /><br />
     <form name="login" method="post" action="/">        
<input type="hidden" name="sess">
<input type="hidden" name="ref" value="%GET('ref')%">
<table class="style2" width="350">

<tr><td>Ник:</td><td><input type="text" name="nick" value="" class="login_input"></td></tr>
<tr><td>Пароль:</td><td><input type="password" name="pass" value="" class="login_input"></td></tr>
<tr><td colspan=3 align=center>
<input type=button class="vx" onClick="window.open('/people/form?ref=%GET('ref')%', '_blank');" onMouseOver="this.className='vx1'" onMouseOut="this.className='vx'" value=" регистрация " /> <input type=button class="vx" onClick="window.open('/people/lost');" onMouseOver="this.className='vx1'" onMouseOut="this.className='vx'" value=" забыли пароль " /> 
<input type="submit"  class="vx" onMouseOver="this.className='vx1'" onMouseOut="this.className='vx'" value=" Зайти в чат ">

</td></tr>
</table>

</form>
</span>
<div align="center">
  <script src=/js/login.jsa></script>
  <script src=/js/md5.js></script>
    
    </td>
        <td width="300" align="center" valign="middle"><span class="style1">Название вашего чата </span></td>
      </tr>
    </table>
      <table width="1200" height="532" cellpadding="0" cellspacing="0" background="http://s58.radikal.ru/i161/1102/58/2b6fb5d18730.jpg">
        <tr>
          <td width="230" align="center" valign="top">Зайти в чат с других портов: <br><br>
      <a href="адрес чата:88/index">порт 88</a><br>
                      <a href="адрес чата:8888/index">порт 8888</a><br>
          <a href="адрес чата:8080/index">порт 8080</a><br><br>
      <table width="110" cellspacing="0" cellpadding="0">
            <tr>
              <td align="center" valign="top">
    	  <input type=button class="vx" onClick="window.open('/people/form?ref=%GET('ref')%', '_blank');" onMouseOver="this.className='vx1'" onMouseOut="this.className='vx'" value=" Регистрация " /><br><br>
    	  <input type=button class="vx" onClick="window.open('/rules', '_blank');" onMouseOver="this.className='vx1'" onMouseOut="this.className='vx'" value=" Правила " /><br><br>
    	  <input type=button class="vx" onClick="window.open('/people', '_blank');" onMouseOver="this.className='vx1'" onMouseOut="this.className='vx'" value=" Анкеты " /><br>
    	  <input type=button class="vx" onClick="window.open('/whowas', '_blank');" onMouseOver="this.className='vx1'" onMouseOut="this.className='vx'" value=" Кто был " /><br><br>
    	  <input type=button class="vx" onClick="window.open('/gb', '_blank');" onMouseOver="this.className='vx1'" onMouseOut="this.className='vx'" value=" Гостевая " /><br><br>
    	  <input type=button class="vx" onClick="window.open('http://radio.chatplanet.ru/listen', '_blank');" onMouseOver="this.className='vx1'" onMouseOut="this.className='vx'" value=" Радио " /><br><br>
    	   
    	  </td>
            </tr>
          </table>	<br><br>
          Поздравляем с Днём рождения
          :<br>
      <br>
      <span class="style2">%BD = %PEOPLE("BIRTHDAY", 0, "%%NICK%%", ", ")%% %M=%RANDOM([ "%%BD%%"])%% %(%M%)% </span>      	  </td>
          <td width="290">&nbsp;</td>
          <td class="block"> Наш чат знакомств и общения не требует обязательной регистрации. Мы рады и постояльцам и гостям. <br>В чате Вы можете разнообразно провести время, познакомиться с  людьми разных интересов, культур, взглядов, разных национальностей из множества городов по всему миру. И совсем неважно,сколько вам лет, для общения нет возрастных границ. <br>Друзья,встретившиеся у нас,продолжают общаться и реально,организовывая чатовки. <br>Возможно, наш виртуальный домик станет вашим любимым местом досуга, мы будем только рады. <br>Заходите к нам, общайтесь, знакомтесь! Надеемся,вы не будете скучать и приятно проведёте у нас время! <br><br>
       <br><span class="style2"><center>Самые общительные чатлане в этом месяце</center></span>
%PATTERN_MESS<<<END
<tr>
  <td>%NUM%.&nbsp;</td>
  <td nowrap="nowrap"><a href="/people/info?profile=%PROFILE%" target="_blank" title="Анкета %NICK%">%NICK%</a></td>
  <td style="text-align: center;">%COUNT1%</td>
  <td style="text-align: center;">%COUNT2%</td>  
</tr>
END%

<table width="100%" cellspacing="2" cellpadding="2">
 <tr>
  <th></th>
  <th align="left">Ник</th>
  <th align="center">Публ. &nbsp;фраз</th>
  <th align="center">Личных&nbsp;фраз</th>  
 </tr>

%PEOPLE("TOP_MESS", 0, %PATTERN_MESS%, 10)%

</table><br><br><center>
Администрация чата: <br>
            <span class="style2"><br>
	        НИК (аська)       
</span><br>
	        <br>
    	По любым вопросам  обращайтесь к админу, модераторам или киллерам в чате.
      </center>
      </td>
        </tr>
      </table>
      <table width="1200" height="171" align="center" cellpadding="0" cellspacing="0" background="http://i021.radikal.ru/1102/64/a7e3be2e1184.jpg">
        <tr>
          <td width="480" align="center" valign="top" class="style2">
Здесь любая ваша инфа 

</td>
          <td class="block"><center>
Здесь может быть ещё какая-нибуть информация, либо баннеры вашего чата. 

</center></td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</html>

0

4

Работа выполнена Дизайнером  Evanescence
https://b.radikal.ru/b30/1808/d0/53cf0f01ce8et.jpg

Код:
<html>
<head>
<title>Называние чата</title>
<script language="javascript" type="text/javascript">
function clearText(field)
{
    if (field.defaultValue == field.value) field.value = '';
    else if (field.value == '') field.value = field.defaultValue;
}
</script>
<style>
<!--
.container p.p1,.container p.p2,.container p.p3{ 
	position:absolute; 
	font-size:35px; 
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	margin:0 0 0 150px 
	}
.container p.p1{top:30px; left:110px; z-index:100;}
.container p.p2{top:33px; left:113px; z-index:90;}
.container p.p3{top:34px; left:114px; z-index:80;}
.red{color:#008000;}
.black{color:#000;}
.gray{color:gray;}

-->
</style>
<link href="http://tajikchat.ucoz.net/2011/1/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="logo">
	<div id="logomenu">
    	
     	<div class="container">
	<p class="p1 red">Называние чата</p>
	<p class="p2 black">Называние чата</p>
	<p class="p3 gray">Называние чата</p>
	</div>
    
    </div> 
</div> 

<div id="menu2">
	<div id="menu">
       <ul>
            <li><a href="/" class="current">Главная</a></li>
            <li><a href="/people/?" target="_blank">Люди</a></li>
            <li><a href="/rules" target="_blank">Правила</a></li>
            <li><a href="/help?" target="_blank">Помощь</a></li>
            <li><a href="/gb/" class="last" target="_blank">Гостевая</a> </li>
        </ul>     
    
    </div> 
</div>

<div id="center">
<div id="center_vniz">

	<div id="center_vverh">
	<div id="center_content">
    
    	<div id="sidebar">
        
       	  <div class="sidebar_section">
    
            <h1><Font Size="4" Color="#000000">Меню</Font></h1>
              <ul class="category_list">
                  <li><a href="/">Главная страница</a></li>
                  <li><a href="/people/?">Люди</a></li>
                  <li><a href="/whowas">Кто был</a></li>
                  <li><a href="/rules">Правила</a></li>
                  <li><a href="/help?">Помощь</a></li>
                  <li><a href="/gb/">Гостевая книга</a></li>
                
              </ul>
    	</div>  
            
           
                    
        	<div class="cleaner"></div>
            
        </div> 
        
        <div id="content_column">
        	
            <div class="section_w500">
                    
                <h1><Font Size="4" Color="#000000">Добро пожаловать</Font></h1><hr>
                
              <fieldset>
 <legend><B><Font Size="4" Color="#008000"><B>Вход в чат!!!</B></Font></B></legend>
 <Div Align="Center"> <form name=login method=post action=/>
<input type=hidden name=sess>
<table  style=color:#fc9>
<tr><td><B><Font Color="#008000">Ник:</Font></B>&nbsp; </td><td><input name=nick size=15></td></tr>
<tr><td><B><Font Color="#008000">Пароль:</Font></B>&nbsp; </td><td><input name=pass type=password size=15></td></tr>
<tr><td colspan=2 align=Right><input type=submit value=" OK "></td></tr>
</table>
</form>
<script src=/js/login.jsa></script>
<script src=/js/md5.js></script></Div>
 </fieldset>
      </div>
            
            <div class="section_w500">
                    
                <h1><Font Size="4" Color="#000000">ТОП пользователей</Font></h1>
 %PATTERN_MESS<<<END
<tr>
  <td><Font Color="#000000"><B>%NUM%.</B>&nbsp;</Font></td>
  <td nowrap="nowrap"><a href="/people/info?profile=%PROFILE%" target="_blank" title="Анкета %NICK%">%NICK%</a></td>
  <td style="text-align: center;"><Font Color="#000000"><B>%COUNT1%</B></Font></td>
  <td style="text-align: center;"><Font Color="#000000"><B>%COUNT2%</B></Font></td>  
</tr>
END%

<table width="100%" Border="1" cellspacing="2" cellpadding="2">
 <tr>
<th><Font Color="#008000">№</Font></th>
  <th align="left"><Font Color="#008000">Ник</Font></th>
  <th align="center"><Font Color="#008000">Публ. &nbsp;фраз</Font></th>
  <th align="center"><Font Color="#008000">Личных&nbsp;фраз</Font></th> 
 </tr>

%PEOPLE("TOP_MESS", 0, %PATTERN_MESS%, 5)%

</table>
<hr>

%PATTERN_TIME<<<END
<tr>
<td><Font Color="#000000"><B>%NUM%.</B>&nbsp;</Font></td>
  <td nowrap="nowrap"><a href="/people/info?profile=%PROFILE%" target="_blank" title="Анкета %NICK%">%NICK%</a></td>
  
 <td width="64%"><Font Color="#000000"> &nbsp;   &nbsp;   &nbsp;  <B>%LONG_TIME(%TIME%)%</B></Font></td>
</tr>
END%

<table width="100%"  Border="1" cellspacing="2" cellpadding="2">
<tr>
<th><Font Color="#008000">№</Font></th>
  <th align="left"><Font Color="#008000">Ник</Font></th>
  <th align="center"><Font Color="#008000">Время</Font></th>
</tr>

%PEOPLE("TOP_TIME", 0, %PATTERN_TIME%, 5)%

</table>
	</div>
            
           
    	        
        	<div class="cleaner"></div>
        </div> 
        
        <div class="cleaner"></div>
    
    </div>
    </div>

</div>
</div>

<div class="cleaner"></div>

<div id="center_footer">
	<div id="footer">
    	
        Copyright © 2011 <a href="http://www.chatplanet.ru/forum/" target="_blank">Chatplanet.Ru</a> | 
         by <B>Evanescence</B>
    </div>

</div> 

</body>
</html>

0

5

Работа выполнена Дизайнером ОхотниК

https://s11.radikal.ru/i183/1105/d7/1929cf5bbbd1t.jpg

Код:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>название чата</title>
<style type="text/css">
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
body {
margin: 0px;
	background-color: #666666;
}
a {
	font-family: arial;
	font-size: 10px;
	color: transparent;
	font-weight: bold;
	font-style: italic;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: transparent;
	font-size: 13px;
}
a:hover {
	text-decoration: none;
	color: transparent;
	font-size: 13px;
}
a:active {
	text-decoration: none;
	color: transparent;
	font-size: 13px;
}
.style1 {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 24px;
	font-style: bold-italic;
	text-align: center;
	vertical-align: top;
	color: red;
}
.log-in {
	width: 180px;
	height: 16px;
	border: 1px dotted #feec77;
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
	vertical-align: bottom;
	font-weight: bold;
	background-color: #FFFFFF;
	}
.vx {
	width: 80px;
	height: 25px;
	float: center;
	background-color: transparent;
	background-image: url(http://s005.radikal.ru/i211/1105/52/db63522d6063.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: inherit;
	color: #FF0000;
	text-align: center;
	padding-right: 0px;
}
.vx1 {
	width: 80px;
	height: 25px;
	float: center;
	background-color: transparent;
	background-image: url(http://i062.radikal.ru/1105/c7/b681e4146eb6.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: inherit;
	color: #FF0000;
	text-align: center;
	padding-right: 0px;
}
.vx2 {
	width: 100px;
	height: 26px;
	float: left;
	background-color: transparent;
	background-image: url(http://s012.radikal.ru/i320/1105/ef/d86f3ed81675.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #1ce401;
	text-align: center;
	padding-right: 0px;
}
.vx3 {
	width: 100px;
	height: 26px;
	float: left;
	background-color: transparent;
	background-image: url(http://s006.radikal.ru/i215/1105/84/0834b10109e2.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #f0fe8f;
	text-align: center;
	padding-right: 0px;
	}

.style2 {
	color: #FFFF00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	vertical-align: top;
	color: #00FF66;
}
.block {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #537359;
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 60px;
}
.baner {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #00FF66;
	text-align: center;
	vertical-align: top;
	padding-top: 25px;
	padding-right: 60px;
	padding-left: 60px;
}

-->
</style>
</head>

<table width="1060" height="890" align="center" cellpadding="" cellspacing="" background="http://s43.radikal.ru/i102/1105/7d/9d84120721f5.png">
 <tr>
<td align="center" valign="top">
	
      <div align="center">
        <table width="1024" height="197" align="center" cellpadding="" cellspacing="" background="http://s53.radikal.ru/i141/1105/a8/e098c51bd078.png" alt="ВЕРХНИЙ ФРЕЙМ">
          <td width="520" align="center" valign="top">
               <br>
                <br>
                <table width="369" height="95" border="0" background="">
                  <tr>
                    <td width="123"><a href="/people/form?ref=%GET('ref')%" target="_blank"><input type="submit" class="vx2" onMouseOver="this.className='vx3'" onMouseOut="this.className='vx2'" value="Регистрация"></td>
                    <td width="123"><a href="/whowas" target="_blank"><input type="submit" class="vx2" onMouseOver="this.className='vx3'" onMouseOut="this.className='vx2'" value="Кто был"></td>
                    <td width="123"><a href="http://radio.chatplanet.ru/listen" target="_blank"><input type="submit" class="vx2" onMouseOver="this.className='vx3'" onMouseOut="this.className='vx2'" value="Радио ЧП"></td>
                  </tr>
                  <tr>
                    <td><a href="/people" target="_blank"><input type="submit" class="vx2" onMouseOver="this.className='vx3'" onMouseOut="this.className='vx2'" value="Люди"></td>
                    <td><a href="http://" target="_blank"><input type="submit" class="vx2" onMouseOver="this.className='vx3'" onMouseOut="this.className='vx2'" value="Форум"></td>
                    <td><a href="/rules" target="_blank"><input type="submit" class="vx2" onMouseOver="this.className='vx3'" onMouseOut="this.className='vx2'" value="Правила"></td>
                  </tr>
              </table>
          <td width="501" align="center" background="">
	          <font color="#000000"><br/>
	            Вход в чат свободный. Если Вы зарегистрированны,
                <br>введите ваш ник и пароль.
                <form name="login" method="post" action="/">        
<input type="hidden" name="sess">
<input type="hidden" name="ref" value="%GET('ref')%">
<table class="style2" width="350">

<tr><td width="105"></td>
<td width="233"><input type="text" name="nick" value="" class="log-in"></td></tr>
<tr><td></td><td><input type="password" name="" value="" class="log-in"></td></tr>
<tr><td colspan=3 align=center>
<input type="submit"  class="vx" onMouseOver="this.className='vx1'" onMouseOut="this.className='vx'" value="">
  </td></tr>
  <br>
    </table>
  </form>
  </span>
  <div align="center">
	          <script src=/js/login.jsa></script>
            <script src=/js/md5.js></script>    </td>
        </tr>
        </table>
      </div>
      <table width="1024" height="532" cellpadding="0" cellspacing="0" background="http://s007.radikal.ru/i302/1105/44/a507f8b94a24.png">
        <tr>
          <td width="280" align="center" valign="top"><br>
            <font color="#000000">Рекомендуются:</font><br><br>
      <table width="136" height="150" cellpadding="0" cellspacing="0" align="center">
<td><a target="_blank" href="http://www.google.com/chrome/"><img src="http://s015.radikal.ru/i330/1105/c0/1e37eed9784f.gif" alt="Chrome" width="59" height="59"></a>
&nbsp;<a target="_blank" href="http://www.apple.com/safari/download/"><img src="http://i064.radikal.ru/1105/57/f4953ad850a7.gif" alt="Safari" width="59" height="59"></a></td>
<br>
<td><a target="_blank" href="http://www.mozilla-europe.org/ru/firefox/"><img src="http://s012.radikal.ru/i321/1105/6d/c860ff33298e.gif" alt="Fire Fox" width="59" height="59"></a> 
&nbsp;<a target="_blank" href="http://www.opera.com/download/"><img src="http://s004.radikal.ru/i208/1105/41/9b5428361a93.gif" alt="Opera" width="59" height="59"></a></td>
          </table>	<br><br>
          <td width="531" class="block" align="center"><font color="#000000">Сейчас в чате <script src=http://mego.august4u.ru:8080/c></script> человек<br>
            <br>Самые болтливые дедушки и бабушки чата:
             <table width="400" border="0" align="center">
  <tr>
    <th scope="cop">&nbsp;
	<br>
%PATTERN_MESS<<<END
<tr>
  <td>%NUM%.&nbsp;</td>
 <td nowrap="nowrap"><a href="/people/info?profile=%PROFILE%" target="_blank" title="Анкета %NICK%"><font color="#FFFFFF">%NICK%</a></td>
  <td style="text-align: center;">%COUNT1%</td>
  <td style="text-align: center;">%COUNT2%</td>   
</tr>
END%

<table width="100%" cellspacing="0" cellpadding="0" border="0">
 <tr>
  <th></th>
  <th align="left">Ник</th>
  <th align="center">Публ. &nbsp;фраз</th>
  <th align="center">Личных&nbsp;фраз</th>  
 </tr>

%PEOPLE("TOP_MESS", 0, %PATTERN_MESS%, 10)%

</table>
	
	
	
	</th>
  </tr>
</table>

          </td>
          <td width="285" class=""><table width="282" border="0">
            <tr>
              <th width="276" height="454" scope=""><p class="style1">Админсостав:</p>
                <p class="style1">админ - кто то</p>
                <p class="style1">модер - кто то</p>
                <p class="style1">киллер - кто то</p>
                <p class="style1">графер - кто то</p>
                <p class="style1">&nbsp;</p>
                <p class="style2">если что то сами меняйте на свой вкус</p>
              <p class="style2"> ;)</p></th>
            </tr>
          </table>          <p class="style1">&nbsp;</p>
          </td>
        </tr>
      </table>
  <table width="1024" height="130" align="center" cellpadding="0" cellspacing="0" background="http://s47.radikal.ru/i115/1105/cc/03db1319f6a0.png">
    <tr>
          
      <td class="baner"><center> 
    	<marquee direction="left" scrolldelay="5" scrollamount="7" behavior="scroll" loop="0" style="background-color: transparent;" id="Marquee1" height="40">
<a href="http://club.chatplanet.ru/" target="_blank"><img src="http://club.chatplanet.ru/button.gif" alt="Ассоциация чатов Августа.Клуб честных администраторов." border="0" height="31" width="88"></a>

</html>

0


Вы здесь » Чат Миллениум » Бесплатник » Стартовые странички