Просмотр файла inc/templates/default/form.inc.html

Размер файла: 1.97Kb
<html>
<head>
<title>Поиск по сайту</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="content-type" content="text/html; charset=windows-1251">
<style type="text/css">
<!--
.name	{border: 1px; border-style: solid; height: 16px; border-color: #000000; background-color: #ffe6b7; font-family: verdana; font-size: 10px; color: #de0000;}
#name	{border: 1px; border-style: solid; height: 16px; border-color: #000000; background-color: #fef1d8; font-family: verdana; font-size: 10px; color: #de0000;}

.submit	{border: 0px; height: 14px; background-color: #ffe6b7; font-family: verdana; font-size: 10px; color: #000000;}
-->
</style>
</head>
<body bgcolor=#ffffff background=images/background.gif style=cursor:default topmargin=5>
<table border=0 cellspacing=1 cellpadding=1 align=center width=300 bgcolor=#faad1e>
<tr bgcolor=#fce1ae align=center><td><font face=verdana size=1><b>Поиск по сайту</b></font></td></tr>
</table>
<table border=0><tr><td></td></tr></table>
<script language="javascript" type="text/javascript">
<!--
function StartSearch()
{
OpenSearchWindow=open("","SearchWindow","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,left=50,top=50,width=700,height=500");
OpenSearchWindow.focus();
OpenSearchWindow.document.open();
OpenSearchWindow.document.write(
"@LoadingHtmlCode@"
);
OpenSearchWindow.document.close();
}
-->
</script>
<table border=0 cellspacing=1 cellpadding=1 align=center width=300 bgcolor=#faad1e>
<form method=get onSubmit=StartSearch() target=SearchWindow>
<tr bgcolor=#faedca align=center><td>
	<table>
	<tr>
		<td align=center><input type=text name=query size=40 class=name onfocus="id=className" onblur="id=''""></td>
		<td align=center>
				<table border=0 cellspacing=1 cellpadding=0 bgcolor=#000000>
				<tr><td><input type=submit value=Искать... class=submit style=cursor:hand></td></tr>
				</table>
		</td>
	</tr>
	</table>
</td></tr>
</form>
</table>
</body>
</html>