Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / quoteMetaCode.tpl
CommitLineData
95961bdf 1<blockquote class="quoteBox{if !$quoteAuthorObject} quoteBoxSimple{/if}"{if $quoteLink} cite="{$quoteLink}"{/if}>
4eef6bfd
AE
2 <header class="quoteBoxHeader">
3 <span class="quoteBoxIcon">
4 {if $quoteAuthorObject}
95961bdf 5 <a href="{link controller='User' object=$quoteAuthorObject}{/link}" class="userLink" data-user-id="{@$quoteAuthorObject->userID}">{@$quoteAuthorObject->getAvatar()->getImageTag(32)}</a>
4eef6bfd
AE
6 {else}
7 <span class="icon icon24 fa-quote-left"></span>
8 {/if}
9 </span>
10 <span class="quoteBoxTitle">
11 {if $quoteAuthor}
12 {if $quoteLink}
13 <a href="{@$quoteLink}"{if $isExternalQuoteLink} class="externalURL"{if EXTERNAL_LINK_REL_NOFOLLOW} rel="nofollow"{/if}{if EXTERNAL_LINK_TARGET_BLANK} target="_blank"{/if}{/if}>{lang}wcf.bbcode.quote.title{/lang}</a>
14 {else}
15 {lang}wcf.bbcode.quote.title{/lang}
16 {/if}
17 {else}
18 {lang}wcf.bbcode.quote{/lang}
19 {/if}
20 </span>
21 </header>
22
23 <div>
24 <!-- META_CODE_INNER_CONTENT -->
25 </div>
26</blockquote>