Print

Print


Author: [log in to unmask]
Date: Tue Oct 27 14:24:35 2015
New Revision: 3896

Log:
Remove useless header text.

Modified:
    webapps/trunk/data-quality-webapp/src/main/webapp/show_plots.jsp

Modified: webapps/trunk/data-quality-webapp/src/main/webapp/show_plots.jsp
 =============================================================================
--- webapps/trunk/data-quality-webapp/src/main/webapp/show_plots.jsp	(original)
+++ webapps/trunk/data-quality-webapp/src/main/webapp/show_plots.jsp	Tue Oct 27 14:24:35 2015
@@ -1,4 +1,4 @@
-<%@page contentType="text/html" import="org.freehep.graphicsio.raw.RawImageWriteParam"%>
+<%@page contentType="text/html"%>
 <%@page pageEncoding="UTF-8"%>
 
 <%@taglib prefix="aida" uri="http://aida.freehep.org/jsp20"%>
@@ -12,11 +12,9 @@
 
 <html>
 <body>
-    <h1>AIDA Plots</h1>
-    <p>
-        <b>File:</b> 
-        <%=rootDataURI%>
-    </p>
+    <h3>
+        <b>File:</b> <%=rootDataURI%>
+    </h3>
     <iframe src="tree_page.jsp" name="treeFrame" height="100%" width="30%"></iframe>
     <iframe src="plot_page.jsp" name="plotFrame" height="100%" width="68%"></iframe>
 </body>