Files
crm.clientright.ru/test/templates_c/v7/8ff4d3c640d79d68eb67c45b959484afe70b1655.file.SelectEmailFieldOptions.tpl.php
Fedor ac7467f0b4 Major CRM updates: AI Assistant, Court Status API, S3 integration improvements, and extensive file storage system
- Added comprehensive AI Assistant system (aiassist/ directory):
  * Vector search and embedding capabilities
  * Typebot proxy integration
  * Elastic search functionality
  * Message classification and chat history
  * MCP proxy for external integrations

- Implemented Court Status API (GetCourtStatus.php):
  * Real-time court document status checking
  * Integration with external court systems
  * Comprehensive error handling and logging

- Enhanced S3 integration:
  * Improved file backup system with metadata
  * Batch processing capabilities
  * Enhanced error logging and recovery
  * Copy operations with URL fixing

- Added Telegram contact creation API
- Improved error logging across all modules
- Enhanced callback system for AI responses
- Extensive backup file storage with timestamps
- Updated documentation and README files

- File storage improvements:
  * Thousands of backup files with proper metadata
  * Fix operations for broken file references
  * Project-specific backup and recovery systems
  * Comprehensive file integrity checking

Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
2025-10-16 11:17:21 +03:00

57 lines
4.0 KiB
PHP

<?php /* Smarty version Smarty-3.1.7, created on 2025-09-29 15:18:21
compiled from "/var/www/fastuser/data/www/crm.clientright.ru/includes/runtime/../../layouts/v7/modules/EMAILMaker/SelectEmailFieldOptions.tpl" */ ?>
<?php /*%%SmartyHeaderCode:20429531468da790da51980-36131362%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'8ff4d3c640d79d68eb67c45b959484afe70b1655' =>
array (
0 => '/var/www/fastuser/data/www/crm.clientright.ru/includes/runtime/../../layouts/v7/modules/EMAILMaker/SelectEmailFieldOptions.tpl',
1 => 1715769019,
2 => 'file',
),
),
'nocache_hash' => '20429531468da790da51980-36131362',
'function' =>
array (
),
'variables' =>
array (
'EMAIL_FIELDS_LIST' => 0,
'EMAIL_FIELD_NAME' => 0,
'EMAIL_FIELD_LIST' => 0,
'IS_INPUT_SELECTED_ALLOWED' => 0,
'EMAIL_FIELD_DATA' => 0,
'SINGLE_RECORD' => 0,
'IS_INPUT_SELECTED_DEFINED' => 0,
'IS_INPUT_SELECTED' => 0,
'MODULE' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.7',
'unifunc' => 'content_68da790da602e',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_68da790da602e')) {function content_68da790da602e($_smarty_tpl) {?>
<?php $_smarty_tpl->tpl_vars['EMAIL_FIELD_LIST'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['EMAIL_FIELD_LIST']->_loop = false;
$_smarty_tpl->tpl_vars['EMAIL_FIELD_NAME'] = new Smarty_Variable;
$_from = $_smarty_tpl->tpl_vars['EMAIL_FIELDS_LIST']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
foreach ($_from as $_smarty_tpl->tpl_vars['EMAIL_FIELD_LIST']->key => $_smarty_tpl->tpl_vars['EMAIL_FIELD_LIST']->value){
$_smarty_tpl->tpl_vars['EMAIL_FIELD_LIST']->_loop = true;
$_smarty_tpl->tpl_vars['EMAIL_FIELD_NAME']->value = $_smarty_tpl->tpl_vars['EMAIL_FIELD_LIST']->key;
?><optgroup label="<?php echo $_smarty_tpl->tpl_vars['EMAIL_FIELD_NAME']->value;?>
"><?php $_smarty_tpl->tpl_vars['EMAIL_FIELD_DATA'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['EMAIL_FIELD_DATA']->_loop = false;
$_from = $_smarty_tpl->tpl_vars['EMAIL_FIELD_LIST']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
foreach ($_from as $_smarty_tpl->tpl_vars['EMAIL_FIELD_DATA']->key => $_smarty_tpl->tpl_vars['EMAIL_FIELD_DATA']->value){
$_smarty_tpl->tpl_vars['EMAIL_FIELD_DATA']->_loop = true;
?><?php if ($_smarty_tpl->tpl_vars['IS_INPUT_SELECTED_ALLOWED']->value&&'0'==$_smarty_tpl->tpl_vars['EMAIL_FIELD_DATA']->value['emailoptout']&&'yes'==$_smarty_tpl->tpl_vars['SINGLE_RECORD']->value&&'1'!=$_smarty_tpl->tpl_vars['IS_INPUT_SELECTED_DEFINED']->value){?><?php $_smarty_tpl->tpl_vars['IS_INPUT_SELECTED'] = new Smarty_variable('selected', null, 0);?><?php $_smarty_tpl->tpl_vars['IS_INPUT_SELECTED_DEFINED'] = new Smarty_variable('1', null, 0);?><?php }else{ ?><?php $_smarty_tpl->tpl_vars['IS_INPUT_SELECTED'] = new Smarty_variable('', null, 0);?><?php }?><option value="<?php echo $_smarty_tpl->tpl_vars['EMAIL_FIELD_DATA']->value['crmid'];?>
|<?php echo $_smarty_tpl->tpl_vars['EMAIL_FIELD_DATA']->value['fieldname'];?>
|<?php echo $_smarty_tpl->tpl_vars['EMAIL_FIELD_DATA']->value['module'];?>
" <?php echo $_smarty_tpl->tpl_vars['IS_INPUT_SELECTED']->value;?>
><?php echo $_smarty_tpl->tpl_vars['EMAIL_FIELD_DATA']->value['label'];?>
<?php if ($_smarty_tpl->tpl_vars['EMAIL_FIELD_DATA']->value['value']!=''&&$_smarty_tpl->tpl_vars['SINGLE_RECORD']->value=="yes"){?>: <?php echo $_smarty_tpl->tpl_vars['EMAIL_FIELD_DATA']->value['value'];?>
<?php }else{ ?><?php if ($_smarty_tpl->tpl_vars['EMAIL_FIELD_NAME']->value!=''){?>(<?php echo $_smarty_tpl->tpl_vars['EMAIL_FIELD_NAME']->value;?>
)<?php }?><?php }?> <?php if ($_smarty_tpl->tpl_vars['EMAIL_FIELD_DATA']->value['emailoptout']=="1"&&$_smarty_tpl->tpl_vars['SINGLE_RECORD']->value=="yes"){?>&nbsp;(<?php echo vtranslate('Email Opt Out',$_smarty_tpl->tpl_vars['MODULE']->value);?>
)<?php }?></option><?php } ?></optgroup><?php } ?>
<?php }} ?>