zdoom-styles/subMerged/template/confirm_body.html
2022-08-09 02:53:00 -04:00

38 lines
No EOL
1.2 KiB
HTML

<!-- INCLUDE overall_header.html -->
<div id="pagecontent">
<div class="subMerged_title">{MESSAGE_TITLE}</div>
<img src="{T_THEME_PATH}/images/spacer.gif" alt="" height="20" width="1" />
<form name="confirm" action="{S_CONFIRM_ACTION}" method="post">
<table width="50%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1%"><img src="{T_THEME_PATH}/images/table_icon_faq.gif" alt="" height="35" width="35" border="0" /></td>
<td class="table_title" align="left" nowrap="nowrap" width="98%">{MESSAGE_TITLE}</td>
<td width="1%"><img src="{T_THEME_PATH}/images/table_r.gif" alt="" height="17" width="17" /></td>
</tr>
<tr>
<td width="1%"></td>
<td class="table_content" align="left" width="98%">
<p class="gen">{MESSAGE_TEXT}</p>
</td>
<td width="1%"></td>
</tr>
<tr>
<td width="1%"></td>
<td class="table_bot" align="center" width="98%">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="confirm" value="{YES_VALUE}" /> <input class="btnlite" type="submit" name="cancel" value="{L_NO}" /></td>
<td width="1%"></td>
</tr>
</table>
</form>
</div>
<br clear="all" />
<!-- INCLUDE breadcrumbs.html -->
<br clear="all" />
<!-- INCLUDE overall_footer.html -->