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/09/06 15:18:51 UTC

svn commit: r993019 - in /incubator/esme/trunk/server/src/main/webapp/templates-hidden: base.html base_top.html

Author: rhirsch
Date: Mon Sep  6 13:18:50 2010
New Revision: 993019

URL: http://svn.apache.org/viewvc?rev=993019&view=rev
Log:
[ESME-273] All right-column headers are now links (Tags, Popular Messages, Popular Links)

Modified:
    incubator/esme/trunk/server/src/main/webapp/templates-hidden/base.html
    incubator/esme/trunk/server/src/main/webapp/templates-hidden/base_top.html

Modified: incubator/esme/trunk/server/src/main/webapp/templates-hidden/base.html
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/templates-hidden/base.html?rev=993019&r1=993018&r2=993019&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/templates-hidden/base.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/templates-hidden/base.html Mon Sep  6 13:18:50 2010
@@ -112,11 +112,11 @@
                                     <input type="image" onclick="javascript:form.submit();" src="../images/btn-search.gif" style="padding:0;"/>
                                 </div>
                             </div>
-                        </form><!--search form--><h3><a href=""  class ="tipelement" title="These are tags that appear often in your timeline."><lift:loc>ui_messages_message_label_tag_cloud</lift:loc></a></h3>
+                        </form><!--search form--><h3 class ="tipelement" title="These are tags that appear often in your timeline."><lift:loc>ui_messages_message_label_tag_cloud</lift:loc></h3>
                        <div class="right-content">
                              <lift:comet type="TagCloud"/>
                         </div>
-                        <h3><a href="" class ="tipelement" title="These are popular messages that users have resent often"><lift:loc>ui_messages_message_label_popular</lift:loc></a></h3>
+                        <h3 class ="tipelement" title="These are popular messages that users have resent often"><lift:loc>ui_messages_message_label_popular</lift:loc></h3>
                         <div class="right-content">
                                         <lift:UserSnip.popular>
                                         <ul>
@@ -128,7 +128,7 @@
                                         </ul>
                                     </lift:UserSnip.popular> 
                                      </div>
-                        <h3><a href="" class ="tipelement" title="These are popular links that users have clicked often."><lift:loc>ui_messages_message_label_popular_links</lift:loc></a></h3>
+                        <h3 class ="tipelement" title="These are popular links that users have clicked often."><lift:loc>ui_messages_message_label_popular_links</lift:loc></h3>
                         <div class="right-content">
                                   <lift:UserSnip.links>
                                         <ul>

Modified: incubator/esme/trunk/server/src/main/webapp/templates-hidden/base_top.html
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/templates-hidden/base_top.html?rev=993019&r1=993018&r2=993019&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/templates-hidden/base_top.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/templates-hidden/base_top.html Mon Sep  6 13:18:50 2010
@@ -113,11 +113,11 @@
                                     <input type="image" onclick="javascript:searchMe();" src="images/btn-search.gif" style="padding:0;"/>
                                 </div>
                             </div>
-                        </form><!--search form--><h3><a href=""  class ="tipelement" title="These are tags that appear often in your timeline."><lift:loc>ui_messages_message_label_tag_cloud</lift:loc></a></h3>
+                        </form><!--search form--><h3 class ="tipelement" title="These are tags that appear often in your timeline."><lift:loc>ui_messages_message_label_tag_cloud</lift:loc></h3>
                        <div class="right-content">
                              <lift:comet type="TagCloud"/>
                         </div>
-                        <h3><a href="" class ="tipelement" title="These are popular messages that users have resent often"><lift:loc>ui_messages_message_label_popular</lift:loc></a></h3>
+                        <h3  class ="tipelement" title="These are popular messages that users have resent often"><lift:loc>ui_messages_message_label_popular</lift:loc></h3>
                         <div class="right-content">
                                         <lift:UserSnip.popular>
                                         <ul>
@@ -129,7 +129,7 @@
                                         </ul>
                                     </lift:UserSnip.popular> 
                                      </div>
-                        <h3><a href="" class ="tipelement" title="These are popular links that users have clicked often."><lift:loc>ui_messages_message_label_popular_links</lift:loc></a></h3>
+                        <h3 class ="tipelement" title="These are popular links that users have clicked often."><lift:loc>ui_messages_message_label_popular_links</lift:loc></h3>
                         <div class="right-content">
                                   <lift:UserSnip.links>
                                         <ul>