<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<title><?=$sitename?></title>
<? readfile("style.css");?>
<!-- <script language="JavaScript" src="./phpWebDirectory.js"></script> -->
</head>
<body bgcolor="White">
<div align="center">
<?//readfile("../menu/top.htm");?>
<table width="785" cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan=2>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan=2>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30%">
<img border="0" src="http://www.w2b.ru/img/w2b-logo1.gif"></td>
<td width="70%" align="center"><b>Your Banner here</b></td>
<tr>
<td align="right" colspan=2 bgcolor="white">
<a href="<?$webdirurl?>">home</a> |
<a href="?mode=newadd&category=<?=$category?>"><font color="#0033ff"><?=$str_common["add"]?></font></a> |
<a href="?mode=auth&category=<?=$category?>"><?=$str_common["edit"]?></a> |
<a href="?mode=auth&category=<?=$category?>"><?=$str_common["del"]?></a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="200" valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td height="25" align="center" bgcolor="<?=$design["tab_color"]?>"><?=$str_common["name_full"]?></td>
</tr>
<tr>
<td bgcolor="<?=$design["tr_color"]?>">
<div id="leftsubmenu" style="padding-left: 10px;">
<br>
<?
reset($categories);
while(list($k,$v)=each($categories)){
?>
<img src="img/bullet_b.gif"><a href="?mode=read&category=<?=$k?>"><?=$v?></a><br>
<?
}
?>
</div>
<br>
</td>
</tr>
</table>
<br><br><br><br>
</td>
<td valign="top">
<div id="content" style="padding-left: 10px;">
<center>
<h3><font color="#334233"><?=$str_common["name_full"]?></font></h3>
<form method=post>
<table width=480 border=0 cellspacing=0 cellpadding=2 bgcolor="<?=$design["tab_color"]?>">
<tr>
<td width=71 align=center>
<img src="img/lupa.gif" width=44 height=39 border=0 alt="<?=$str_common["head"]?>" align="middle"></td>
<td valign="middle"><b><?=$str_common["search"]?></b></td>
<td>
<input type="hidden" name="mode" value="search">
<input type=text name=query size=20 maxlength=150> <?=$str_common["by"]?>
<select name=part>
<option value=title><?=$str_common["title"]?></option>
<option value=descr><?=$str_common["descr"]?></option>
<option value=url><?=$str_common["url"]?></option>
</select><br>
<?=$str_common["category"]?>
<select name="cat">
<option selected value="">All</option>
<?
reset($categories);
while(list($k,$v)=each($categories)){
?>
<option value="<?=$k?>"><?=$v?></option>
<?
}
?>
</select>
</td>
</tr>
</table>
<br>
<input type=submit value=" <?=$str_common["button"]?> "> <input type=reset>
</form>
</center>