Commit b50497cc authored by Daniel Quadras's avatar Daniel Quadras

Update ResultDetails.jsp

parent 4fca047e
...@@ -47,13 +47,11 @@ ...@@ -47,13 +47,11 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>Result Details</title> <title>Result Details</title>
</head> </head>
<style type="text/css" >
</style> <input type= "hidden" value = "<%=result_details%>" id ="result_data">
<body> <body>
...@@ -68,13 +66,15 @@ ...@@ -68,13 +66,15 @@
</div> </div>
--> -->
<input type= "hidden" value = "<%=result_details%>" id = "result_data" >
<p>Result details :</p> <p>Result details :</p>
<div id="resultoutput"> </div> <div id="resultoutput"> </div>
</body> </body>
<!--
<script> <script>
...@@ -87,5 +87,11 @@ console.log("new Output data: "+output); ...@@ -87,5 +87,11 @@ console.log("new Output data: "+output);
</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