<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html dir="ltr">
   
<head>  
 <title> Undelete.tv</title>
 <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
 <meta http-equiv="Content-Style-Type" content="text/css" />
<meta name='yandex-verification' content='50b197b842486086' />
<meta name='yandex-verification' content='7275cde49ea001f5' />
  <META NAME="KEYWORDS" CONTENT="Undelete.tv, 1"> <META NAME="description" CONTENT="1">

 <link rel="stylesheet" href="./templates/default/css/main.css?v=5" type="text/css">
<!--[if IE]>
<style type="text/css">
input.buttons { font-size: 0; line-height: 0x; }
</style>
<![endif]-->

<link rel="alternate" type="application/rss+xml" title="Undelete.tv new messages" href="rss/rss.xml" />
<link rel="alternate" type="application/rss+xml" title="Undelete.tv new topics" href="rss/rss-topic.xml" />
<link rel="alternate" type="application/rss+xml" title="Undelete.tv 100 messages" href="rss/rss-100.xml" />
<link rel="alternate" type="application/rss+xml" title="Undelete.tv 100 topics" href="rss/rss-100-topic.xml" />
<link rel="alternate" type="application/rss+xml" title="Undelete.tv torrents" href="rss/rssd.xml" />
  <link rel="shortcut icon" href="./images/fav_un_2012.png" type="image/x-icon"> 
 <link rel="search" type="application/opensearchdescription+xml" href="opensearch_desc.xml" title="TorrentPier (Forum)" />
 <link rel="search" type="application/opensearchdescription+xml" href="opensearch_desc_bt.xml" title="TorrentPieru (Tracker)" />
 <!--  <script src="./misc/js/jquery.min.js"></script> -->
 <script type="text/javascript" src="./misc/js/jquery.pack.js?v=2"></script>
 <script src="./misc/js/jquery.cluetip.js?v=2" type="text/javascript"></script>
 <!--  <script src='http://undelete.tv/epicajax.js'></script> -->
<link href="/style.css" rel="stylesheet" type="text/css" />	
<link href="/templates/default/css/jquery-ui.css" rel="stylesheet" type="text/css"/>

 <script type="text/javascript" src="./misc/js/main.js?v=2"></script>
<script type="text/javascript" src="./misc/js/jquery.rater.js?v=2"></script>
 <script type="text/javascript" src="./misc/js/jquery.scrollable.js?v=2"></script>
 <script type="text/javascript" src="./misc/js/jquery.mousewheel.js?v=2"></script>
 <script type="text/javascript" src="./misc/js/jquery.tooltip.js?v=2"></script>

<script src="./misc/js/jquery-ui.min.js"></script>
 <script type="text/javascript">
  var BB_ROOT       = "./";
  var cookieDomain  = ".undelete.tv";
  var cookiePath    = "/";
  var cookieSecure  = 0;
  var cookiePrefix  = "udl_";
  var LOGGED_IN     = 0;
  var InfoWinParams = 'HEIGHT=510,resizable=yes,WIDTH=780';

  var user = {
    opt_js: {},

    set: function(opt, val, days, reload) {
      this.opt_js[opt] = val;
      setCookie('opt_js', $.toJSON(this.opt_js), days);
      if (reload) {
        window.location.reload();
      }
    }
  }
    
  var ajax = new Ajax('./ajax.php', 'POST', 'json');

   </script>

 <!--[if lt IE 7]><script type="text/javascript">
  $(document).ready(ie6_make_clickable_labels);

  $(document).ready(function(){
    $('div.menu-sub').prepend('<iframe class="ie-fix-select-overlap"></iframe>'); // iframe for IE select box z-index issue
    Menu.iframeFix = true;
  });
 </script><![endif]-->

 <!--[if gte IE 7]><style type="text/css">input[type="checkbox"] { margin-bottom: -1px; }</style><![endif]-->
 <!--[if lte IE 6]><style type="text/css">.forumline th { height: 24px; padding: 2px 4px; }</style><![endif]-->
 <!--[if IE]><style type="text/css">.code-copy { display: block; }.post-hr   { margin: 2px auto; }</style><![endif]-->

   <style type="text/css">
  .menu-sub, #ajax-loading, #ajax-error, var.ajax-params { display: none; }
  </style>
<script type="text/javascript">
		function split( val ) {
			return val.split( /,\s*/ );
		}
		function extractLast( term ) {
			return split( term ).pop();
		}
	$(document).ready(function() {
 		$('a.load-local').cluetip({local:true, cursor: 'pointer',showTitle: true,arrows: true});
		 $('span[title]').cluetip({splitTitle: '|', arrows: true, dropShadow: false, cluetipClass: 'jtip'});
		$('a.load-local-menu').cluetip({local:true, activation: 'click', cursor: 'pointer',showTitle: true,sticky: true, closePosition: 'title', width: 500, height: 500, closeText: 'Закрыть', cluetipClass: 'jtip'});
		$('#title_search_main').autocomplete({ 
			source: function( request, response ) {
						$.getJSON( "ajax/autocomplete2.php", 
						{ term: extractLast( request.term ) }, 
						function(data){ 
						//if(window.console) console.log(data);
							window.autoCompleteSuggestions = {};
							for(k=0;k<data.suggestions.length;k++){
								data.suggestions[k] = data.suggestions[k].replace(/&quot;/g, '"');
								autoCompleteSuggestions[data.data[k]] = data.suggestions[k];
								//$('#darkContainer').append("<a val='"+data.data[k]+"'>"+data.suggestions[k]+"</a>");
							}
							response(data.suggestions) 
						} );
						
					},
		    maxHeight:350,
// 			position: { my : "left top", at: "left bottom", of: "#topSearch", offset: "0 -6"},
			open: function(event, ui) { 
				addinWidth = document.body.offsetWidth-1070;
				$('.ui-autocomplete').hide().remove().appendTo(this.parentNode).show().css({left: 0, top: '30px', width:251+addinWidth})
				$('.ui-menu-item a').click(function(){
					var text = $(this).text();
					for(var key in autoCompleteSuggestions) {
						if(autoCompleteSuggestions[key] == text) {
							document.location = "http://undelete.tv/viewtopic.php?t="+key;
							return;
						}
					}
					//var cid = $('#darkContainer').find('a:contains("'+$(this).text()+'")').attr('val');
					//document.location = "http://undelete.tv/viewtopic.php?t="+cid;
				});
			}
		}).keypress(function(e) {
			if(e.keyCode == 13) {
				var item = $('.ui-autocomplete a#ui-active-menuitem');
				if(item.length) {
					item.click();
				}
			}
		});
		
	});
</script> 

</head>
<meta name="google-site-verification" content="8Fn9hSwsjx-8dQ5L--sDYZEpXFAiAPDJCelNwBgRz2c" />
<body> 
<div id="layer" style="display: none;"></div>

<table id="ajax-loading" cellpadding="0" cellspacing="0"><tr><td class="icon"></td><td>Loading...</td></tr></table>
<table id="ajax-error" cellpadding="0" cellspacing="0"><tr><td>Error</td></tr></table>
 
<div id="preload" style="position: absolute; overflow: hidden; top: 0; left: 0; height: 1px; width: 1px;"></div>

<div id="body_container">

<!--******************-->
<!--======-->

<!--page_container--> 
<div id="page_container">
<a name="top"></a>
 <tr>
<!--main_content--> 
  <td id="main_content">
   <div id="main_content_wrap">
   
     


<!--=======================-->
<!--***********************-->




<!-- page_header.tpl END -->
<!-- module_xx.tpl START -->
	<div class='newLogin'>
	<form action="./login.php" method="post">
		<input type="hidden" name="redirect" value="/rss.php?nolimit&styled" />
		<input type="hidden" name="cookie_test" value="372122913" />
				<table>
			<tr>
				<td style='text-align:right'>Имя:</td>
				<td><input type="text" class="post" name="login_username" size="25" maxlength="40" value="" style='width:250px; padding:5px' /></td>
			</tr>
			<tr>
				<td style='text-align:right'>Пароль:</td>
				<td><input type="password" class="post" name="login_password" size="25" maxlength="32"  style='width:250px; padding:5px' /></td>
			</tr>
	<!-- Visual Confirmation -->
				<tr> 
				<td colspan=2>
					<center>
						<div><input type="checkbox" name="autologin" checked="checked" /> Входить при каждом посещении</div>
						<input type="submit" src='./enter_login.png' name="login" class="bold long" value="Вход" style='margin-top:20px;'/>
					</center>
				</td>
			</tr>
		</table> 
	</form>
</div>
<center style='margin-top:20px;'><a href="profile.php?mode=sendpassword" class="small">Забыли пароль?</a></center>
<style type="text/css">
	.newLogin{
		width:350px;
		background:#fff;
		padding:20px;
		border-radius:15px;
		margin:10% auto 0 auto;
		box-shadow:0 0 20px #9e9e9e;
	}
	body, html, #body_container, #page_container{
		height:100%;
		width:100%;
		margin:0;
		padding:0;
		background:#fff;
		border:none;
	}
</style>



















	</div><!--/body_container-->

	</body>
	</html>

