<form action="{$GRID_LINK}" method="post">
|
<table summary="T" style="border:1px #666 solid;" width="100%" cellpadding="0" cellspacing="1">
|
{if $TPL_PAGES}<tr><td valign="top" colspan="{$ASU_CAB_COL_NUM+1}">{include file=$TPL_PAGES}</td></tr>{/if}
|
|
<tr>
|
<td class="fixed" align="center">
|
{if $is_add}<a href="{$GRID_LINK}&act_adm=1" title="Add"><img src="Icons/copyto.GIF" alt="Add" /></a>{/if}
|
{if $is_refresh}<a href="{$GRID_LINK}&act_adm=7" title="Refresh" ><img src="Icons/refresh.GIF" alt="Refresh" /></a>{/if}
|
{if $is_print}<button type="button" class="btn btn-info" onclick="location.href='{$GRID_LINK}&act_adm=9&page_act=0&page={$PAGE}&page_set={$PAGE_SET}';" title="{$cgrid_print}"><span class="glyphicon glyphicon-print"></span></button>{/if}
|
</td>
|
<td class="fixed" width="95%" colspan="{$ASU_CAB_COL_NUM}">
|
|
<table summary="T" width="100%">
|
<tr>
|
{if $is_checks}<td style="width:130px;">{$statuses}{else} </td>{/if}
|
{if $is_search}<td style="width:110px;display:inline;">{$cgrid_search}:<input type="text" {if $aj_search}onkeydown="if (event.keyCode==13) return false;"{/if} id="search" name="search" value="{$search}" style="width:90px;" title="{$cgrid_search}">
|
{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}</td>{/if}
|
<td style="width:140px;" align="left"><b>{$NameTable}</b></td>
|
<td align="right">
|
{if $is_back}<a href="{$BACK_LINK}"><img src="images/return.png" alt="Return" /></a>{/if}
|
{if $is_export}<a href="{$GRID_LINK}&act_adm=4&page_act=0&page={$PAGE}&page_set={$PAGE_SET}" target="_blank" title="Export"><img src="Icons/copyto2.GIF" alt="Export" /></a>{/if}
|
</td>
|
</tr>
|
</table>
|
|
</td>
|
</tr>
|
|
<tr class="fixed" align="center">
|
{section name=sec loop=$ASU_CAB_NAMES}
|
{if !$ASU_CAB_IS_COMMON[$smarty.section.sec.index_prev]}<!--width:{$COL_WIDTHS[sec]};-->
|
<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}
|
{$ASU_CAB_NAMES[sec]}
|
{/if}
|
</td>
|
{/if}
|
{/section}
|
<td style="text-size:small;FONT-WEIGHT: normal;width:40px;"> </td>
|
</tr>
|
|
{section name=sec loop=$GRID_RESULTS}
|
<tr>
|
{section name=sec2 loop=$GRID_RESULTS[sec]}
|
<td {if $ASU_CAB_RESULTS_NUMIRATION && $smarty.section.sec2.rownum==1}style="" class="fixed"{else}{if $ASU_CAB_EMPTY_COLOR[sec2] && !$GRID_RESULTS[sec][sec2]}style="background-color:red;" class="notfixed"{else}style="" class="notfixed"{/if}{/if}align="center">
|
{if $is_checks && $smarty.section.sec2.rownum==1}
|
<div id="div_cb{$GRID_RESULTS[sec][sec2]}" class="checkbox_unchecked"><input type="checkbox" name="ids" onclick="CheckCB(this);" id="cb{$GRID_RESULTS[sec][sec2]}"></div>
|
{elseif $ASU_CAB_RESULTS_NUMIRATION && $smarty.section.sec2.rownum==1}
|
{$smarty.section.sec.rownum}
|
{elseif $GADGETS[sec2]}
|
{$GRID_RESULTS[sec][sec2]}
|
{if $GADGETS[sec2][0] == 'comment' && $is_comment}
|
<img src="Icons/comment.png" style="display:inline;float:right;" title="{$cgrid_comment}" id='p{$smarty.section.sec.rownum}' onclick="if (GID('vp_p{$smarty.section.sec.rownum}').innerHTML == '') {literal}{{/literal} vis_load('p{$smarty.section.sec.rownum}', 'vp_p{$smarty.section.sec.rownum}'); xajax_GetTaskComment({$ASU_CAB_RESULTS_ID[sec]}, {$smarty.section.sec2.rownum}, 'vp_p{$smarty.section.sec.rownum}', 'vis2(\'p{$smarty.section.sec.rownum}\', \'vp_p{$smarty.section.sec.rownum}\', false, false, false);'); {literal}}{/literal} else vis2('p{$smarty.section.sec.rownum}', 'vp_p{$smarty.section.sec.rownum}', true, false, false);" />
|
<div id='vp_p{$smarty.section.sec.rownum}' style="display:none;" class="i" onclick="hide('vp_p{$smarty.section.sec.rownum}')"></div>
|
{/if}
|
{else}
|
{$GRID_RESULTS[sec][sec2]}
|
{/if}
|
</td>
|
{/section}
|
|
<td width="6%" class="notfixed">
|
{if $is_edit}<button type="button" class="btn btn-info" onclick="location.href='{$GRID_LINK}&act_adm=2&id={$ASU_CAB_RESULTS_ID[sec]}'" title="{$cgrid_edit}"><span class="glyphicon glyphicon-pencil"></span></button>{/if}
|
</td>
|
</tr>
|
{/section}
|
|
{if $TPL_PAGES}<tr><td valign="top" colspan="{$ASU_CAB_COL_NUM+1}">{include file=$TPL_PAGES}</td></tr>{/if}
|
</table>
|
</form>
|