battles/refreshed.html

41 lines
5.7 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.

<html lang="ru" xmlns="http://www.w3.org/1999/html">
<head>
<link rel="stylesheet" type="text/css" href="design/css/fight.css"/>
<script language="JavaScript">
function rslength() { // изменяет размер строки ввода текста
var size = document.body.clientWidth-(2*30)-66-256-30;
if (size<100) { size=100 }
document.F1.text.width = size;
document.all('T2').width = size;
}
window.onresize=rslength;
</script>
</head>
<body onload="rslength()">
<form action="http://c.capitalcity.old-dark.ru/ch.php" target="refreshed" method="GET" name="F1" onsubmit="subm(); top.NextRefreshChat();">
<div id="bk-buttons-center">
<table border="0" width="100%" height="30" cellspacing="0" cellpadding="0">
<tr>
<td width="800" id="T2">
<input type="text" id="ssmtext" name="text" maxlength="200" size="70" style="width:100%" width="800">
</td>
<td valign="top" align="right">
<div id="bk-buttons-panel-right">
<a class="buttons" href="javascript:void(0)" onclick="document.forms[0].submit()" title="Добавить текст в чат"><img src="design/i/buttons/say2.gif" width="30" height="30" border="0" alt="Добавить текст в чат"></a>
<a class="buttons" href="javascript:void(0)" onclick="clearc();" title="Очистить строку ввода"><img src="design/i/buttons/erase.gif" width="30" height="30" border="0" alt="Очистить строку ввода"></a>
<a class="buttons" href="javascript:void(0)" onclick="sw_filter();" title="(выключено) Показывать в чате только сообщения адресованные мне"><img src="design/i/buttons/b___filter_off.gif" width="30" height="30" border="0" name="b___filter" alt="(выключено) Показывать в чате только сообщения адресованные мне"></a>
<a class="buttons" href="javascript:void(0)" onclick="sw_sys();" title="(выключено) Показывать в чате системные сообщения"><img src="design/i/buttons/b___sys_off.gif" width="30" height="30" border="0" name="b___sys" alt="(выключено) Показывать в чате системные сообщения"></a>
<a class="buttons" href="javascript:void(0)" onclick="sw_slow();" title="(выключено) Медленное обновление чата (раз в минуту)"><img src="design/i/buttons/b___slow_off.gif" width="30" height="30" border="0" name="b___slow" alt="(выключено) Медленное обновление чата (раз в минуту)"></a>
<a class="buttons" href="javascript:void(0)" onclick="sw_translit();" title="(выключено) Преобразовывать транслит в русский текст (правила перевода см. в энциклопедии)"><img src="design/i/buttons/b___translit_off.gif" width="30" height="30" border="0" name="b___translit" alt="(выключено) Преобразовывать транслит в русский текст (правила перевода см. в энциклопедии)"></a>
<a class="buttons" href="javascript:void(0)" onclick="smiles()" title="Смайлики"><img src="design/i/buttons/b___smile.gif" width="30" height="30" border="0" alt="Смайлики"></a>
<a class="buttons" href="javascript:void(0)" onclick="SoundB()" title="Р—РІСѓРєРё"><img src="design/i/buttons/zvuk_off.gif" id="but_sound" width="30" height="30" border="0"></a>
<a class="buttons" href="javascript:void(0)" title="Настройки/Инвентарь"><img src="design/i/buttons/a___inv.gif" width="30" height="30" border="0" alt="Настройки/Инвентарь" onclick="top.cht(&#39;main.php?edit=&#39;+Math.random())"></a>
<a class="buttons" href="http://c.capitalcity.old-dark.ru/forum.php" target="_blank" title="Форум"><img src="design/i/buttons/a__forum.gif" width="30" height="30" border="0" alt="Форум"></a>
<a class="buttons" href="javascript:void(0)" title="Выход из игры"><img src="design/i/buttons/a___ext.gif" width="30" height="30" border="0" alt="Выход из игры" onclick="if (confirm(&#39;Выйти из игры?&#39;)) top.window.location=&#39;index.php?exit=1&#39;"></a>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>