<table class="tableone" style="width:100%;margin-top:4px;" summary="T">
|
<tbody>
|
{section name=sec loop=$RMresult}
|
<tr><td style="width:260px;margin-top:4px;padding-top:15px;" valign="top">
|
<h4 style="color:#000;">{$testFiles[$smarty.section.sec.rownum-1]}</h4><br />
|
<img style="max-width:210px;" src="../../download/Materials/Pruefbilder/{$testFiles[$smarty.section.sec.rownum-1]}" title="{$testFiles[$smarty.section.sec.rownum-1]}">
|
</td>
|
<td style="color:#000;text-align:left;padding-left:20px;padding-top:15px;">
|
<table class="tableone" style="width:100%;margin-top:4px;" summary="T">
|
<tbody>
|
|
{section name=sec2 loop=$RMresult[sec]}
|
<tr>
|
<td style="width:260px;margin-top:4px;padding-top:5px;">
|
<img style="max-width:210px;" src="{$RMresult[sec][sec2]['img']}" title="{$RMresult[sec][sec2]['INM']}">
|
</td>
|
<td style="color:#000;text-align:left;padding-left:10px;padding-top:5px;">
|
<!--button type="button" class="btn btn-success btn-warning" style="margin:4px;min-width: 200px;min-height:80px;height:100%;" onclick="location.href='{$GRID_LINK}&id={$id}&mark={$RMresult[sec][0]}'" title="GOOD"><span class="glyphicon glyphicon-thumbs-up"></span></button-->
|
<h3>Ergebnis {$smarty.section.sec2.rownum}<br /><br />• SAP Nummer: {$RMresult[sec][sec2]['INM']} {$RMresult[sec][sec2]['Obozn1']} {$RMresult[sec][sec2]['Obozn3']} Prediction: {$RMresult[sec][sec2]['prediction']}</h3>
|
</td>
|
</tr>
|
|
<!--tr>
|
<td style="color:#000;">{$RMresult[sec][sec2]['INM']} {$RMresult[sec][sec2]['Obozn1']} {$RMresult[sec][sec2]['Obozn3']}</td>
|
</tr-->
|
{/section}
|
</tbody>
|
</table>
|
|
</td>
|
</tr>
|
{/section}
|
</tbody>
|
</table>
|