<?xml version="1.0" ?>
<!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">
{include file="htmlhead.tpl"}
<body class="browser" onload="status='{$STATUS}'">
{include file="header.tpl"}
<FORM name="form" action="{$SCRIPT}" method="post">
{$CONTROLBAR}
<br>
{$PATH}
<br>
<table width="100%" class="resultlist">
<tr>
<th class="resultlist">
DN
</th>
</tr>
<tr>
<td>
{$RESULTLIST}
</td>
</tr>
</table>
</FORM>
{include file="tail.tpl"}
<body>
</html>