Merge pull request #5989 from WoltLab/wsc-rpc-api-const
[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">
72c85f64 7 <h3>
c8f48ad8 8 {user object=$userProfile}
72c85f64 9 </h3>
831586de 10 {if MODULE_USER_RANK}
23986cb2
MW
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}
831586de 17 {/if}
320f4a6d
MW
18 </div>
19
5c73c155 20 {if $userProfile->userID}
a4a9a281 21 <dl class="plain dataList containerContent small">
0ba8980b 22 {include file='userInformationStatistics' user=$userProfile}
929f7e47 23 </dl>
5c73c155 24 {/if}
320f4a6d
MW
25 </div>
26 </div>
72c85f64 27</div>