Files
crm.clientright.ru/test/templates_c/v7/0990ed4589816a2caa942b1a67559ba3c71cbad1.file.SidebarStatistic.tpl.php

95 lines
4.2 KiB
PHP

<?php /* Smarty version Smarty-3.1.7, created on 2025-11-19 16:08:38
compiled from "/var/www/fastuser/data/www/crm.clientright.ru/includes/runtime/../../layouts/v7/modules/Settings/Workflow2/VT7/SidebarStatistic.tpl" */ ?>
<?php /*%%SmartyHeaderCode:265209431691dc1561731b7-24770053%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'0990ed4589816a2caa942b1a67559ba3c71cbad1' =>
array (
0 => '/var/www/fastuser/data/www/crm.clientright.ru/includes/runtime/../../layouts/v7/modules/Settings/Workflow2/VT7/SidebarStatistic.tpl',
1 => 1711810493,
2 => 'file',
),
),
'nocache_hash' => '265209431691dc1561731b7-24770053',
'function' =>
array (
),
'variables' =>
array (
'workflowID' => 0,
'workflowData' => 0,
'STATISTIC_FROM' => 0,
'STATISTIC_TO' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.7',
'unifunc' => 'content_691dc1561a1f0',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_691dc1561a1f0')) {function content_691dc1561a1f0($_smarty_tpl) {?><div class="WFDSidebar settingsgroup">
<h5>
<?php echo vtranslate("Settings","Settings:Workflow2");?>
</h5>
<div class="panel">
<input type="hidden" name="workflow[id]" value="<?php echo $_smarty_tpl->tpl_vars['workflowID']->value;?>
">
<div><?php echo vtranslate("Main module","Settings:Workflow2");?>
</div>
<div style="text-align:right;font-weight:bold;"><?php echo vtranslate($_smarty_tpl->tpl_vars['workflowData']->value['module_name'],$_smarty_tpl->tpl_vars['workflowData']->value['module_name']);?>
</div>
</div>
<h5>
<?php echo vtranslate("Statistics","Settings:Workflow2");?>
</h5>
<div class="panel">
<label style="overflow:hidden;width:100%;">
<input type='text' class="defaultTextfield pull-right" style="width: 100px;" name='statistik_from' id="statistik_from" value="<?php echo $_smarty_tpl->tpl_vars['STATISTIC_FROM']->value;?>
">
<?php echo vtranslate('statistics_from','Settings:Workflow2');?>
</label>
<label style="overflow:hidden;width:100%;">
<input type='text' class="defaultTextfield pull-right" style="width: 100px;" name='statistik_to' id="statistik_to" value="<?php echo $_smarty_tpl->tpl_vars['STATISTIC_TO']->value;?>
">
<?php echo vtranslate('statistics_to','Settings:Workflow2');?>
</label>
<label style="overflow:hidden;width:100%;">
<input type='text' class="defaultTextfield pull-right" style="width: 100px;" name='statistik_record' id="statistik_record" value="">
<?php echo vtranslate('statistics_record','Settings:Workflow2');?>
</label>
<!--<input type='hidden' name='statistik_to' id="statistik_to" value="<?php echo $_smarty_tpl->tpl_vars['STATISTIC_TO']->value;?>
">-->
<br>
<input type='checkbox' name='show_percents' checked="checked" id="show_percents" onclick="readConnectionStatistik();" value="1"> <?php echo vtranslate("LBL_SHOW_VALUES","Settings:Workflow2");?>
<br/>
<input type='checkbox' name='show_removed' id="show_removed" onclick="readConnectionStatistik();" value="1"> <?php echo vtranslate("LBL_SHOW_REMOVED","Settings:Workflow2");?>
<br/>
<input type='checkbox' name='show_inactive' id="show_inactive" onclick="showInactiveBlocks();" value="1"> <?php echo vtranslate("LBL_SHOW_INACTIVE","Settings:Workflow2");?>
<br/>
<br/>
<input type="button" onclick="refreshData();" class="btn btn-primary" name="load_data" value="<?php echo vtranslate("BTN_LOAD_STATS","Settings:Workflow2");?>
">
</div>
<div class="ConnectionStat">
<h5>
<?php echo vtranslate("CONNECTION_DETAILS","Settings:Workflow2");?>
</h5>
<div class="panel" id="statConnDetails">
<em><?php echo vtranslate("TXT_CLICK_ON_PATH","Settings:Workflow2");?>
</em>
</div>
</div>
</div>
<script type="text/javascript">
var TranslationString = {};
TranslationString['loadData'] = "<?php echo vtranslate('load Data','Settings:Workflow2');?>
";
</script><?php }} ?>