taron133
2020-10-26 aa8d874c8a3287d41d26566ae32b6ed8d4557ff9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!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;border-left-width:1px;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]}
            {if $smarty.section.sec2.rownum>1 && $smarty.section.sec2.rownum<12}
                <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]}">
                    &nbsp;{$GRID_RESULTS[sec][sec2]}</td>{/if}
        {/section}
    </tr>
{/section}
</table>
</body>
</html>