summaryrefslogtreecommitdiff
path: root/prosilver/template/message_body.html
diff options
context:
space:
mode:
Diffstat (limited to 'prosilver/template/message_body.html')
-rw-r--r--prosilver/template/message_body.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/prosilver/template/message_body.html b/prosilver/template/message_body.html
new file mode 100644
index 0000000..896f0b8
--- /dev/null
+++ b/prosilver/template/message_body.html
@@ -0,0 +1,11 @@
+<!-- INCLUDE overall_header.html -->
+
+<div class="panel" id="message">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <h2>{MESSAGE_TITLE}</h2>
+ <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 -->
+ <span class="corners-bottom"><span></span></span></div>
+</div>
+
+<!-- INCLUDE overall_footer.html --> \ No newline at end of file