Commit 67392c79 authored by Jérome Perrin's avatar Jérome Perrin

static

parent a1e28ade
...@@ -28,32 +28,27 @@ ...@@ -28,32 +28,27 @@
<script id="simple-metric-template" type="text/x-handlebars-template"> <script id="simple-metric-template" type="text/x-handlebars-template">
<tr> <tr>
<td>{{metric}}</td> <td>{{metric}}</td>
<td>{{value}}</td> <td>{{{value}}}</td>
</tr> </tr>
</script> </script>
<script id="metric-object-template" type="text/x-handlebars-template"> <script id="metric-object-template" type="text/x-handlebars-template">
<tr> <table width='100%'>
<td>{{metric}}</td> <tbody>
<td> <tr>
<table width='100%'> <td>Average</td>
<tbody> <td>{{avg}}</td>
<tr> </tr>
<td>Average</td> <tr>
<td>{{avg}}</td> <td>Lower Bound</td>
</tr> <td>{{lb}}</td>
<tr> </tr>
<td>Lower Bound</td> <tr>
<td>{{lb}}</td> <td>Upper Bound</td>
</tr> <td>{{ub}}</td>
<tr> </tr>
<td>Upper Bound</td> </tbody>
<td>{{ub}}</td> </table>
</tr>
</tbody>
</table>
</td>
</tr>
</script> </script>
<script id="header-template" type="text/x-handlebars-template"> <script id="header-template" type="text/x-handlebars-template">
......
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