[Mashup-dev] svn commit r18860 - in trunk/mashup/java/modules/www: . css
rohitha at wso2.com
rohitha at wso2.com
Fri Jul 4 02:01:24 PDT 2008
Author: rohitha
Date: Fri Jul 4 02:01:23 2008
New Revision: 18860
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18860
Log:
Edited the jsp and stylesheet to incorporate styles for the bottom right banner space area.
Modified:
trunk/mashup/java/modules/www/css/styles.css
trunk/mashup/java/modules/www/index.jsp
Modified: trunk/mashup/java/modules/www/css/styles.css
URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/www/css/styles.css?rev=18860&r1=18859&r2=18860&view=diff
==============================================================================
--- trunk/mashup/java/modules/www/css/styles.css (original)
+++ trunk/mashup/java/modules/www/css/styles.css Fri Jul 4 02:01:23 2008
@@ -392,10 +392,12 @@
div.querypane {
margin-bottom: 1.0em;
+ width: 685px;
}
div.querypane-comment {
margin-bottom: 0px;
+ width: 685px;
}
div.query-controls {
Modified: trunk/mashup/java/modules/www/index.jsp
URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/www/index.jsp?rev=18860&r1=18859&r2=18860&view=diff
==============================================================================
--- trunk/mashup/java/modules/www/index.jsp (original)
+++ trunk/mashup/java/modules/www/index.jsp Fri Jul 4 02:01:23 2008
@@ -173,14 +173,13 @@
<%@ include file="header.jsp" %>
<%@ include file="searchbox.jsp" %>
-<div id="taskbar">
- <jsp:include page="taskbar.jsp"/>
-</div>
-
+<table width="" cellspacing="0" cellpadding="0" border="0">
+<tbody>
+<tr>
+<td>
<%@ include file="welcome.jsp" %>
-
<div id="content">
-<table class="queryarea" border="0" cellspacing="0" cellpadding="5">
+<table class="queryarea" style="*width:96%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td valign="top">
<div id="queries">
@@ -203,6 +202,10 @@
%>
<div id="query<%=nextId%>" class="querypane<% if (commentsQuery) { %>-comment<% } %>">
+<table width="100%" cellspacing="0" cellpadding="0" border="0">
+<tbody>
+<tr>
+<td>
<div class="heading"><%= title%>
<span class="edit-link"><a
href="search.jsp?<%=QueryParamUtils.paramsFromQuery(queryPath, params)%>&format=rss"
@@ -211,7 +214,13 @@
href="search.jsp?<%=QueryParamUtils.paramsFromQuery(queryPath, params)%>&format=atom"
target="_blank"><img title="Atom feed" src="images/atom.png"/></a></span>
</div>
-<table width="95%" style="*width:93%; " border="0" cellpadding="3" cellspacing="0" class="data">
+</td>
+<td valign="bottom" style="vertical-align: bottom;">
+</td>
+</tr>
+</tbody>
+</table>
+<table width="95%" border="0" cellpadding="3" cellspacing="0" class="data">
<tbody>
<tr>
<% if (results.getResultsType().equals("activity")) { %>
@@ -398,8 +407,17 @@
</table>
</div>
-<%@ include file="footer.jsp" %>
+</td>
+<td>
+<div id="taskbar">
+ <jsp:include page="taskbar.jsp"/>
</div>
+</td>
+</tr>
+</tbody>
+</table>
+<%@ include file="footer.jsp" %>
+ </div>
</div>
</body>
</html>
More information about the Mashup-dev
mailing list