# IF C_VERTICAL #
<div class="module-mini-container">
<div class="module-mini-top">
<h5 class="sub-title">{L_SHOUTBOX}</h5>
</div>
<div class="module-mini-contents">
<div id="shout-container">
# START shout #
<p id="shout-container-{shout.IDMSG}"><span class="small">{shout.PSEUDO} : {shout.CONTENTS}</span></p>
# END shout #
</div>
# IF C_VISIBLE_SHOUT #
<label for="shout_pseudo"><span class="small">{L_PSEUDO}</span></label>
<input size="16" maxlength="25" type="text" name="shout_pseudo" id="shout_pseudo" value="{SHOUTBOX_PSEUDO}">
# ENDIF #
# IF C_HIDDEN_SHOUT #
<input size="16" maxlength="25" type="hidden" name="shout_pseudo" id="shout_pseudo" value="{SHOUTBOX_PSEUDO}">
# ENDIF #
<br />
<label for="shout_contents"><span class="small">{L_MESSAGE}</span></label>
<textarea id="shout_contents" name="shout_contents" rows="4" cols="16"></textarea>
<p class="shout-spacing">
<button onclick="XMLHttpRequest_shoutmsg();" type="button">{L_SUBMIT}</button>
<a href="javascript:XMLHttpRequest_shoutrefresh();" title="{L_REFRESH}"><i class="fa fa-refresh" id="shoutimg"></i></a>
</p>
<a class="small" href="{PATH_TO_ROOT}/shoutbox/shoutbox.php{SID}" title="">{L_ARCHIVES}</a>
</div>
<div class="module-mini-bottom"></div>
</div>
# ELSE #var xhr_object = xmlhttprequest_init('{PATH_TO_ROOT}/shoutbox/xmlhttprequest.php?refresh=1# IF C_HORIZONTAL #&display_date=1# ENDIF #&token={TOKEN}');var xhr_object = xmlhttprequest_init('{PATH_TO_ROOT}/shoutbox/xmlhttprequest.php?refresh=1&display_date=1&token={TOKEN}');div#shout-container { width: 95%; }