virt2/api/mod/print_order.html

35 lines
1.0 KiB
HTML
Executable File

<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Заказ № {$smarty.get.id}</title>
<link rel="stylesheet" type="text/css" href="/api/bootstrap/4.4.1/css/bootstrap.min.css" />
</head>
<body class="container">
<table class="table">
<tr><td style="border:none;"><h4 class="text-center">Заказ № {$smarty.get.id}</h4></td><td>
{$order[0].fio}<br>
{$order[0].tel}
</td></tr>
<tr>
<td colspan=2>
{$tovar_list}
</td>
</tr>
<tr>
<td style="width: 50%;height: 120px;border: 1px solid gray;">
<h5 style="color:lightgray;margin:0px;">
Заметки
</h5>
</td>
<td style="width: 50%;height: 120px;border: 1px solid gray;">
<h5 style="color:lightgray;margin:0px;">
Адрес доставки
</h5>
</td>
</tr>
</table>
<script src="/api/jquery/jquery-3.4.1.min.js" ></script>
<script src="/api/bootstrap/4.4.1/js/bootstrap.min.js" ></script>
{$js_mod}
</body>
</html>