Файл: wap-ads.ru/head.php
Строк: 23
<?
ob_start();
echo '<?xml version="1.0" encoding="utf-8"?>';
?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<link rel="shortcut icon" href="/favicon.ico" />
<?
echo '<link rel="stylesheet" href="/style/wap/style.css" type="text/css" />';
?>
<style type="text/css"> .dashedtext
{
border-bottom: 1pxdashed red;
}
</style>
</head>
<body>
<script type="text/javascript"
src="/JavaScript.js">
</script>
<script type="text/javascript">
$(document).ready(function(){
$('.spoiler_links').click(function(){
$(this).parent().children('div.spoiler_body').toggle('normal');
return false;
});
});
</script>
<style type="text/css">
.spoiler_body {display:none; cursor:pointer;}
</style>