mirror of
https://github.com/chatopera/cosin.git
synced 2025-07-20 04:23:01 +08:00
https://github.com/cskefu/cskefu/issues/842 switch to chunsong public license 1.0
This commit is contained in:
parent
bddba16d13
commit
024ef6dc62
@ -1,12 +1,12 @@
|
||||
<div align=right>
|
||||
|
||||
[主页](https://www.cskefu.com/) | [开源许可协议](https://www.cskefu.com/2022/06/24/cskefu-opensource-license/) | [邮件列表](https://lists.cskefu.com/cgi-bin/mailman/listinfo/dev) | [路线图](https://github.com/orgs/cskefu/projects/1)
|
||||
[主页](https://www.cskefu.com/) | [开源许可协议](https://docs.cskefu.com/licenses/v1.html) | [工单列表](https://github.com/cskefu/cskefu/issues) | [路线图](https://github.com/orgs/cskefu/projects/1)
|
||||
|
||||
</div>
|
||||
|
||||
# 春松客服
|
||||
|
||||
[](https://github.com/cskefu/cskefu/stargazers) [](https://github.com/cskefu/cskefu/network/members) [](https://www.cskefu.com/2022/06/24/cskefu-opensource-license/ "开源许可协议") [](https://github.com/cskefu/cskefu/issues) [](https://github.com/cskefu/cskefu/issues?q=is%3Aissue+is%3Aclosed) [](https://hub.docker.com/r/chatopera/contact-center/) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
[](https://github.com/cskefu/cskefu/stargazers) [](https://github.com/cskefu/cskefu/network/members) [](https://www.cskefu.com/licenses/v1.html "开源许可协议") [](https://github.com/cskefu/cskefu/issues) [](https://github.com/cskefu/cskefu/issues?q=is%3Aissue+is%3Aclosed) [](https://hub.docker.com/r/chatopera/contact-center/) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
[](#contributors-)
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||
|
||||
@ -293,8 +293,8 @@
|
||||
|
||||
## 开源许可协议
|
||||
|
||||
Copyright (2018-2023) <a href="https://www.chatopera.com/" target="_blank">北京华夏春松科技有限公司</a>
|
||||
Copyright 2023 <a href="https://www.chatopera.com/" target="_blank">北京华夏春松科技有限公司</a>
|
||||
|
||||
[Apache License Version 2.0](https://www.cskefu.com/2022/06/24/cskefu-opensource-license/)
|
||||
[Chunsong Public License, version 1.0](https://docs.cskefu.com/licenses/v1.html)
|
||||
|
||||

|
||||
|
@ -1,7 +1,15 @@
|
||||
/**
|
||||
* 创建或更新系统用户信息
|
||||
* @param responsecode
|
||||
* @param cb
|
||||
/*!
|
||||
* Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
* <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
* License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
* Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
* Licensed under the Apache License, Version 2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*/
|
||||
function processUserAddOrUpdateResult(responsecode, cb){
|
||||
switch (responsecode) {
|
||||
|
@ -1,4 +1,16 @@
|
||||
|
||||
/*!
|
||||
* Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
* <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
* License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
* Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
* Licensed under the Apache License, Version 2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*/
|
||||
// 发送邀请访客进入对话
|
||||
function sendInvitationToOnlineUser(onlineUserId, isFirstInvite){
|
||||
return new Promise(function(resolved, reject){
|
||||
|
@ -1,3 +1,16 @@
|
||||
/*!
|
||||
* Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
* <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
* License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
* Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
* Licensed under the Apache License, Version 2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*/
|
||||
// 当坐席从就绪状态,切换到非就绪状态前,请求接口查看当前坐席服务到客户数。
|
||||
function checkAgentStatusData() {
|
||||
var payload = {
|
||||
|
@ -1,3 +1,16 @@
|
||||
/*!
|
||||
* Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
* <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
* License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
* Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
* Licensed under the Apache License, Version 2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*/
|
||||
var socketCallout;
|
||||
|
||||
$(document).ready(function () {
|
||||
|
@ -1,3 +1,16 @@
|
||||
/*!
|
||||
* Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
* <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
* License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
* Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
* Licensed under the Apache License, Version 2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*/
|
||||
var title = "春松客服-开源客服系统" ;
|
||||
var socket , newuser = [] , newmessage = [] , ring = [];
|
||||
newuser['mp3'] = '/images/new.mp3';
|
||||
|
@ -1,3 +1,16 @@
|
||||
/*!
|
||||
* Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
* <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
* License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
* Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
* Licensed under the Apache License, Version 2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*/
|
||||
// 获得 cookie
|
||||
function getCookie(cname) {
|
||||
var name = cname + "=";
|
||||
|
@ -1,4 +1,16 @@
|
||||
/** CSKeFu All Rights Reserved, Apache 2.0 License By http://www.cskefu.com */
|
||||
/*!
|
||||
* Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
* <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
* License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
* Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
* Licensed under the Apache License, Version 2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*/
|
||||
var layer, iframe, layerwin, cursession, curHeadImgUrl, cususerid;
|
||||
$(document).ready(function () {
|
||||
var hide;
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form(action="/admin/im/save.html", method="post")
|
||||
.layui-form-item
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form(action="/admin/im/update.html", method="post")
|
||||
input(type="hidden", name="id", value=channel.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
|
||||
block content
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
block content
|
||||
form.layui-form(method='post', key='set-mine', enctype='multipart/form-data', action='/admin/config/save.html')
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
|
||||
block content
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form(action='/admin/email/save.html', method='post')
|
||||
.layui-form-item(style='margin-top:10px;')
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form(action='/admin/email/update.html', method='post')
|
||||
input(type='hidden', name='id', value=email.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
block content
|
||||
.row: .col-lg-12
|
||||
|
@ -1,16 +1,14 @@
|
||||
// Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
// <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
// License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
// Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
// Licensed under the Apache License, Version 2.0
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
doctype html
|
||||
html(xmlns='http://www.w3.org/1999/xhtml', xmlns:th='http://www.thymeleaf.org', xmlns:sec='http://www.thymeleaf.org/thymeleaf-extras-springsecurity3')
|
||||
head
|
||||
@ -19,8 +17,8 @@ html(xmlns='http://www.w3.org/1999/xhtml', xmlns:th='http://www.thymeleaf.org',
|
||||
meta(http-equiv='Cache-Control', content='no-siteapp')
|
||||
meta(name='viewport', content='width=device-width,maximum-scale=1,initial-scale=1,initial-scale=1,user-scalable=no')
|
||||
meta(name='apple-mobile-web-app-capable', content='yes')
|
||||
meta(name="sourcecode-author", content="春松客服")
|
||||
meta(name="sourcecode-license", content="Apache 2.0")
|
||||
meta(name="sourcecode-author", content="Beijing Huaxia Chunsong Technology Co., Ltd.")
|
||||
meta(name="sourcecode-license", content="Chunsong Public License, version 1.0, https://docs.cskefu.com/licenses/v1.html")
|
||||
title 春松客服-开源客服系统
|
||||
link(rel='shortcut icon', type='image/x-icon', href='/images/favicon.ico?t=1487250759056')
|
||||
link(rel='stylesheet', href='/js/ztree/zTreeStyle/zTreeStyle.css')
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
ul.layui-nav.layui-nav-tree(lay-filter='demo')
|
||||
li.layui-nav-item(class={'layui-this': subtype == 'content'})
|
||||
a.layui-nav-default(href='/admin/content.html') 系统概况
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/organ/save.html')
|
||||
input#area(type='hidden', name='area')
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/organ/area/update.html')
|
||||
input(type='hidden', name='id', value=organData.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/organ/update.html')
|
||||
input(type='hidden', name='id', value=organData.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
|
||||
block content
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/organ/saveuser.html')
|
||||
input(type='hidden', name='organ', value=organ.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/role/save.html')
|
||||
.layui-form-item
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/role/auth/save.html')
|
||||
input(type='hidden', name='id', value=role.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/role/update.html')
|
||||
input(type='hidden', name='id', value=roleData.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
|
||||
block content
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/role/saveuser.html')
|
||||
input(type='hidden', name='role', value=role.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
include /mixins/dic.mixin.pug
|
||||
|
||||
.uk-layui-form
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
include /mixins/dic.mixin.pug
|
||||
|
||||
.uk-layui-form
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
block content
|
||||
.row: .col-lg-12
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /apps/include/layout.pug
|
||||
|
||||
block append head
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
script(src='/js/utils.js')
|
||||
script(src='/js/CSKeFu_Rest_Request.v1.js')
|
||||
h1.site-h1(style='border-top:1px solid #e6e6e6;')
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /apps/include/layout.pug
|
||||
|
||||
block content
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
include /mixins/dic.mixin.pug
|
||||
|
||||
.uk-layui-form
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/metadata/imptbsave.html')
|
||||
input(type='hidden', name='role', value=role.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
block content
|
||||
.row: .col-lg-12
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
block content
|
||||
.row
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/metadata/properties/update.html')
|
||||
input(type='hidden', name='id', value=tp.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/sysdic/save.html')
|
||||
.layui-form-item
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/sysdic/dicitem/batsave.html')
|
||||
input(type='hidden', name='parentid', value=sysDic.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
|
||||
mixin operations(dictid, dictname, pageNumber)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/sysdic/dicitem/save.html')
|
||||
input(type='hidden', name='parentid', value=sysDic.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/sysdic/dicitem/update.html')
|
||||
input(type='hidden', name='id', value=sysDic.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/sysdic/update.html')
|
||||
input(type='hidden', name='id', value=sysDic.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
block content
|
||||
.row: div.col-lg-12
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/template/save.html')
|
||||
input(type='hidden', name='templettype', value=sysDic.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/template/codesave.html')
|
||||
input(type='hidden', name='templettype', value=sysDic.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/template/update.html')
|
||||
input(type='hidden', name='templettype', value=sysDic.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form(action='/admin/template/impsave.html', enctype='multipart/form-data', method='post')
|
||||
.layui-form-item
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
block content
|
||||
.row
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
block content
|
||||
.row
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form(action='/admin/user/save.html')
|
||||
.layui-form-item
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form.uk-form
|
||||
input(type='hidden', name='id', value=userData.id)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
|
||||
block content
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.row(style="border-bottom: 10px solid #EFEFEF;padding:10px;")
|
||||
.col-lg-8
|
||||
.ukefu-measure
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
if inviteData
|
||||
input(type="hidden", name="id", value=inviteData.id)
|
||||
input(type="hidden", name="snsaccountid", value=inviteData.snsaccountid)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
|
||||
block content
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
|
||||
block content
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /admin/include/layout.pug
|
||||
|
||||
block content
|
||||
|
@ -1,15 +1,13 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
script(language='javascript').
|
||||
alert(document.referrer);
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.row
|
||||
.col-lg-12
|
||||
h1.site-h1
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.uk-layui-form
|
||||
form.layui-form(action='/agent/blacklist/save.html', method='post')
|
||||
input(type='hidden', name='agentuserid', value=agentuserid)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/add.html
|
||||
该页面项目中暂时没有使用,此处是没有完全转化的 Pug 文件
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/agent/calloutcontact/edit.html
|
||||
该页面项目中暂时没有使用,此处是没有完全转化的 Pug 文件
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
ul.info-list
|
||||
li.ukefu-channel-tip
|
||||
| 访问渠道:
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/agent/channel/phone.html
|
||||
该页面项目中暂时没有使用,此处是没有完全转化的 Pug 文件
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/agent/channel/skype.html
|
||||
该页面需要使用Skype插件,此处是没有完全转化的 Pug 文件
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
ul.info-list
|
||||
li.ukefu-channel-tip
|
||||
| 访问渠道:
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
if contacts
|
||||
ul.info-list
|
||||
li.ukefu-channel-tip
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /apps/include/layout.pug
|
||||
|
||||
block append head
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
script(language='javascript').
|
||||
cursession = '#{curagentuser.userid}';
|
||||
var userid = '#{curagentuser.userid}',
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser_callout.html
|
||||
该页面项目中暂时没有使用,此处是没有完全转化的 Pug 文件
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
script(language='javascript').
|
||||
cursession = '#{curagentuser.userid}';
|
||||
curHeadImgUrl = '!{curagentuser.headimgurl}';
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/agent/mainagentuser_skype.html
|
||||
该页面需要使用Skype插件,此处是没有完全转化的 Pug 文件
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
for chatmessage in agentUserMessageList
|
||||
.clearfix.chat-block(id=(chatmessage.id == agentusersearchdetails ? 'agentusersearchdetails' : ''),name=chatmessage.createtime)
|
||||
div(class=(chatmessage.calltype && chatmessage.calltype == '呼出' ? 'chat-right' : 'chat-left'))
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
p
|
||||
span#numSearches
|
||||
| #{agentUserMessageList.totalElements}
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
if chatmessage.expmsg && chatmessage.expmsg.contains("hyperlink\":\"http")
|
||||
- var expmsg = pugHelper.parseStringToJsonArray(chatmessage.expmsg)[0];
|
||||
| 图文消息:#{expmsg.title}
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
link(rel='stylesheet', type='text/css', href='/js/scrawl/css/scrawl.css')
|
||||
script(type='text/javascript', src='/js/scrawl/scrawl.js')
|
||||
script(language='javascript').
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
include /mixins/dic.mixin.pug
|
||||
.uk-layui-form
|
||||
form.layui-form(action='/agent/summary/save.html', data-toggle='ajax-form', data-close='true', data-inner='#ukefu-chat-agent', method='post')
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
script#message_tpl(type="text/html")
|
||||
include message_tpl.tpl
|
||||
script#end_tpl(type="text/html")
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
script(src='/js/utils.js')
|
||||
script(src='/js/CSKeFu_Rest_Request.v1.js')
|
||||
form#selfTransAgentUserForm.layui-form(method='post')
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
table.layui-table(lay-skin='line', style='table-layout: fixed; word-break: break-all;')
|
||||
colgroup
|
||||
col(width='3%')
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.row
|
||||
.col-lg-12
|
||||
h1.site-h1
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/cca/calloutcontact/add.html
|
||||
该页面项目中暂时没有使用,此处是没有完全转化的 Pug 文件
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/cca/calloutcontact/edit.html
|
||||
该页面项目中暂时没有使用,此处是没有完全转化的 Pug 文件
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/cca/channel/phone.html
|
||||
该页面项目中暂时没有使用,此处是没有完全转化的 Pug 文件
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
if agentUserList
|
||||
for agentuser in agentUserList
|
||||
li(class={
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /apps/include/layout.pug
|
||||
|
||||
block append head
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
script(language='javascript').
|
||||
cursession = '#{curagentuser.userid}';
|
||||
var userid = '#{curagentuser.userid}',
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
原始 Freemarker 文件位置:https://gitlab.chatopera.com/chatopera/cskefu/blob/760e130e770a96a43e8f6f2c8a1eb0885c0bbf90/contact-center/app/src/main/resources/templates/apps/cca/mainagentuser_callout.html
|
||||
该页面项目中暂时没有使用,此处是没有完全转化的 Pug 文件
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
script#message_tpl(type="text/html")
|
||||
include message_tpl.tpl
|
||||
script#end_tpl(type="text/html")
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
form.layui-form#selfTransAgentUserFormcca(method='post')
|
||||
input(type='hidden', name='userid', value=userid)
|
||||
input(type='hidden', name='agentserviceid', value=agentserviceid)
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
include /mixins/dic.mixin.pug
|
||||
|
||||
.uk-layui-form
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
extends /apps/include/layout.pug
|
||||
block content
|
||||
.layui-side.layui-bg-black
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
include /mixins/dic.mixin.pug
|
||||
|
||||
.uk-layui-form
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
include /mixins/dic.mixin.pug
|
||||
.uk-layui-form
|
||||
form.layui-form(action='/apps/contacts/embed/save.html', data-toggle='ajax-form', data-close='false', data-target='#mainajaxwin', method='post')
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
include /mixins/dic.mixin.pug
|
||||
.uk-layui-form
|
||||
form.layui-form(action='/apps/contacts/embed/update.html', data-toggle="ajax-form" data-close="false" data-target="#mainajaxwin" method="post")
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
.ukefu-contacts-embed
|
||||
.row
|
||||
.col-lg-12
|
||||
|
@ -1,16 +1,14 @@
|
||||
//- Copyright (C) 2018-2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//-
|
||||
//- Licensed under the Apache License, Version 2.0 (the "License");
|
||||
//- you may not use this file except in compliance with the License.
|
||||
//- You may obtain a copy of the License at
|
||||
//-
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
//-
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
|
||||
//- <https://www.chatopera.com>, Licensed under the Chunsong Public
|
||||
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
|
||||
//- Unless required by applicable law or agreed to in writing, software
|
||||
//- distributed under the License is distributed on an "AS IS" BASIS,
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
//- See the License for the specific language governing permissions and
|
||||
//- limitations under the License.
|
||||
//- Copyright (C) 2018-Jun. 2023 Chatopera Inc, <https://www.chatopera.com>
|
||||
//- Licensed under the Apache License, Version 2.0
|
||||
//- http://www.apache.org/licenses/LICENSE-2.0
|
||||
if contactsList && contactsList.content && contactsList.content.size() > 0
|
||||
for contacts in contactsList.content
|
||||
tr.tdHasContorllor.design-dropable-td.ukefu-contacts
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user