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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<form action="{$GRID_LINK}" method="post">
{if $is_checks}
<input type="button" class="btn btn-info" onclick="xajax_Create_RZ(GetCbids('ids', 'cb'));" title="{$new_rz}" value="{$new_rz}"/>
<input type="button" class="btn btn-info" onclick="location.href = 'index.php';" title="{$start_page}" value="{$start_page}" />
<input type="button" class="btn btn-info" onclick="location.href = 'index.php?state=2';" title="{$exit}" value="{$exit}" />
{/if}
 
<table summary="T" style="border:1px #666 solid;" width="100%" id="id_of_table{$cgrid_prefix}">
{if $TPL_PAGES}<tr><td valign="top" colspan="{$ASU_CAB_COL_NUM+1}">{include file=$TPL_PAGES}</td></tr>{/if}
 
<tr><td class="td_title" style="width:60px;" align="center" colspan="{$ASU_CAB_COL_NUM+1}"><b>{$NameTable}</b></td></tr>
<tr>
    <td class="fixed" style="width:60px;" align="center">
        {if $is_add}<a href="{$GRID_LINK}&amp;act_adm=1" title="{$cgrid_add}"><img src="Icons/copyto.GIF" alt="{$cgrid_add}" /></a>{/if}
        {if $is_refresh}<a href="{$GRID_LINK}&amp;act_adm=7" title="{$cgrid_refresh}" ><img src="Icons/refresh.GIF" alt="{$cgrid_refresh}" /></a>{/if}
        {if $is_print}<button type="button" class="btn btn-info" onclick="location.href='{$GRID_LINK}&amp;act_adm=9&amp;page_act=0&amp;page={$PAGE}&amp;page_set={$PAGE_SET}';" title="{$cgrid_print}"><span class="glyphicon glyphicon-print"></span></button>{/if}
        {if $is_export}<a href="{$GRID_LINK}&amp;act_adm=4&amp;page_act=0&amp;page={$PAGE}&amp;page_set={$PAGE_SET}" target="_blank" title="{$cgrid_export}"><img src="Icons/copyto2.GIF" alt="{$cgrid_export}" /></a>{/if}
    </td>
    <td class="fixed" width="98%" colspan="{$ASU_CAB_COL_NUM-1}" align="left" valign="baseline">
        <div style="float:left;display:inline;width:350px;" align="left">{if $is_search}{$cgrid_search}: <input type="text" {if $aj_search}onkeypress="if (event.keyCode==13){$aj_search}"{/if} id="{$search_name}" name="{$search_name}" value="{$search}" style="width:100px;">
            {if $aj_search}<button type="button" class="btn btn-info" id="a_search" onclick="{$aj_search} return false;" title="{$cgrid_search}"><span class="glyphicon glyphicon-search"></span></button>{else}<input type="image" src="images/search.gif" style="border:0px;background-color:transparent;margin:0px;padding:0px;" title="{$cgrid_search}">{/if}
            {if $DETAILS_COLS!='[]'}<div id="div_Details{$cgrid_prefix}" style="float: right;"><input type="checkbox" id="Details{$cgrid_prefix}" title="{$cgrid_view_det}" onclick="show_hide_columns('id_of_table{$cgrid_prefix}', {$DETAILS_COLS}, 'Details{$cgrid_prefix}', {$ASU_CAB_COL_NUM+1}, 'Details{$cgrid_prefix}');" value='show'></div><div style="float: right;">&nbsp;{$cgrid_view_det}:</div>{/if}{else}&nbsp;{/if}</div>
    </td>
    <td class="fixed">&nbsp;</td>
</tr>
 
<tr class="fixed" align="center">
{section name=sec loop=$ASU_CAB_NAMES}
    {if !$ASU_CAB_IS_COMMON[$smarty.section.sec.index_prev]}
    <td style="text-size:small;font-weight: normal;" {if $ASU_CAB_IS_COMMON[sec]}colspan="{$ASU_CAB_IS_COMMON[sec][0]}"{else}{if $ASU_CAB_IS_EXIST_COMMON && !$ASU_CAB_IS_COMMON[$smarty.section.sec.index_prev][0]} rowspan="2"{/if}{/if}>
        {if $is_checks && $smarty.section.sec.rownum==1}
        <div id="div_select-all" class="checkbox_unchecked"><input type="checkbox" id="select-all" title="Check All" onclick="CheckAll(this, 'ids');" /></div>
        {elseif $ASU_CAB_IS_COMMON[sec]}
            {$ASU_CAB_IS_COMMON[sec][1]}
        {else}
            <a href="#" class="cgrid_sort" onclick="var s='{$aj_sort}'.replace('#sort#', '[{$smarty.section.sec.rownum},\''+this.innerHTML+'\']'); s+='0);';/*alert(s);*/eval(s);return false;">{$ASU_CAB_NAMES[sec]}</a>
        {/if}
    </td>
    {/if}
{/section}
<td class="fixed">&nbsp;</td>
</tr>
 
{if $FILTRES}
<tr class="fixed" align="center">
{foreach from=$FILTRES item=filtr}<td>{$filtr}</td>{/foreach}
<td class="fixed">&nbsp;</td>
</tr>
{/if}
 
{section name=sec loop=$GRID_RESULTS}
<tr>
{section name=sec2 loop=$GRID_RESULTS[sec]}
{if $smarty.section.sec2.rownum<=27}
<td {if $ASU_CAB_RESULTS_NUMIRATION && $smarty.section.sec2.rownum==1}class="fixed"{else}{if $ASU_CAB_EMPTY_COLOR[sec2] && !$GRID_RESULTS[sec][sec2]}style="background-color:red;" class="notfixed"{else}class="notfixed"{/if}{/if}align="center"
style="background-color:#{if $GRID_RESULTS[sec][27]==1}{$STC[0]}{elseif $GRID_RESULTS[sec][27]==2}{$STC[1]}{elseif $GRID_RESULTS[sec][27]==3}{$STC[2]}{elseif $GRID_RESULTS[sec][27]==4}{$STC[3]}{/if};">
    {if $is_checks && $smarty.section.sec2.rownum==1}
        {if $GRID_RESULTS[sec][27]==1}<div id="div_cb{$GRID_RESULTS[sec][sec2]}" class="checkbox_unchecked"><input type="checkbox" name="ids" id="cb{$GRID_RESULTS[sec][sec2]}" onclick="CheckThis(this);"></div>&nbsp;{/if}{$GRID_RESULTS[sec][sec2]}
    {elseif $ASU_CAB_RESULTS_NUMIRATION && $smarty.section.sec2.rownum==1}
        {$smarty.section.sec.rownum}
    {else}
        {$GRID_RESULTS[sec][sec2]}
    {/if}
</td>
{/if}
{/section}
 
<td class="fixed" style="background-color:#{if $GRID_RESULTS[sec][27]==1}{$STC[0]}{elseif $GRID_RESULTS[sec][27]==2}{$STC[1]}{elseif $GRID_RESULTS[sec][27]==3}{$STC[2]}{elseif $GRID_RESULTS[sec][27]==4}{$STC[3]}{/if};"><button type="button" class="btn btn-info" onclick="location.href='{$GRID_LINK}&amp;act_adm=2&amp;id={$GRID_RESULTS[sec][0]}&updoc=4'" title="{$cgrid_file}"><span class="glyphicon glyphicon-floppy-disk"></span></button></td>
 
</tr>
{/section}
 
{if $TPL_PAGES}<tr><td valign="top" colspan="{$ASU_CAB_COL_NUM+1}">{include file=$TPL_PAGES}</td></tr>{/if}
</table>
 
{if $is_checks}
<input type="button" class="btn btn-info" onclick="xajax_Create_RZ(GetCbids('ids', 'cb'));" title="{$new_rz}" value="{$new_rz}"/>
<input type="button" class="btn btn-info" onclick="location.href = 'index.php';" title="{$start_page}" value="{$start_page}" />
<input type="button" class="btn btn-info" onclick="location.href = 'index.php?state=2';" title="{$exit}" value="{$exit}" />
{/if}
 
</form>
 
<script type="text/javascript">SHCClear(); show_hide_columns('id_of_table{$cgrid_prefix}', {$DETAILS_COLS}, 'Details{$cgrid_prefix}', {$ASU_CAB_COL_NUM+1});</script>