⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 player.tpl.php

📁 a short sketch about linux syntex lines.
💻 PHP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>正在播放---<?php echo $this->title;?></title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<link target="<?php echo $this->basedir;?>" />
<script src="<?php echo $this->basedir;?>js/jquery.js"></script>
<script src="<?php echo $this->basedir;?>js/func.js"></script>
<style type="text/css">
body {
	background-color: 0;
	margin: 0px;
}
</style>
<!---->
</HEAD>
<body leftMargin="0" topMargin="0" MS_POSITIONING="GridLayout" oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
<div id="display_vodcms_com">
<?php echo $this->player;?>
</div>
<script language="javascript">
var Refresh=1;
var uri = '<?php echo $this->installdir;?>?mod=actives&action=index&<?php echo $this->online;?>';
function refersh(){
	$.get(uri, function(error){
		if (error == 404){
			$('#display_vodcms_com').hide();
			alert('您的帐户在其他页面登陆电脑了!请不要多人使用同一个帐户!');
		}
	});
}
<?php 
if ($this->online){
if ($this->config['refreshplayer']){?>
setInterval(function(){refersh()}, <?php echo $this->config['refreshplayer'];?>000);
<?php }?>
window.onunload = function(){
	$.get('<?php echo $this->installdir;?>?mod=actives&action=exit&<?php echo $this->online;?>');
}
<?php }?>
function jumpurl(url){
	if (url){
		$("vodcmsRedirectLink").href = url;
		$("vodcmsRedirectLink").click();
		window.close();
	}
}
</script>
<span style="display:none;"><a id="vodcmsRedirectLink" href="#" target="_top">redirect link</a></span>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -