#sone #profile.online .picture {
position: absolute;
- background-image: url("../images/sone.png");
- width: 80px;
- height: 80px;
}
#sone #profile.offline .picture {
position: absolute;
- background-image: url("../images/sone-offline.png");
- width: 80px;
- height: 80px;
}
#sone #profile.offline .edit-profile-link, #sone #profile.offline .profile-link {
<%/if>
<div id="profile" class="<%ifnull currentSone>offline<%else>online<%/if>">
- <a class="picture" href="index.html"> </a>
+ <a class="picture" href="index.html">
+ <%ifnull !currentSone>
+ <img src="/WoT/GetIdenticon?identity=<% currentSone.id|html>&width=80&height=80" width="80" height="80" alt="Profile Avatar" />
+ <%else>
+ <img src="images/sone.png" width="80" height="80" alt="Sone is offline" />
+ <%/if>
+ </a>
<%ifnull ! currentSone>
<div id="home-sone">
<% currentSone|store key=sone>