<?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="form" onload="status='{$STATUS}';">
{include file="header.tpl"}
<form action="{$SCRIPT}" method="post" enctype="multipart/form-data" onSubmit="return selectAllOptions(this);">
<input name="dn" type="hidden" value="{$DN}">
<input name="postmode" type="hidden" value="{$MODE}">
<input name="modifytimestamp" type="hidden" value="{$MODIFYTIMESTAMP}">
<table class="coverage">
<thead>
<tr>
<th>
{$CAPTION}
{if $ERRORMESSAGE != "" }
<IMG SRC="templates/std/images/exclamation.png" TITLE="{$ERRORMESSAGE}" align="middle">
{/if}
</th>
</tr>
</thead>
{$FORMULARBODY}
<tfoot>
<tr>
<td>
<input name="{$action}" type="submit" value="{$action_label}">
<input name="reset" type="reset" value="{$RESET}">
<input name="back" type="button" onClick="window.close();" value="{$BACKTOBROWSER}">
</td>
</tr>
</tfoot>
</TABLE>
</form>
{include file="tail.tpl"}
</body>
</html>