Merge branch '2.0'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / quoteBBCodeTag.tpl
1 {if $quoteAuthorObject}
2 <div class="quoteBoxAuthor">
3 <div class="quoteAuthorAvatar"><a href="{link controller='User' object=$quoteAuthorObject}{/link}" class="userLink framed" data-user-id="{@$quoteAuthorObject->userID}">{@$quoteAuthorObject->getAvatar()->getImageTag(64)}</a></div>
4 {/if}
5 <blockquote class="quoteBox container containerPadding{if !$quoteAuthorObject} quoteBoxSimple{/if}"{if $quoteLink} cite="{$quoteLink}"{/if}>
6 {if $quoteAuthor}
7 <header>
8 <h3>
9 {if $quoteLink}
10 <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>
11 {else}
12 {lang}wcf.bbcode.quote.title{/lang}
13 {/if}
14 </h3>
15 </header>
16 {/if}
17
18 <div>
19 {@$content}
20 </div>
21 </blockquote>
22 {if $quoteAuthorObject}
23 </div>
24 {/if}