Показать сообщение отдельно

  #2  
Старый 28.04.2009, 18:04
Gifts
Reservists Of Antichat - Level 6
Регистрация: 25.04.2008
Сообщений: 827
Провел на форуме:
2769640

Репутация: 1304


По умолчанию

4blind Декодировать вот этим: http://forum.antichat.ru/showpost.php?p=1235826&postcount=768

Третий параметр моей функции равен 3
Код:
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
	<meta name="keywords" content="" />
    <meta name="description" content="" />
    
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
    <meta http-equiv="imagetoolbar" content="no">
    
    <title>ВГО НашаУкраїна - Вхiд до панелi адмiнiстрування сайту</title>
    
    <link rel="shortcut icon" href="../images/favicon.ico">
    <link rel="stylesheet" href="../css/styles.css" type="text/css"/>
    
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.js"></script>
    <!--<script type="text/javascript" src="js/jquery.form.js"></script>-->
    <script type="text/javascript" src="../js/jquery.li-scroller.js"></script>
    
    <!--<script type="text/javascript" src="js/checkform.js"></script>
    <script type="text/javascript" src="js/setpos.js"></script> -->
    
    <script>
		$(document).ready(function()
		{
			if ( $(document).height() != $(window).height() )
			{
				$(\'#footer\').css(\'top\', \'730px\');
			}
		});
		
		
		$(window).resize(function()
		{
			if ( $(document).height() != $(window).height() )
			{
				$(\'#footer\').css(\'top\', \'730px\');
			}
			else
			{
				$(\'#footer\').css({\'top\' : \'\', \'bottom\' : \'0px\'});
			}
			
			if ( $("#ryabina").css("left") <= 420 )
			{
				$(\'#ryabina\').css(\'left\', \'420\');
			}
			else
			{
				$(\'#ryabina\').css({\'left\':\'\', \'right\':\'0px\'});
			}
		});
	</script>
    
</head>

<body style="background: #1aa4fd url(../images/tile2.png) bottom repeat-x">
	
	<div id="header">
    	<div id="logo"></div>
        <img id="ukr_flag" src="../images/ukr_flag.png" width="100%" height="14" style="position:absolute; top:70px;"/>
    </div>
    
    <table style="width:100%; height:100%">
    	<tr>
        	<td  align="center" style="vertical-align:top; padding:20px 0px 0px 0px; text-align:center">
               	<form method="post" enctype="application/x-www-form-urlencoded" style="width:200px; height:100px; text-align:left; margin:0 auto;" action="login.php5">
                    <p style="padding-top:5px;">Логiн:</p>
                    <input type="text" id="login" name="login" style="width:100%; font-size:18px; margin-bottom:15px;" />
                    <p style="padding-top:5px;">Пароль:</p>
                    <input type="password" id="password" name="password" style="width:100%; font-size:18px; margin-bottom:20px;" />
                    <input type="submit" id="submit_but" value="Увiйти" style="width:100px;" />
                </form>
            </td>
        </tr>
    </table>
	
</body>
</html>
';

Последний раз редактировалось Gifts; 28.04.2009 в 18:06..
 
Ответить с цитированием