Author: jonathan
Date: Fri Jan 25 18:48:21 2008
New Revision: 12938

Log:

MASHUP-602; MASHUP-596
Some formatting tweaks.

Modified:
   trunk/mashup/java/modules/www/taskbar.jsp

Modified: trunk/mashup/java/modules/www/taskbar.jsp
==============================================================================
--- trunk/mashup/java/modules/www/taskbar.jsp   (original)
+++ trunk/mashup/java/modules/www/taskbar.jsp   Fri Jan 25 18:48:21 2008
@@ -215,7 +215,7 @@
     Service sharing is not available
 </li>
 
-<li style="margin-bottom:.7em">
+<li style="padding-bottom:.5em; margin-bottom:.3em; border-bottom: 1px solid 
#f37315">
     <a href="#"
        
onclick="WSO2.MashupUtils.showMashupDownloadingDialog('<%=paramMashupServiceName%>');">Download
         this mashup</a>
@@ -246,7 +246,7 @@
 <% String linkedName = request.getParameter("name");
     if (RegistryUtils.getCurrentUser(registry).equals(linkedName)) { %>
 <li>
-    Register your <a href="infocard.jsp">infocard</a>
+    <a href="infocard.jsp">Register your Infocard</a>
 </li>
 <% } %>
 <!--
@@ -256,7 +256,15 @@
 -->
 </ul>
 <%} else {%>
-<ul><li><a href="signin.jsp?bounceback=<%=thisPage%>">Sign in</a> to 
create/manage mashups</li></ul>
+<ul>
+    <li><a href="signin.jsp?bounceback=<%=thisPage%>">Sign in</a> to 
create/manage mashups</li>
+    <li>
+        <a href="#"
+           
onclick="WSO2.MashupUtils.showMashupDownloadingDialog('<%=paramMashupServiceName%>');">Download
+            this mashup</a>
+    </li>
+</ul>
+
 <%}%>
     </div>
     <div class="rbbot"><div class="bg"><div class="rbFooter"></div></div></div>
@@ -297,28 +305,24 @@
     <div class="rbcontent">
         <ul>
             <li>
-                <a href="../about.jsp">About the <%= 
bundle.getString("main.title")%></a>
+                <a href="../about.jsp">About <%= 
bundle.getString("main.title")%></a>
             </li>
             <!--<li>
                 <a href="#">Mashup Server blog</a>
             </li>-->
             <li>
-                <a href="http://www.wso2.org/forum/226";>Mashup Server Forum</a>
-            </li>
-            <li>
                 <a 
href="http://wso2.org/project/mashup/0.2/docs/index.html";>User guide</a>
+                and <a 
href="http://www.wso2.org/wiki/display/mashup/WSO2+Mashup+Server+Reference";>Documentation</a>
             </li>
             <li>
-                <a 
href="http://www.wso2.org/wiki/display/mashup/WSO2+Mashup+Server+Reference";>Reference</a>
-            </li>
-            <li>
-                <a href="https://wso2.org/jira/browse/MASHUP";>File a bug</a>
+                <a href="http://www.wso2.org/forum/226";>Mashup Server Forum</a>
             </li>
             <li>
                 <a href="http://wso2.com/support/mashup";>Get Support</a>
+                or <a href="http://wso2.com/training/courses";>Training</a>
             </li>
             <li>
-                <a href="http://wso2.com/training/courses";>Get Training</a>
+                <a href="https://wso2.org/jira/browse/MASHUP";>File a bug</a>
             </li>
         </ul>
     </div>

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to