17 lines
402 B
HTML
17 lines
402 B
HTML
<div class="col-xs-4">
|
|
<table class="crisis-chart table compact">
|
|
<thead>
|
|
<tr>
|
|
<th style="display: block; height: 75px;">{{$TEXT-CRISIS-TITLE}}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td style="padding:0;">
|
|
<img src="{{$PLOT-CRISIS-CONTENT}}">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|