game/dng/index.html

103 lines
6.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="ru" xml:lang="ru" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Всё о Подземельях - Армада</title>
<link href="i/css/dungeon.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="i/css/vstyle1.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="i/css/dungeon4ie.css" media="screen" rel="stylesheet" type="text/css"/>
<meta content="Global" name="Distribution"/>
<meta content="non-profit" name="Classification"/>
<meta content="application" name="Resource-type"/>
<meta content="Safe for Kids" name="Rating"/>
<meta content="ландыши" name="Author"/>
<meta content="Proshka" name="Author"/>
<meta content="ru" name="Language"/>
<meta content="favorite" name="save"/>
<meta content="Канализация, Подземелья, Диггер, Карта, БК, Бойцовский Клуб, Пещера Тысячи Проклятий, Бездна, Катакомбы, Пещеры Мглы"
name="keywords"/>
<script language="javascript" src="head/ahtmlv.js" type="text/javascript"></script>
<script language="javascript" src="head/dcacommon.js" type="text/javascript"></script>
</head>
<body>
<div id="popupDiv"
style="position: absolute; left: 0px; top: 1px; border: solid 1px infotext; background-color: infobackground; color: infotext; padding: 2px; z-index: 20; visibility: hidden; filter: alpha(opacity = 85, style = 4), blendtrans(duration = 0.3) progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=1); font-size: 8pt; opacity: 0.85; -moz-opacity: 0.85; KhtmlOpacity: 0.85;"></div>
<div id="menuDiv" onclick="onMenuClick()" onlosecapture="hideMenuCore()"
style="position: absolute; border: solid 1px black; background-color: white; color: black; padding: 2px; z-index: 9; visibility: hidden; filter: alpha(opacity = 92, style = 4), blendtrans(duration = 0.2) progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2); font-size: 12pt"></div>
<div class="unselectable" id="header" unselectable="on">
<table background="i/ugetc/header_texture.gif" border="0" cellpadding="0" cellspacing="0" class="unselectable"
height="180" unselectable="on" width="100%">
<tr>
<td>
<div class="unselectable" style="float: right;" unselectable="on">
<img alt="" border="0" class="unselectable" height="1" id="header_rightpart" src="i/blank.gif"
unselectable="on" width="1"/></div>
<div class="unselectable" style="position: absolute; left: 30px; top: 20px;" unselectable="on">
<img alt="" border="0" class="unselectable" height="1" id="header_dungeontitle" src="i/blank.gif"
unselectable="on" width="1"/></div>
<div class="unselectable" id="header_progress"
style="position: absolute; left: 0px; top: 165px;width:100%;text-align:center;" unselectable="on">
<img alt="" border="0" class="unselectable" height="15" src="i/ugetc/progress.gif" unselectable="on"
width="287"/></div>
</td>
</tr>
</table>
</div>
<div id="menu">
<ul id="nav">
<li class="activeLink"><a href="javascript:">Подземелья</a></li>
<li><a href="/" target="_self">Домой</a></li>
</ul>
</div>
<div id="content">
<input class="userdata" id="du_historystore" name="du_historystore" type="hidden" value=""/>
<div id="right">
<div id="dsurface">
<div style="width: 100%; font-weight: bold; text-align: center; padding: 8px 8px 8px 8px">
<img src="i/loading.gif"
style="width:60px;height:60px;padding:20px;border:0 none transparent;float:right;"/>
<div class="hintview" style="padding: 4px;font-weight: normal;">Первоначальная загрузка каждого
Подземелья кэширует все необходимые файлы, и вторичное их открытие будет очень быстрым.
</div>
Пожалуйста, подождите, пока загружается ресурс &quot;Всё о Подземельях&quot;...<br/><br/><small>Если
ресурс не загружается, нажмите <kbd>Ctrl+F5</kbd>, или почистите кэш временных файлов Вашего браузера
Internet.</small></div>
<div style="width: 100%; text-align: center; padding: 8px 8px 8px 8px"><a class="TLink" href="javascript:"
onclick="doClean()">Очистить все
данные</a></div>
</div>
<hr noshade="noshade" size="1"/>
<div>
<div id="ads" style="float: right; z-index: 1; background-color: #000;">
</div>
</div>
<script language="javascript" type="text/javascript">
function doNothing() {
}
function doClean() {
window.onunload = doNothing;
DeleteCookie('du_Options');
var historystore = document.getElementById('du_historystore');
historystore.value = '';
historystore.setAttribute("du_sPersistAttr", historystore.value);
historystore.save('du_historystore');
window.location.href = window.location.href;
}
</script>
</div>
<div id="left">
<center>
<iframe align="center" frameborder="no" height="50" id="offline_frame" scrolling="no" width="200"></iframe>
</center>
</div>
</div>
<script language="javascript" src="head/dungeonengine.js" type="text/javascript"></script>
<script language="javascript" src="dungeonoffline.js" type="text/javascript"></script>
<script language="javascript" src="head/dungeon.offlinedata.js" type="text/javascript"></script>
<script language="javascript" src="head/dungeon.constructor.js" type="text/javascript"></script>
<script language="javascript" src="head/dungeon.all.js" type="text/javascript"></script>
</body>
</html>