<form action="index.php?form=7&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}&id={$id}&mark={$RMresult[sec][0]}'" title="GOOD"><span class="glyphicon glyphicon-thumbs-up"></span></button-->
|
<h3>Ergebnis {$smarty.section.sec.rownum}<br /><br />• 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}&id={$id}&mark=-1'" title="BAD"><span class="glyphicon glyphicon-thumbs-down"></span></button>
|
{/if}
|
</form>
|