<html>
|
<head>
|
<title>..:: Claris ::..</title>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" />
|
<META HTTP-EQUIV="EXPIRES" CONTENT="0" />
|
<META NAME="RESOURCE-TYPE" CONTENT="DOCUMENT" />
|
<META NAME="DISTRIBUTION" CONTENT="GLOBAL" />
|
<META NAME="keywords" content="*" />
|
<META NAME="author" content="Taron" />
|
<META NAME="COPYRIGHT" CONTENT="" />
|
<META NAME="description" content="..:: Claris ::.." />
|
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW" />
|
<META HTTP-EQUIV="pragma" content="no-cache" />
|
<META HTTP-EQUIV="cache-control" content="no-cache" />
|
<META NAME="REVISIT-AFTER" CONTENT="1 DAYS" />
|
<META NAME="RATING" CONTENT="GENERAL" />
|
<link rel="stylesheet" type="text/css" href="style.css" />{$AJAX}
|
</head>
|
|
<body>
|
<table summary="T" style="border:solid 0px black;" cellpadding="0" cellspacing="0" width="1000px">
|
<tr align="left">
|
<td colspan="3" width="80%"><h1><i>{$LNG[484]}</i></h1></td>
|
<td><h1><i>{$STR[0]}</i></h1></td>
|
</tr>
|
|
<tr align="left">
|
<td width="20%"><h3><i>{$LNG[488]}</i></h3></td>
|
<td width="20%"><h3><u>{$STR[1]}</u></h3></td>
|
<td colspan="2"><h3><i>{$LNG[46]}</i>: <u>{$STR[2]}</u></h3></td>
|
</tr>
|
</table>
|
|
|
<table summary="T" style="border:solid 0px black;" cellpadding="0" cellspacing="0" width="1000px">
|
|
<tr align="left">
|
{section name=sec loop=$NAMES}
|
<td style="width:{$COL_WIDTHS[sec]}px;border:solid 0px black; border-bottom-width:3px;" width="{$COL_WIDTHS}"><b><i>{$NAMES[sec]}</i></b></td>
|
{/section}
|
</tr>
|
|
{section name=sec loop=$GRID_RESULTS}
|
<tr>
|
{section name=sec2 loop=$GRID_RESULTS[sec]}
|
<td class="RachetBalansa_PrintView" style="width:{$COL_WIDTHS[sec2]}px;border:solid 0px black;border-bottom-width:1px;" align="{if $smarty.section.sec2.rownum==1}center{else}left{/if}">
|
{$GRID_RESULTS[sec][sec2]}</td>
|
{/section}
|
</tr>
|
{/section}
|
|
<tr align="left">
|
<td colspan="8" style="padding-top:15px;padding-bottom:10px;"><b>{$LNG[213]}: <u>{$STR[3]}</u></b></td>
|
</tr>
|
<tr align="left">
|
<td colspan="8" style="padding-bottom:10px;"><b><u>{$LNG[487]}<u></b></td>
|
</tr>
|
</table>
|
</body>
|
</html>
|