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
<form action="index.php?form=7&amp;act=44" method="post" enctype="multipart/form-data" >
    <input type="file" class="btn btn-info" style="padding:4px; min-width: 200px;display:inline;" name="fileResMatML">
    <input type="submit" class="btn btn-info" style="display:inline;margin:4px; min-width: 200px;min-height:40px;" name="Upload" value="Upload">
    <span class="btn btn-warning" style="display:inline;margin:4px; min-width: 200px;min-height:40px;">{$time}</span>
 
    {if $RMresult}
    <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;">
            <img style="max-width:210px;" src="{$HOST}{$RMresult[sec][1]}" title="{$RMresult[sec][2]}">
            </td>
            <td style="color:#000;text-align:left;padding-left:50px;" rowspan="2">
                <!--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.sec.rownum}<br /><br />&bull;&nbsp;&nbsp;&nbsp;&nbsp;SAP Nummer: {$RMresult[sec][3]} {$RMresult[sec][4]} {$RMresult[sec][5]} {$RMresult[sec][6]} {$RMresult[sec][7]} {$RMresult[sec][8]}</h3>
            </td></tr>
 
            <tr>
            <td style="color:#000;">{$RMresult[sec][3]} {$RMresult[sec][4]} {$RMresult[sec][5]} {$RMresult[sec][6]} {$RMresult[sec][7]} {$RMresult[sec][8]}</td>
            </tr>
        {/section}
        </tbody>
    </table>
<button type="button" class="btn btn-danger btn-warning" style="display:block;width:100%;height: 80px;" onclick="location.href='{$GRID_LINK}&amp;id={$id}&amp;mark=-1'" title="BAD"><span class="glyphicon glyphicon-thumbs-down"></span></button>
    {/if}
</form>