[infinispan-commits] Infinispan SVN: r1132 - trunk/demos/ec2/webui/src/main/webapp/jsp.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Wed Nov 11 07:32:03 EST 2009


Author: noelo
Date: 2009-11-11 07:32:03 -0500 (Wed, 11 Nov 2009)
New Revision: 1132

Modified:
   trunk/demos/ec2/webui/src/main/webapp/jsp/VirusDetails.jsp
   trunk/demos/ec2/webui/src/main/webapp/jsp/VirusSearch.jsp
Log:
Added the infinispan banner


Modified: trunk/demos/ec2/webui/src/main/webapp/jsp/VirusDetails.jsp
===================================================================
--- trunk/demos/ec2/webui/src/main/webapp/jsp/VirusDetails.jsp	2009-11-11 11:27:10 UTC (rev 1131)
+++ trunk/demos/ec2/webui/src/main/webapp/jsp/VirusDetails.jsp	2009-11-11 12:32:03 UTC (rev 1132)
@@ -1,6 +1,6 @@
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
-<%@ page import="org.infinispan.ec2demo.Influenza_N_P_CR_Element" %>
-<%@ page import="org.infinispan.ec2demo.Nucleotide_Protein_Element" %>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
+<%@ page import="org.infinispan.ec2demo.Influenza_N_P_CR_Element"%>
+<%@ page import="org.infinispan.ec2demo.Nucleotide_Protein_Element"%>
 <%-- 
     Document   : VirusDetails
     Created on : Nov 10, 2009, 7:32:55 AM
@@ -12,69 +12,94 @@
    "http://www.w3.org/TR/html4/loose.dtd">
 
 <html>
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-        <title>Influenza Details</title>
-    </head>
-    <body>
-        <h1>Search Details for <c:out value="${total}"></c:out></h1>
-      	        	
-        	<h1>Nucleotide Information</h1>        	
-       	  <table border="1">
-            <thead>
-                <tr>
-                    <th>Virus Name</th>
-                    <th>Host</th>
-                    <th>Country</th>
-                    <th>Year Found</th>
-                    <th>GBAN</th>
-                </tr>
-            </thead>
-            <tbody>
-                <tr>
-                    <td> <c:out value="${Nucleotide.virusName}" /></td>
-                    <td> <c:out value="${Nucleotide.host}" /></td>
-                    <td><c:out value="${Nucleotide.country}" /></td>
-                    <td><c:out value="${Nucleotide.yearFound}" /></td>
-                    <td><c:out value="${Nucleotide.genbankAccessionNumber}" /></td>
-                </tr>
-             </tbody>
-        </table> 
-        
-                	<h1>Protein Information</h1>       
-                	       	  <table border="1">
-            <thead>
-                <tr>
-                    <th>Protein GBAN</th>
-                    <th>Protein Coding Region</th>
-                </tr>
-            </thead>
-            <tbody>
-                <c:forEach items="${PMap}" var="protein">
-                <tr>
-                    <td> <c:out value="${protein.key}" /></td>
-                    <td> <c:out value="${protein.value}" /></td>
-                                    </tr>
-                                        </c:forEach>
-             </tbody>
-        </table> 
-        
-        
-                        	<h1>Cluster Information</h1>       
-                	       	  <table border="1">
-            <thead>
-                <tr>
-                    <th>Nodes</th>
-                </tr>
-            </thead>
-            <tbody>
-                <c:forEach items="${CMap}" var="node">
-                <tr>
-                    <td> <c:out value="${node}" /></td>
-                </tr>
-                </c:forEach>
-             </tbody>
-        </table> 
-        
-    </body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Influenza Details</title>
+
+
+</head>
+<body>
+<table class="contentTable" border="0" cellpadding="0" cellspacing="0"
+	width="945">
+	<tbody>
+		<tr>
+			<td class="header" colspan="2" align="left" width="945">
+			<div id="header">
+			<div class="paragraphInformationBoxLayout"
+				style="height: 0px; display: none; visibility: hidden;"
+				id="mgnlParagraph1">
+			<div align="right">Inherited from: <a style="color: black;"
+				title="/infinispan.html" href="http://jboss.org/infinispan.html">/infinispan.html</a></div>
+			</div>
+			<div id="commonContent">
+			<div id="proj_announce-whole"><img alt="Infinispan"
+				src="js/infinispan-banner.png">
+			<div id="proj_logo-neg"></div>
+			</div>
+			</div>
+			</div>
+			</td>
+		</tr>
+	</tbody>
+</table>
+<h1>Search Details for <c:out value="${total}"></c:out></h1>
+
+<h1>Nucleotide Information</h1>
+<table border="1" style="text-align:center;">
+	<thead>
+		<tr>
+			<th>Virus Name</th>
+			<th>Host</th>
+			<th>Country</th>
+			<th>Year Found</th>
+			<th>GBAN</th>
+		</tr>
+	</thead>
+	<tbody>
+		<tr>
+			<td><c:out value="${Nucleotide.virusName}" /></td>
+			<td><c:out value="${Nucleotide.host}" /></td>
+			<td><c:out value="${Nucleotide.country}" /></td>
+			<td><c:out value="${Nucleotide.yearFound}" /></td>
+			<td><c:out value="${Nucleotide.genbankAccessionNumber}" /></td>
+		</tr>
+	</tbody>
+</table>
+
+<h1>Protein Information</h1>
+<table border="1">
+	<thead>
+		<tr>
+			<th>Protein GBAN</th>
+			<th>Protein Coding Region</th>
+		</tr>
+	</thead>
+	<tbody>
+		<c:forEach items="${PMap}" var="protein">
+			<tr>
+				<td><c:out value="${protein.key}" /></td>
+				<td><c:out value="${protein.value}" /></td>
+			</tr>
+		</c:forEach>
+	</tbody>
+</table>
+
+
+<h1>Cluster Information</h1>
+<table border="1">
+	<thead>
+		<tr>
+			<th>Nodes</th>
+		</tr>
+	</thead>
+	<tbody>
+		<c:forEach items="${CMap}" var="node">
+			<tr>
+				<td><c:out value="${node}" /></td>
+			</tr>
+		</c:forEach>
+	</tbody>
+</table>
+
+</body>
 </html>

Modified: trunk/demos/ec2/webui/src/main/webapp/jsp/VirusSearch.jsp
===================================================================
--- trunk/demos/ec2/webui/src/main/webapp/jsp/VirusSearch.jsp	2009-11-11 11:27:10 UTC (rev 1131)
+++ trunk/demos/ec2/webui/src/main/webapp/jsp/VirusSearch.jsp	2009-11-11 12:32:03 UTC (rev 1132)
@@ -9,17 +9,40 @@
     "http://www.w3.org/TR/html4/loose.dtd">
 
 <html>
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-        <title>Virus Details Search</title>
-    </head>
-    <body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Virus Details Search</title>
 
-        <h1>Enter Virus GBAN</h1>
-        <form action="/infinispan-ec2-demo-web/CacheSearchServlet" method="POST">
-            Genbank Accession Number
-            <INPUT TYPE="TEXT" NAME="vGBAN">
-            <INPUT type="submit" value="Go" />
-        </form>
-    </body>
+
+</head>
+<body>
+<table class="contentTable" border="0" cellpadding="0" cellspacing="0"
+	width="945">
+	<tbody>
+		<tr>
+			<td class="header" colspan="2" align="left" width="945">
+			<div id="header">
+			<div class="paragraphInformationBoxLayout"
+				style="height: 0px; display: none; visibility: hidden;"
+				id="mgnlParagraph1">
+			<div align="right">Inherited from: <a style="color: black;"
+				title="/infinispan.html" href="http://jboss.org/infinispan.html">/infinispan.html</a></div>
+			</div>
+			<div id="commonContent">
+			<div id="proj_announce-whole"><img alt="Infinispan"
+				src="js/infinispan-banner.png">
+			<div id="proj_logo-neg"></div>
+			</div>
+			</div>
+			</div>
+			</td>
+		</tr>
+	</tbody>
+</table>
+
+<h1>Enter Virus GBAN</h1>
+<form action="/infinispan-ec2-demo-web/CacheSearchServlet" method="POST">
+Genbank Accession Number <INPUT TYPE="TEXT" NAME="vGBAN"> <INPUT
+	type="submit" value="Go" /></form>
+</body>
 </html>



More information about the infinispan-commits mailing list