Version 2.0.0-RC7
This commit is contained in:
@@ -2,7 +2,19 @@
|
||||
<!-- INCLUDE overall_header.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE mchat_script_data.html -->
|
||||
<!-- EVENT dmzx_mchat_overall_header_after -->
|
||||
|
||||
<!-- EVENT dmzx_mchat_header_before -->
|
||||
|
||||
<!-- IF MCHAT_IS_CUSTOM_PAGE -->
|
||||
<h2>{L_MCHAT_CUSTOM_PAGE}</h2>
|
||||
<!-- ELSEIF MCHAT_IS_ARCHIVE_PAGE -->
|
||||
<h2>{L_MCHAT_ARCHIVE_PAGE}</h2>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- EVENT dmzx_mchat_header_after -->
|
||||
|
||||
<!-- INCLUDE @dmzx_mchat/mchat_script_data.html -->
|
||||
|
||||
<!-- IF MCHAT_IS_ARCHIVE_PAGE and (.pagination or MCHAT_TOTAL_MESSAGES) -->
|
||||
<div class="action-bar bar-top">
|
||||
@@ -30,7 +42,7 @@
|
||||
<div class="inner">
|
||||
<ul class="topiclist">
|
||||
<li class="header">
|
||||
<!-- INCLUDE mchat_header.html -->
|
||||
<!-- INCLUDE @dmzx_mchat/mchat_header.html -->
|
||||
<!-- IF MCHAT_IS_COLLAPSIBLE -->
|
||||
<a href="{U_MCHAT_COLLAPSE_URL}"
|
||||
class="collapse-btn collapse-<!-- IF S_MCHAT_HIDDEN -->show<!-- ELSE -->hide<!-- ENDIF --> mchat-collapse"
|
||||
@@ -73,9 +85,9 @@
|
||||
|
||||
<!-- EVENT dmzx_mchat_messages_container_before -->
|
||||
|
||||
<ul id="mchat-messages" class="topiclist forums"<!-- IF not MCHAT_IS_ARCHIVE_PAGE --> style="height:<!-- IF MCHAT_IS_CUSTOM_PAGE -->{MCHAT_CUSTOM_HEIGHT}<!-- ELSE -->{MCHAT_INDEX_HEIGHT}<!-- ENDIF -->px"<!-- ENDIF -->>
|
||||
<ul id="mchat-messages" class="topiclist forums">
|
||||
<!-- IF .mchatrow -->
|
||||
<!-- INCLUDE mchat_messages.html -->
|
||||
<!-- INCLUDE @dmzx_mchat/mchat_messages.html -->
|
||||
<!-- ELSE -->
|
||||
<li class="row mchat-static mchat-no-messages">{L_MCHAT_NOMESSAGE}</li>
|
||||
<!-- ENDIF -->
|
||||
@@ -84,7 +96,7 @@
|
||||
<!-- EVENT dmzx_mchat_messages_container_after -->
|
||||
</div>
|
||||
|
||||
<!-- INCLUDE mchat_panel.html -->
|
||||
<!-- INCLUDE @dmzx_mchat/mchat_panel.html -->
|
||||
</div>
|
||||
|
||||
<!-- EVENT dmzx_mchat_body_after -->
|
||||
@@ -110,7 +122,7 @@
|
||||
|
||||
<!-- IF MCHAT_IS_CUSTOM_PAGE and MCHAT_WHOIS_REFRESH -->
|
||||
<h3>{L_MCHAT_WHO_IS_CHATTING}</h3>
|
||||
<!-- INCLUDE mchat_whois.html -->
|
||||
<!-- INCLUDE @dmzx_mchat/mchat_whois.html -->
|
||||
<div id="mchat-refresh">
|
||||
<span id="mchat-refresh-explain">{MCHAT_WHOIS_REFRESH_EXPLAIN}</span>
|
||||
<span id="mchat-refresh-pending" class="hidden">{L_MCHAT_REFRESHING}</span>
|
||||
@@ -123,6 +135,8 @@
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- EVENT dmzx_mchat_overall_footer_before -->
|
||||
|
||||
<!-- IF MCHAT_IS_ARCHIVE_PAGE or MCHAT_IS_CUSTOM_PAGE -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
Reference in New Issue
Block a user