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

Update ResultDetails.jsp

parent 561b1b5e
......@@ -52,6 +52,18 @@
<title>Result Details</title>
</head>
<style>
.leftside {
left: 10px;
font-weight: bold;
position: relative;
}
</style>
<body>
<!--
<p>Result Details: </p>
......@@ -64,9 +76,9 @@
</div>
-->
<p>Result details :</p>
<div class="leftside">
<p> Result details : </p>
</div>
<!-- <input type="button" value = "Result Details" onclick= "displayResultData()" -->
<%
......@@ -123,4 +135,3 @@
</script>
</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