Commit b50497cc authored by Daniel Quadras's avatar Daniel Quadras

Update ResultDetails.jsp

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