Tag - 格式
文章
-
开始使用
-
文件
-
制订文件
-
文件模板
-
顾客列表
-
供应商列表
-
项目列表
-
报告
-
设定
-
工具
-
工作空间
-
如何操作 (制订文件)
-
如何操作
-
疑难排解
$currentUrl = $_SERVER['REQUEST_URI']; if (strpos($currentUrl, '/chi/') !== false) { include('../../chi/_evsStyle.php'); } else if (strpos($currentUrl, '/s_chi/') !== false) { include('../../s_chi/_evsStyle.php'); } else { include('../../eng/_evsStyle.php'); } ?>
Skip to content $currentUrl = $_SERVER['REQUEST_URI']; if (strpos($currentUrl, '/chi/') !== false) { $engLink = 'https://www.evinco-software.com/easybilling/support/'; $schiLink = 'https://www.evinco-software.com/easybilling/support/s_chi/'; include('../../chi/easybilling-menu.php'); $titleBarName=$esbMenu; include('../../chi/_evsHeader.php'); include('../../chi/_evsMenuBar.php'); include('../../chi/_evsTitleBar.php'); } else if (strpos($currentUrl, '/s_chi/') !== false) { $engLink = 'https://www.evinco-software.com/easybilling/support/'; $chiLink = 'https://www.evinco-software.com/easybilling/support/chi/'; include('../../s_chi/easybilling-menu.php'); $titleBarName=$esbMenu; include('../../s_chi/_evsHeader.php'); include('../../s_chi/_evsMenuBar.php'); include('../../s_chi/_evsTitleBar.php'); } else { $chiLink = 'https://www.evinco-software.com/easybilling/support/chi/'; $schiLink = 'https://www.evinco-software.com/easybilling/support/s_chi/'; include('../../eng/easybilling-menu.php'); $titleBarName=$esbMenu; include('../../eng/_evsHeader.php'); include('../../eng/_evsMenuBar.php'); include('../../eng/_evsTitleBar.php'); } ?>