Change header.
[Sone.git] / src / main / resources / templates / include / head.html
index b1d01bc..0f400a9 100644 (file)
        <div id="main">
 
                <div id="profile" class="<%ifnull currentSone>offline<%else>online<%/if>">
-                       <div class="picture"></div>
-                       <div class="nice-name profile-link"><a href="viewSone.html?sone=<% currentSone.id>"><% currentSone.niceName|html></a></div>
-                       <div class="edit-profile-link"><a href="editProfile.html"><%= View.Head.ProfileLink.Text|l10n|html></a></div>
+                       <a class="picture" href="index.html">&nbsp;</a>
                        <%ifnull ! currentSone>
-                               <%include include/updateStatus.html>
+                               <div id="home-sone">
+                                       <% currentSone|store key=sone>
+                                       <%include include/viewSone.html>
+                                       <%include include/updateStatus.html>
+                               </div>
                        <%/if>
                </div>