taron133
2020-10-26 aa8d874c8a3287d41d26566ae32b6ed8d4557ff9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<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}&amp;id={$id}&amp;mark={$RMresult[sec][0]}'" title="GOOD"><span class="glyphicon glyphicon-thumbs-up"></span></button-->
                                <h3>Ergebnis {$smarty.section.sec2.rownum}<br /><br />&bull;&nbsp;&nbsp;&nbsp;&nbsp;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>