mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2025-02-17 17:41:09 +00:00
19 lines
625 B
HTML
19 lines
625 B
HTML
<!-- IF S_SIMPLE_MESSAGE -->
|
|
<!-- INCLUDE simple_header.html -->
|
|
<!-- ELSE -->
|
|
<!-- INCLUDE overall_header.html -->
|
|
<!-- ENDIF -->
|
|
|
|
<div class="row-fluid panel" id="message">
|
|
<div class="well">
|
|
<h3 class="box-heading">{MESSAGE_TITLE}</h3>
|
|
<p>{MESSAGE_TEXT}</p>
|
|
<!-- IF SCRIPT_NAME == "search" and not S_BOARD_DISABLED and not S_NO_SEARCH and L_RETURN_TO_SEARCH_ADV --><p><a href="{U_SEARCH}" class="{S_CONTENT_FLOW_BEGIN}">{L_RETURN_TO_SEARCH_ADV}</a></p><!-- ENDIF -->
|
|
</div>
|
|
</div>
|
|
|
|
<!-- IF S_SIMPLE_MESSAGE -->
|
|
<!-- INCLUDE simple_footer.html -->
|
|
<!-- ELSE -->
|
|
<!-- INCLUDE overall_footer.html -->
|
|
<!-- ENDIF -->
|