Fix unclosed div and reformat

This commit is contained in:
softworkz 2016-08-21 01:30:53 +02:00
parent cbc8ff2aed
commit 7896d3df4c

View file

@ -13,30 +13,31 @@
<div class="listTopPaging"> <div class="listTopPaging">
</div> </div>
<div class="autoorganizetable"> <div class="autoorganizetable">
<table class="tblOrganizationResults table" style="border-collapse:collapse;"> <table class="tblOrganizationResults table" style="border-collapse:collapse;">
<thead> <thead>
<tr> <tr>
<th data-priority="1"></th> <th data-priority="1"></th>
<th data-priority="2">${HeaderDate}</th> <th data-priority="2">${HeaderDate}</th>
<th data-priority="1">${HeaderSource}</th> <th data-priority="1">${HeaderSource}</th>
<th data-priority="3">${HeaderDestination}</th> <th data-priority="3">${HeaderDestination}</th>
<th data-priority="1"></th> <th data-priority="1"></th>
</tr> </tr>
</thead> </thead>
<tbody class="resultBody"></tbody> <tbody class="resultBody"></tbody>
</table> </table>
</div> </div>
<br /> <br />
<div style="text-align: right;vertical-align:middle;" class="legend"> <div style="text-align: right;vertical-align:middle;" class="legend">
<div style="display: inline-block; height: 10px; width: 10px; background: green;margin-right:1px;"></div> <div style="display: inline-block; height: 10px; width: 10px; background: green;margin-right:1px;"></div>
<span>${LabelCompleted}</span> <span>${LabelCompleted}</span>
<div style="display: inline-block; height: 10px; width: 10px; background: red; margin-left: 1em;margin-right:1px;"></div> <div style="display: inline-block; height: 10px; width: 10px; background: red; margin-left: 1em;margin-right:1px;"></div>
<span>${LabelFailed}</span> <span>${LabelFailed}</span>
<div style="display: inline-block; height: 10px; width: 10px; background: blue; margin-left: 1em;margin-right:1px;"></div> <div style="display: inline-block; height: 10px; width: 10px; background: blue; margin-left: 1em;margin-right:1px;"></div>
<span>${LabelSkipped}</span> <span>${LabelSkipped}</span>
</div> </div>
<div class="listBottomPaging"> <div class="listBottomPaging">
</div>
</div> </div>
</div> </div>
</div> </div>