<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
|
<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="�������" class="RachetBalansa_PrintView" style="border:solid 1px black;" cellpadding="0" cellspacing="0"
|
width="1000px">
|
|
<tr align="center">
|
<td class="RachetBalansa_PrintView" style="border:solid 0px black;border-bottom-width:1px;"
|
colspan="{$COUNT_NAMES}"><b>{$MAIN_NAME}</b></td>
|
</tr>
|
|
<tr align="center">
|
{section name=sec loop=$NAMES}
|
<td class="RachetBalansa_PrintView"
|
style="border:solid 0px black;{if $smarty.section.sec.rownum!=1}border-left-width:1px;{/if}border-bottom-width:1px;">
|
<b>{$NAMES[sec]}</b></td>
|
{/section}
|
</tr>
|
|
{section name=sec loop=$GRID_RESULTS}
|
<tr>
|
{section name=sec2 loop=$GRID_RESULTS[sec]}
|
<td class="RachetBalansa_PrintView"
|
style="border:solid 0px black; {if $smarty.section.sec2.rownum!=1}border-left-width:1px;{/if} {if $smarty.section.sec.rownum!=1}border-top-width:1px;{/if} "
|
align="center" width="{$COL_WIDTHS[sec2]}">
|
{if $ASU_CAB_RESULTS_NUMIRATION && $smarty.section.sec2.rownum==1}{$smarty.section.sec.rownum}
|
{else} {$GRID_RESULTS[sec][sec2]}{/if}</td>
|
{/section}
|
</tr>
|
{/section}
|
</table>
|
</body>
|
</html>
|