Commit 6e3e28b2 authored by Daniel Quadras's avatar Daniel Quadras

Update ResultDetails.jsp

parent 561b1b5e
...@@ -52,6 +52,18 @@ ...@@ -52,6 +52,18 @@
<title>Result Details</title> <title>Result Details</title>
</head> </head>
<style>
.leftside {
left: 10px;
font-weight: bold;
position: relative;
}
</style>
<body> <body>
<!-- <!--
<p>Result Details: </p> <p>Result Details: </p>
...@@ -64,9 +76,9 @@ ...@@ -64,9 +76,9 @@
</div> </div>
--> -->
<div class="leftside">
<p>Result details :</p> <p> Result details : </p>
</div>
<!-- <input type="button" value = "Result Details" onclick= "displayResultData()" --> <!-- <input type="button" value = "Result Details" onclick= "displayResultData()" -->
<% <%
...@@ -123,4 +135,3 @@ ...@@ -123,4 +135,3 @@
</script> </script>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment