Server : Apache/2.4.41 (Ubuntu) System : Linux journalup 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/cache/t_compile/ |
<?php /* Smarty version 3.1.34-dev-7, created on 2024-10-31 02:15:02 from 'app:forminterestsInput.tpl' */ /* @var Smarty_Internal_Template $_smarty_tpl */ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array ( 'version' => '3.1.34-dev-7', 'unifunc' => 'content_6722e826bfc2a8_65243131', 'has_nocache_code' => false, 'file_dependency' => array ( '91fb7bae6e73572049641f71de19b722dbff7118' => array ( 0 => 'app:forminterestsInput.tpl', 1 => 1612588956, 2 => 'app', ), ), 'includes' => array ( ), ),false)) { function content_6722e826bfc2a8_65243131 (Smarty_Internal_Template $_smarty_tpl) { echo '<script'; ?> > $(document).ready(function(){ $("#<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['FBV_id']->value ));?> ").find(".interests").tagit({ fieldName: 'interests[]', allowSpaces: true, autocomplete: { source: function(request, response) { $.ajax({ url: <?php echo json_encode(call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0], array( array('router'=>@constant('ROUTE_PAGE'),'page'=>'user','op'=>'getInterests','escape'=>false),$_smarty_tpl ) ));?> , data: {'term': request.term}, dataType: 'json', success: function(jsonData) { if (jsonData.status == true) { response(jsonData.content); } } }); } } }); }); <?php echo '</script'; ?> > <div id="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['FBV_id']->value ));?> "> <!-- The container which will be processed by tag-it.js as the interests widget --> <ul class="interests"> <?php if ($_smarty_tpl->tpl_vars['FBV_interests']->value) { $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['FBV_interests']->value, 'interest'); if ($_from !== null) { foreach ($_from as $_smarty_tpl->tpl_vars['interest']->value) { ?><li class="hidden"><?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['interest']->value ));?> </li><?php } } $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1); }?> </ul> <?php if ($_smarty_tpl->tpl_vars['FBV_label_content']->value) {?><span><?php echo $_smarty_tpl->tpl_vars['FBV_label_content']->value;?> </span><?php }?> </div> <?php } }