ideenmanagement/templates/modern/patronenubersicht.html
2023-03-09 11:22:13 +01:00

116 lines
5.0 KiB
HTML
Executable File
Raw Permalink Blame History

<html>
<head>
<title>main</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$patronenubersicht_hfname}</div>
</div>
</div>
{section name=table_data loop=$table_data}
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0">
<tr>
<td width="160" rowspan="8" align="center" height="160">
<img src="{$table_data[table_data].url_bild}" height="150" border="0" vspace="2" hspace="2">
</td>
<td width="15" height="30">&nbsp;</td>
<td width="301" height="30" colspan="4">
<h3>{$table_data[table_data].bez}</h3>
</td>
<td width="65" height="30">&nbsp;</td>
<td height="30">&nbsp;</td>
<td width="100" height="30">&nbsp;</td>
<td width="65" height="30">
<!-- <a href="patronendetails.php?tid={$table_data[table_data].tid}" target="_self">{$table_data[table_data].patronenubersicht_linktext_details}</a> -->
<div class="buttonwrapper">
<a class="squarebutton_blue" href="patronendetails.php?tid={$table_data[table_data].tid}" target="_self"><span>Details</span>{$table_data[table_data].patronenubersicht_linktext_details}</a>
</div>
</td>
</tr>
<tr>
<td width="15" height="20">&nbsp;</td>
<td width="80" height="20">&nbsp;</td>
<td width="65" height="20">&nbsp;</td>
<td height="20">&nbsp;</td>
<td width="80" height="20">&nbsp;</td>
<td width="65" height="20">&nbsp;</td>
<td height="20">&nbsp;</td>
<td width="100" height="20">&nbsp;</td>
<td width="65" height="20">&nbsp;</td>
</tr>
<tr>
<td width="15" height="20">&nbsp;</td>
<td width="80" height="20">{$table_data[table_data].patronenubersicht_field_refill}</td>
<td width="65" height="20" align="right">{$table_data[table_data].refillpreis} <20></td>
<td height="20">&nbsp;</td>
<td width="80" height="20">{$table_data[table_data].patronenubersicht_field_leer}</td>
<td width="65" height="20" align="right">{$table_data[table_data].leer} g</td>
<td height="20">&nbsp;</td>
<td width="100" height="20">{$table_data[table_data].patronenubersicht_field_fuellstand}</td>
<td width="65" height="20">{$table_data[table_data].fuellstand}</td>
</tr>
<tr>
<td width="15" height="20">&nbsp;</td>
<td width="80" height="20">{$table_data[table_data].patronenubersicht_field_oem}</td>
<td width="65" height="20" align="right">{$table_data[table_data].oempreis} <20></td>
<td height="20">&nbsp;</td>
<td width="80" height="20">{$table_data[table_data].patronenubersicht_field_vollmin}</td>
<td width="65" height="20" align="right">{$table_data[table_data].vollmin} g</td>
<td height="20">&nbsp;</td>
<td width="100" height="20">&nbsp;</td>
<td width="65" height="20">&nbsp;</td>
</tr>
<tr>
<td width="15" height="20">&nbsp;</td>
<td width="80" height="20">{$table_data[table_data].patronenubersicht_field_nname}</td>
<td width="65" height="20" align="right">{$table_data[table_data].nnamepreis} <20></td>
<td height="20">&nbsp;</td>
<td width="80" height="20">{$table_data[table_data].patronenubersicht_field_vollmax}</td>
<td width="65" height="20" align="right">{$table_data[table_data].vollmax} g</td>
<td height="20">&nbsp;</td>
<td width="100" height="20">&nbsp;</td>
<td width="65" height="20">&nbsp;</td>
</tr>
<tr>
<td width="15">&nbsp;</td>
<td width="80">&nbsp;</td>
<td width="65">&nbsp;</td>
<td>&nbsp;</td>
<td width="80">&nbsp;</td>
<td width="65">&nbsp;</td>
<td>&nbsp;</td>
<td width="100">&nbsp;</td>
<td width="65">&nbsp;</td>
</tr>
<tr>
<td width="15">&nbsp;</td>
<td width="610" rowspan="2" colspan="8">
<table border="1" width="100%" border="1" cellspacing="0" bordercolordark="white" bordercolorlight="lightgray">
<tr>
<td width="50%">{$table_data[table_data].hinweis_hf}&nbsp;</td>
<td width="50%">{$table_data[table_data].hinweis_eigen}&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15">&nbsp;</td>
</tr>
</table>
</div>
{/section}
</body>
</html>