1a462410508a08d1920cff06a2fe4b4f7ed839e9
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / authorSidebarBox.tpl
1 <div class="box">
2 <div class="boxContent box96">
3 {@$userProfile->getAvatar()->getImageTag(96)}
4
5 <div>
6 <div class="containerHeadline">
7 <h3>
8 {user object=$userProfile}
9 </h3>
10 {if MODULE_USER_RANK}
11 {if $userProfile->getUserTitle()}
12 <p><span class="badge userTitleBadge{if $userProfile->getRank() && $userProfile->getRank()->cssClassName} {@$userProfile->getRank()->cssClassName}{/if}">{$userProfile->getUserTitle()}</span></p>
13 {/if}
14 {if $userProfile->getRank() && $userProfile->getRank()->rankImage}
15 <p><span class="userRankImage">{@$userProfile->getRank()->getImage()}</span></p>
16 {/if}
17 {/if}
18 </div>
19
20 {if $userProfile->userID}
21 <dl class="plain dataList containerContent small">
22 {include file='userInformationStatistics' user=$userProfile}
23 </dl>
24 {/if}
25 </div>
26 </div>
27 </div>