2010-08-20 22:55:25 +02:00
|
|
|
<!-- INCLUDE overall_header.html -->
|
|
|
|
|
|
|
|
<div id="pagecontent">
|
|
|
|
|
|
|
|
<form name="confirm" action="{S_CONFIRM_ACTION}" method="post">
|
|
|
|
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
|
|
<tr>
|
|
|
|
<th>{MESSAGE_TITLE}</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2013-05-07 23:49:24 +02:00
|
|
|
<td class="row1" align="center"><br /><p class="gen">{MESSAGE_TEXT}</p><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{YES_VALUE}" class="btnlite" /> <input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></td>
|
2010-08-20 22:55:25 +02:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<br clear="all" />
|
|
|
|
|
|
|
|
<!-- INCLUDE breadcrumbs.html -->
|
|
|
|
|
|
|
|
<br clear="all" />
|
|
|
|
|
|
|
|
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
|
|
|
|
|
2010-11-09 08:59:25 +01:00
|
|
|
<!-- INCLUDE overall_footer.html -->
|