Author: prasad
Date: Wed Jan 9 00:45:46 2008
New Revision: 12018
Log:
fixed alignment issues.
Modified:
trunk/mashup/java/modules/www/log_reader.jsp
Modified: trunk/mashup/java/modules/www/log_reader.jsp
==============================================================================
--- trunk/mashup/java/modules/www/log_reader.jsp (original)
+++ trunk/mashup/java/modules/www/log_reader.jsp Wed Jan 9 00:45:46 2008
@@ -34,6 +34,7 @@
}
%>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Log Reader</title>
@@ -51,7 +52,7 @@
<div id="welcome">
</div>
<div id="content">
- <h1>Mashup Server Log Viewer</h1>
+ <div class="mashup_title">Mashup Server Log Viewer</div>
<%
//Log viewer will only be available to Admin roles
@@ -72,10 +73,10 @@
fileData.append(buf, 0, numRead);
}
reader.close();
+
%>
- <textarea style="width:100%;height:70%"><%=fileData.toString()%>
- </textarea>
+ <div style="width:968px; min-height:300px;"
class="box"><pre><%=fileData.toString()%></pre></div>
<%
} else {
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev