mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-10 06:31:50 +00:00
20 lines
569 B
HTML
20 lines
569 B
HTML
<!-- INCLUDE overall_header.html -->
|
|
|
|
<form id="confirm" action="{S_CONFIRM_ACTION}" method="post">
|
|
<div class="panel">
|
|
<div class="inner"><span class="corners-top"><span></span></span>
|
|
|
|
<h2>{MESSAGE_TITLE}</h2>
|
|
<p>{MESSAGE_TEXT}</p>
|
|
|
|
<fieldset class="submit-buttons">
|
|
{S_HIDDEN_FIELDS}
|
|
<input type="submit" name="confirm" value="{L_YES}" class="button2" />
|
|
<input type="submit" name="cancel" value="{L_NO}" class="button2" />
|
|
</fieldset>
|
|
|
|
<span class="corners-bottom"><span></span></span></div>
|
|
</div>
|
|
</form>
|
|
|
|
<!-- INCLUDE overall_footer.html -->
|