<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YALD Admin Panel</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="stylesheet" href="img/admin.css" type="text/css" media="all" />
</head>
<body>
<table width="200" border="0" align="center">
<tr>
<td>
<div class="container">
<img src="img/yald_logo.gif" style="margin-bottom:10px" />
<ul id="navPyra">
<!-- CSS Tabs -->
<li><a href="login.php" class="active">Login</a></li>
</ul>
<div class="content">
@YALD_BODY@
</div>
</div>
</td>
</tr>
<tr>
<td>
<div align="center">
Powered by <a href="http://yald.sourceforge.net">Yet Another Link Directory</a>
</div>
</td>
</tr>
</table>
</body>
</html>