예제 #1
0
?>
</title>
<meta content="false" http-equiv="imagetoolbar" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<meta name="description" content="<?php 
echo $website['description'];
?>
">
<meta name="keywords" content="<?php 
echo $website['keywords'];
?>
">
<link rel="shortcut icon" href="wow/static/local-common/images/favicons/wow.png" type="image/x-icon" />
<link rel="search" type="application/opensearchdescription+xml" href="http://eu.battle.net/en-gb/data/opensearch" title="WoW Search" />
<?php 
GetStyle();
?>
<script src="wow/static/local-common/js/third-party/jquery-1.4.4.min.js"></script>
<script src="wow/static/local-common/js/core.js?v15"></script>
<script src="wow/static/local-common/js/tooltip.js?v15"></script>
<!--[if IE 6]> <script type="text/javascript">
//<![CDATA[
try { document.execCommand('BackgroundImageCache', false, true) } catch(e) {}
//]]>
</script>
<![endif]-->
<script type="text/javascript">
//<![CDATA[
Core.staticUrl = 'wow/static';
Core.sharedStaticUrl= '/wow/static/local-common';
Core.baseUrl = 'wow/en';
예제 #2
0
파일: login.php 프로젝트: ralph1985/kdc
	    {
	        document.write('<LINK href="estilo/<?php 
echo GetStyle($id_session);
?>
/body_IE.css" type=text/css rel=stylesheet>');
	    }
	    else
	    {
	        document.write('<LINK href="estilo/<?php 
echo GetStyle($id_session);
?>
/body_MF.css" type=text/css rel=stylesheet>');
	    }
	</script>
	<LINK href="estilo/<?php 
echo GetStyle($id_session);
?>
/common.css" type=text/css rel=stylesheet>
</head>
<body class="normal" onload="document.form_login.nick.focus()">
	<table cellpadding=0 cellspacing=0 border=0 width="100%">
        <tr>
			<td class="table_top_left">
			    <div class="table_top_left">
			    </div>
			</td>
			<td class="table_top_center">
			    <div class="table_top_center">
			        <table cellpadding=0 cellspacing=0 border=0 align=center>
				        <tr>
					        <td>
예제 #3
0
        echo $RowSEL['redireccion'];
        ?>
">
			</OBJECT>
			-->

			<!--<CENTER>
				<a href="#" onClick="Pr_Player('Play')">Play</a><br>
				<a href="#" onClick="Pr_Player('Stop')">Stop</a><br>
				<a href="#" onClick="Pr_Player('Pause')">Pause</a><br>
				<a href="#" onClick="Pr_Player('-')">Menos</a><br>
				<a href="#" onClick="Pr_Player('+')">Mass</a><br>
			</CENTER>-->
			<div class="radio">
			    <span id="info">&nbsp;</span>
			    <div class="emisora" style="background-image: url(estilo/<?php 
        echo GetStyle($id_session) . "/img/" . $RowSEL['imagen'];
        ?>
)">
			    </div>
			</div>
		</body>
		</html>
		<?php 
    }
} else {
    ?>
    <script>location="error_popup.php"</script>
    <?php 
}
mysql_close($Link);