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
52
53
54
55
56
57
58
59
60
61
<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}">
&nbsp;{$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>