1
<!-- INCLUDE overall_header.html -->
3
<form id="confirm" method="post" action="{S_CONFIRM_ACTION}">
6
<h1>{MESSAGE_TITLE}</h1>
11
<div style="text-align: center;">
12
<input type="submit" name="confirm" value="{L_YES}" class="button2" />
13
<input type="submit" name="cancel" value="{L_NO}" class="button2" />
20
<!-- INCLUDE overall_footer.html -->