15 lines
476 B
HTML
15 lines
476 B
HTML
<template name="lesionMeasurementContainer">
|
|
<div class="lesionMeasurementContainer">
|
|
<table class="lesionTable" id="tblLesion">
|
|
<thead>
|
|
<tr class="headRow">
|
|
<th>#</th>
|
|
<th>Location</th>
|
|
<th>LD</th>
|
|
<th style="text-align: center;"><i class="fa fa-times fa-lg"></i></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table>
|
|
</div>
|
|
</template> |