✏️ 正在编辑: layout_callcenter_discador.phtml
路径:
/srv/systems_dir/yuppiecred-bkp/application/layouts/scripts/layout_callcenter_discador.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php $baseUrl = $this->baseUrl(); $timeJsFile = filemtime(APPLICATION_PATH . "/../public/scripts/global.min.js"); $timeJsJqueryFile = filemtime(APPLICATION_PATH . "/../public/scripts/jquery.min.js"); ?> <div id="messages"><?php echo $this->flashMessenger(); ?></div> <?php echo $this->layout()->content; ?> <?php if (Core_Discador_Factory::load() != false && strstr($_SERVER['REQUEST_URI'], 'callcenter') && Yuppie_Auth::getIdentity()->grupo == 'Callcenter') : ?> <?php echo $this->render('callcenter/discador-modal-acoes.phtml', array('baseUrl' => $baseUrl)); ?> <?php endif ?> <?php $this->jQuery()->enable() ->setLocalPath($baseUrl . '/scripts/jquery/jquery.min.js') ->uiDisable(); echo $this->jQuery(); $this->headScript() ->appendFile($baseUrl . '/scripts/jquery/jquery-ui.min.js') ->appendFile($baseUrl . '/scripts/global.min.js?' . $timeJsFile) ->appendFile($baseUrl . '/scripts/jquery.min.js?' . $timeJsJqueryFile); echo $this->headScript(); ?>
💾 保存文件
← 返回文件管理器