[kune-commits] r1579 - trunk/src/main/webapp

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Thu Nov 3 01:51:22 CET 2011


Author: vjrj_
Date: 2011-11-03 01:51:21 +0100 (Thu, 03 Nov 2011)
New Revision: 1579

Modified:
   trunk/src/main/webapp/ws.html
Log:
NEW - # 147: Add again the multimedia gallery tool 
http://kune.ourproject.org/issues/ticket/147

Modified: trunk/src/main/webapp/ws.html
===================================================================
--- trunk/src/main/webapp/ws.html	2011-11-02 22:41:46 UTC (rev 1578)
+++ trunk/src/main/webapp/ws.html	2011-11-03 00:51:21 UTC (rev 1579)
@@ -166,13 +166,18 @@
   margin: 50px 0 22px 0;
 }
 
-#k-home-summary {
+#k-home-summary,#k-home-summary a {
   font-size: 28px;
   color: #dd8a3d;
   font-weight: bold;
   white-space: nowrap;
+  text-decoration: none;
 }
 
+#k-home-summary a:hover {
+  text-decoration: underline;
+}
+
 #k-home-summary li {
   padding-left: 41px;
   background-repeat: no-repeat;
@@ -314,14 +319,18 @@
                         <div id="k-home-summary">
                             <ul>
                                 <li
-                                    style="background-image: url(ws/images/kune-intro-user.png);">Comunicate
-                                    with others</li>
+                                    style="background-image: url(ws/images/kune-intro-user.png);">
+                                    <a href="#inbox">Comunicate with others</a>
+                                </li>
                                 <li
-                                    style="background-image: url(ws/images/kune-intro-group.png);">Work
-                                    in collaboration</li>
+                                    style="background-image: url(ws/images/kune-intro-group.png);">
+                                    <!-- Put here your site default group name -->
+                                    <a href="#site">Work in collaboration</a>
+                                </li>
                                 <li
-                                    style="background-image: url(ws/images/kune-intro-world.png);">And
-                                    share with the world</li>
+                                    style="background-image: url(ws/images/kune-intro-world.png);">
+                                    <a href="#preview()">And share with the world</a>
+                                </li>
                             </ul>
                         </div>
                         <!-- k-home-summary -->




More information about the kune-commits mailing list