You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2010/11/22 09:45:53 UTC

svn commit: r1037632 - /incubator/esme/trunk/server/src/main/webapp/info_view/user.html

Author: rhirsch
Date: Mon Nov 22 08:45:53 2010
New Revision: 1037632

URL: http://svn.apache.org/viewvc?rev=1037632&view=rev
Log:
[ESME-309] Remove Timeline tab from user page
[ESME-310] Replace "Contacts" tab on user page with "Following" and "Followers" tabs

Modified:
    incubator/esme/trunk/server/src/main/webapp/info_view/user.html

Modified: incubator/esme/trunk/server/src/main/webapp/info_view/user.html
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/info_view/user.html?rev=1037632&r1=1037631&r2=1037632&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/info_view/user.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/info_view/user.html Mon Nov 22 08:45:53 2010
@@ -34,52 +34,16 @@
             <div class="ui-tabs ui-widget ui-widget-content ui-corner-all" id="tabs">
                 <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
                     <li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active">
-                        <a href="#tabs-1"><user:nicename/><lift:loc>ui_user_timeline</lift:loc></a>
+                        <a href="#tabs-1"><user:nicename/><lift:loc>ui_user_messages</lift:loc></a>
                     </li>
                     <li class="ui-state-default ui-corner-top">
-                        <a href="#tabs-2"><user:nicename/><lift:loc>ui_user_messages</lift:loc></a>
+                        <a href="#tabs-2"><lift:loc>ui_user_following</lift:loc></a>
                     </li>
                     <li class="ui-state-default ui-corner-top">
-                        <a href="#tabs-3"><lift:loc>ui_user_contacts</lift:loc></a>
+                        <a href="#tabs-3"><lift:loc>ui_user_followers</lift:loc></a>
                     </li>
                 </ul>
-                <div class="ui-tabs-panel ui-widget-content ui-corner-bottom" id="tabs-1">
-                    <dl class="messages">
-                        <dd>
-                            <table id="esme-table" class="tablesorter">
-                                <thead>
-                                    <tr>
-                                        <th>
-                                            <lift:loc>ui_user_author</lift:loc>
-                                        </th>
-                                        <th>
-                                            <lift:loc>ui_user_message</lift:loc>
-                                        </th>
-                                        <th>
-                                            <lift:loc>ui_user_date</lift:loc>
-                                        </th>
-                                    </tr>
-                                </thead>
-                                <tbody>
-                                    <user:timeline>
-                                        <tr class="user_row">
-                                            <td>
-                                                <item:author/>
-                                            </td>
-                                            <td class ="user_message">
-                                                <item:body/>
-                                            </td>
-                                            <td>
-                                                <item:date/>
-                                            </td>
-                                        </tr>
-                                    </user:timeline>
-                                </tbody>
-                            </table>
-                        </dd>
-                    </dl>
-                </div>
-                <div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="tabs-2">
+                <div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="tabs-1">
                     <dl class="">
                         <dd class="b-clouds">
                             <table class="tablesorter">
@@ -109,14 +73,16 @@
                         </dd>
                     </dl>
                 </div>
-                <div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="tabs-3">
+                <div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="tabs-2">
                     <dl class="">
                         <dd class="b-contacts" style="height: 240px; overflow: auto">
-                            <b><lift:loc>ui_user_following</lift:loc></b>
                             <lift:UserSnip.following user:userId=""/>
                         </dd>
+                    </dl>
+                </div>
+                <div class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" id="tabs-3">
+                    <dl class="">
                         <dd class="b-contacts" style="height: 240px; overflow: auto">
-                            <b><lift:loc>ui_user_followers</lift:loc></b>
                             <lift:UserSnip.followers user:userId=""/>
                         </dd>
                     </dl>