Merge remote-tracking branch 'refs/remotes/origin/3.0'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / authorSidebarBox.tpl
CommitLineData
95961bdf
MW
1<div class="box">
2 <div class="boxContent box96">
320f4a6d
MW
3 {@$userProfile->getAvatar()->getImageTag(96)}
4
5 <div>
6 <div class="containerHeadline">
ec18aac8 7 <h3>{if $userProfile->userID}<a href="{link controller='User' object=$userProfile}{/link}">{$userProfile->username}</a>{else}{$userProfile->username}{/if}</h3>
831586de 8 {if MODULE_USER_RANK}
23986cb2
MW
9 {if $userProfile->getUserTitle()}
10 <p><span class="badge userTitleBadge{if $userProfile->getRank() && $userProfile->getRank()->cssClassName} {@$userProfile->getRank()->cssClassName}{/if}">{$userProfile->getUserTitle()}</span></p>
11 {/if}
12 {if $userProfile->getRank() && $userProfile->getRank()->rankImage}
13 <p><span class="userRankImage">{@$userProfile->getRank()->getImage()}</span></p>
14 {/if}
831586de 15 {/if}
320f4a6d
MW
16 </div>
17
5c73c155 18 {if $userProfile->userID}
a4a9a281 19 <dl class="plain dataList containerContent small">
0ba8980b 20 {include file='userInformationStatistics' user=$userProfile}
929f7e47 21 </dl>
5c73c155 22 {/if}
320f4a6d
MW
23 </div>
24 </div>
95961bdf 25</div>