mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-24 12:21:03 +00:00
21 lines
543 B
HTML
21 lines
543 B
HTML
|
<!-- INCLUDE ucp_header.html -->
|
||
|
|
||
|
<!-- IF S_DRAFT_LOADED -->
|
||
|
<div class="block">
|
||
|
<h3>{L_INFORMATION}</h3>
|
||
|
<p>{L_DRAFT_LOADED_PM}</p>
|
||
|
</div>
|
||
|
<!-- ENDIF -->
|
||
|
|
||
|
<!-- IF S_SHOW_DRAFTS --><!-- INCLUDE drafts.html --><!-- ENDIF -->
|
||
|
|
||
|
<!-- IF S_DISPLAY_PREVIEW --><!-- INCLUDE posting_preview.html --><!-- ENDIF -->
|
||
|
|
||
|
<div id="postingbox">
|
||
|
<!-- DEFINE $EXTRA_POSTING_OPTIONS = 1 -->
|
||
|
<!-- INCLUDE posting_editor.html -->
|
||
|
</div>
|
||
|
|
||
|
<!-- IF S_SHOW_ATTACH_BOX --><!-- INCLUDE posting_attach_body.html --><!-- ENDIF -->
|
||
|
|
||
|
<!-- INCLUDE ucp_footer.html -->
|