<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
{include file="htmlhead.tpl"}
<body class="form">
{if $ADDIDTIONALMETA == ""}
{include file="header.tpl"}
<form name="form" action="" method="post">
<table class="coverage">
<input name="basedn" type="hidden" value="{$BASEDN}">
<input name="form" type="hidden" value="{$FORMULAR}">
<thead>
<tr>
<th colspan="2">
{$CAPTION}
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tile">
<input name="dnattrib" type="text" value="{$DNATTRIB}" size="3">
</td>
<td class="tile">
{$L_DNNAME}
<input name="dnname" type="text" size="20">
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2">
<input type="submit" name="submit" value="{$SUBMIT}">
<input name="reset" type="reset" value="{$RESET}">
</td>
</tr>
</tfoot>
</TABLE>
</form>
{include file="tail.tpl"}
{/if}
</body>
</html>