test
Browse files- php/classes/db.php +0 -1
- php/include/appsettings.php +2 -2
- php/include/dal.php +0 -2
- php/include/menunodes_main.php +0 -364
- php/pdf/My_workflow (6).json +0 -0
- php/pdf/My_workflow (7).json +0 -0
php/classes/db.php
CHANGED
@@ -363,7 +363,6 @@ class DB
|
|
363 |
$dalTables[$conn->connId][] = array("name" => "chat_timezone", "varname" => "KnowledgeBase2_at_localhost_public_chat_timezone", "altvarname" => "chat_timezone", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
364 |
$dalTables[$conn->connId][] = array("name" => "chat_users", "varname" => "KnowledgeBase2_at_localhost_public_chat_users", "altvarname" => "chat_users", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
365 |
$dalTables[$conn->connId][] = array("name" => "dataset_info", "varname" => "KnowledgeBase2_at_localhost_public_dataset_info", "altvarname" => "dataset_info", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
366 |
-
$dalTables[$conn->connId][] = array("name" => "diamondprice", "varname" => "KnowledgeBase2_at_localhost_public_diamondprice", "altvarname" => "diamondprice", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
367 |
$dalTables[$conn->connId][] = array("name" => "faicons", "varname" => "KnowledgeBase2_at_localhost_public_faicons", "altvarname" => "faicons", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
368 |
$dalTables[$conn->connId][] = array("name" => "fasis_chat_history", "varname" => "KnowledgeBase2_at_localhost_public_fasis_chat_history", "altvarname" => "fasis_chat_history", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
369 |
$dalTables[$conn->connId][] = array("name" => "history", "varname" => "KnowledgeBase2_at_localhost_public_history", "altvarname" => "history", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
|
|
363 |
$dalTables[$conn->connId][] = array("name" => "chat_timezone", "varname" => "KnowledgeBase2_at_localhost_public_chat_timezone", "altvarname" => "chat_timezone", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
364 |
$dalTables[$conn->connId][] = array("name" => "chat_users", "varname" => "KnowledgeBase2_at_localhost_public_chat_users", "altvarname" => "chat_users", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
365 |
$dalTables[$conn->connId][] = array("name" => "dataset_info", "varname" => "KnowledgeBase2_at_localhost_public_dataset_info", "altvarname" => "dataset_info", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
|
|
366 |
$dalTables[$conn->connId][] = array("name" => "faicons", "varname" => "KnowledgeBase2_at_localhost_public_faicons", "altvarname" => "faicons", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
367 |
$dalTables[$conn->connId][] = array("name" => "fasis_chat_history", "varname" => "KnowledgeBase2_at_localhost_public_fasis_chat_history", "altvarname" => "fasis_chat_history", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
368 |
$dalTables[$conn->connId][] = array("name" => "history", "varname" => "KnowledgeBase2_at_localhost_public_history", "altvarname" => "history", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
php/include/appsettings.php
CHANGED
@@ -793,9 +793,9 @@ $suggestAllContent = true;
|
|
793 |
$strLastSQL = "";
|
794 |
$showCustomMarkerOnPrint = false;
|
795 |
|
796 |
-
$projectBuildKey = "
|
797 |
$wizardBuildKey = "41974";
|
798 |
-
$projectBuildNumber = "
|
799 |
|
800 |
$mlang_messages = array();
|
801 |
$mlang_charsets = array();
|
|
|
793 |
$strLastSQL = "";
|
794 |
$showCustomMarkerOnPrint = false;
|
795 |
|
796 |
+
$projectBuildKey = "490_1720354121";
|
797 |
$wizardBuildKey = "41974";
|
798 |
+
$projectBuildNumber = "490";
|
799 |
|
800 |
$mlang_messages = array();
|
801 |
$mlang_charsets = array();
|
php/include/dal.php
CHANGED
@@ -56,7 +56,6 @@ class tDAL
|
|
56 |
var $tblKnowledgeBase2_at_localhost_public_chat_timezone;
|
57 |
var $tblKnowledgeBase2_at_localhost_public_chat_users;
|
58 |
var $tblKnowledgeBase2_at_localhost_public_dataset_info;
|
59 |
-
var $tblKnowledgeBase2_at_localhost_public_diamondprice;
|
60 |
var $tblKnowledgeBase2_at_localhost_public_faicons;
|
61 |
var $tblKnowledgeBase2_at_localhost_public_fasis_chat_history;
|
62 |
var $tblKnowledgeBase2_at_localhost_public_history;
|
@@ -96,7 +95,6 @@ class tDAL
|
|
96 |
$this->lstTables[] = array("name" => "chat_timezone", "varname" => "KnowledgeBase2_at_localhost_public_chat_timezone", "altvarname" => "chat_timezone", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
97 |
$this->lstTables[] = array("name" => "chat_users", "varname" => "KnowledgeBase2_at_localhost_public_chat_users", "altvarname" => "chat_users", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
98 |
$this->lstTables[] = array("name" => "dataset_info", "varname" => "KnowledgeBase2_at_localhost_public_dataset_info", "altvarname" => "dataset_info", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
99 |
-
$this->lstTables[] = array("name" => "diamondprice", "varname" => "KnowledgeBase2_at_localhost_public_diamondprice", "altvarname" => "diamondprice", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
100 |
$this->lstTables[] = array("name" => "faicons", "varname" => "KnowledgeBase2_at_localhost_public_faicons", "altvarname" => "faicons", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
101 |
$this->lstTables[] = array("name" => "fasis_chat_history", "varname" => "KnowledgeBase2_at_localhost_public_fasis_chat_history", "altvarname" => "fasis_chat_history", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
102 |
$this->lstTables[] = array("name" => "history", "varname" => "KnowledgeBase2_at_localhost_public_history", "altvarname" => "history", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
|
|
56 |
var $tblKnowledgeBase2_at_localhost_public_chat_timezone;
|
57 |
var $tblKnowledgeBase2_at_localhost_public_chat_users;
|
58 |
var $tblKnowledgeBase2_at_localhost_public_dataset_info;
|
|
|
59 |
var $tblKnowledgeBase2_at_localhost_public_faicons;
|
60 |
var $tblKnowledgeBase2_at_localhost_public_fasis_chat_history;
|
61 |
var $tblKnowledgeBase2_at_localhost_public_history;
|
|
|
95 |
$this->lstTables[] = array("name" => "chat_timezone", "varname" => "KnowledgeBase2_at_localhost_public_chat_timezone", "altvarname" => "chat_timezone", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
96 |
$this->lstTables[] = array("name" => "chat_users", "varname" => "KnowledgeBase2_at_localhost_public_chat_users", "altvarname" => "chat_users", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
97 |
$this->lstTables[] = array("name" => "dataset_info", "varname" => "KnowledgeBase2_at_localhost_public_dataset_info", "altvarname" => "dataset_info", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
|
|
98 |
$this->lstTables[] = array("name" => "faicons", "varname" => "KnowledgeBase2_at_localhost_public_faicons", "altvarname" => "faicons", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
99 |
$this->lstTables[] = array("name" => "fasis_chat_history", "varname" => "KnowledgeBase2_at_localhost_public_fasis_chat_history", "altvarname" => "fasis_chat_history", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
100 |
$this->lstTables[] = array("name" => "history", "varname" => "KnowledgeBase2_at_localhost_public_history", "altvarname" => "history", "connId" => "KnowledgeBase2_at_localhost", "schema" => "public", "connName" => "KnowledgeBase2 at localhost");
|
php/include/menunodes_main.php
CHANGED
@@ -28,188 +28,6 @@
|
|
28 |
|
29 |
|
30 |
|
31 |
-
$menuNodes[] = $menuNode;
|
32 |
-
$menuNode = array();
|
33 |
-
$menuNode["id"] = "2";
|
34 |
-
$menuNode["name"] = "";
|
35 |
-
$menuNode["href"] = "mypage.htm";
|
36 |
-
$menuNode["type"] = "Leaf";
|
37 |
-
$menuNode["table"] = "kbarticles";
|
38 |
-
$menuNode["style"] = "";
|
39 |
-
$menuNode["params"] = "";
|
40 |
-
$menuNode["parent"] = "7";
|
41 |
-
$menuNode["nameType"] = "Text";
|
42 |
-
$menuNode["linkType"] = "Internal";
|
43 |
-
$menuNode["pageType"] = strtolower("List");//
|
44 |
-
$menuNode["pageId"] = "";
|
45 |
-
$menuNode["openType"] = "None";
|
46 |
-
|
47 |
-
$menuNode["icon"] = "";
|
48 |
-
$menuNode["iconType"] = "0";
|
49 |
-
$menuNode["iconShow"] = "1";
|
50 |
-
|
51 |
-
$menuNode["color"] = "";
|
52 |
-
|
53 |
-
$menuNode["title"] = "Articles";
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
$menuNodes[] = $menuNode;
|
58 |
-
$menuNode = array();
|
59 |
-
$menuNode["id"] = "16";
|
60 |
-
$menuNode["name"] = "";
|
61 |
-
$menuNode["href"] = "mypage.htm";
|
62 |
-
$menuNode["type"] = "Leaf";
|
63 |
-
$menuNode["table"] = "chat_history";
|
64 |
-
$menuNode["style"] = "";
|
65 |
-
$menuNode["params"] = "";
|
66 |
-
$menuNode["parent"] = "7";
|
67 |
-
$menuNode["nameType"] = "Text";
|
68 |
-
$menuNode["linkType"] = "Internal";
|
69 |
-
$menuNode["pageType"] = strtolower("Add");//
|
70 |
-
$menuNode["pageId"] = "";
|
71 |
-
$menuNode["openType"] = "None";
|
72 |
-
|
73 |
-
$menuNode["icon"] = "";
|
74 |
-
$menuNode["iconType"] = "0";
|
75 |
-
$menuNode["iconShow"] = "1";
|
76 |
-
|
77 |
-
$menuNode["color"] = "";
|
78 |
-
|
79 |
-
$menuNode["title"] = "Chat History";
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
$menuNodes[] = $menuNode;
|
84 |
-
$menuNode = array();
|
85 |
-
$menuNode["id"] = "3";
|
86 |
-
$menuNode["name"] = "";
|
87 |
-
$menuNode["href"] = "mypage.htm";
|
88 |
-
$menuNode["type"] = "Leaf";
|
89 |
-
$menuNode["table"] = "kbcategories";
|
90 |
-
$menuNode["style"] = "";
|
91 |
-
$menuNode["params"] = "";
|
92 |
-
$menuNode["parent"] = "7";
|
93 |
-
$menuNode["nameType"] = "Text";
|
94 |
-
$menuNode["linkType"] = "Internal";
|
95 |
-
$menuNode["pageType"] = strtolower("List");//
|
96 |
-
$menuNode["pageId"] = "";
|
97 |
-
$menuNode["openType"] = "None";
|
98 |
-
|
99 |
-
$menuNode["icon"] = "glyphicon-camera";
|
100 |
-
$menuNode["iconType"] = "2";
|
101 |
-
$menuNode["iconShow"] = "2";
|
102 |
-
|
103 |
-
$menuNode["color"] = "";
|
104 |
-
|
105 |
-
$menuNode["title"] = "Categories";
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
$menuNodes[] = $menuNode;
|
110 |
-
$menuNode = array();
|
111 |
-
$menuNode["id"] = "4";
|
112 |
-
$menuNode["name"] = "";
|
113 |
-
$menuNode["href"] = "mypage.htm";
|
114 |
-
$menuNode["type"] = "Leaf";
|
115 |
-
$menuNode["table"] = "public.kbusers";
|
116 |
-
$menuNode["style"] = "";
|
117 |
-
$menuNode["params"] = "";
|
118 |
-
$menuNode["parent"] = "7";
|
119 |
-
$menuNode["nameType"] = "Text";
|
120 |
-
$menuNode["linkType"] = "Internal";
|
121 |
-
$menuNode["pageType"] = strtolower("List");//
|
122 |
-
$menuNode["pageId"] = "";
|
123 |
-
$menuNode["openType"] = "None";
|
124 |
-
|
125 |
-
$menuNode["icon"] = "glyphicon-fire";
|
126 |
-
$menuNode["iconType"] = "2";
|
127 |
-
$menuNode["iconShow"] = "2";
|
128 |
-
|
129 |
-
$menuNode["color"] = "";
|
130 |
-
|
131 |
-
$menuNode["title"] = "Users";
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
$menuNodes[] = $menuNode;
|
136 |
-
$menuNode = array();
|
137 |
-
$menuNode["id"] = "11";
|
138 |
-
$menuNode["name"] = "";
|
139 |
-
$menuNode["href"] = "mypage.htm";
|
140 |
-
$menuNode["type"] = "Leaf";
|
141 |
-
$menuNode["table"] = "public.items";
|
142 |
-
$menuNode["style"] = "";
|
143 |
-
$menuNode["params"] = "";
|
144 |
-
$menuNode["parent"] = "7";
|
145 |
-
$menuNode["nameType"] = "Text";
|
146 |
-
$menuNode["linkType"] = "Internal";
|
147 |
-
$menuNode["pageType"] = strtolower("List");//
|
148 |
-
$menuNode["pageId"] = "";
|
149 |
-
$menuNode["openType"] = "None";
|
150 |
-
|
151 |
-
$menuNode["icon"] = "";
|
152 |
-
$menuNode["iconType"] = "0";
|
153 |
-
$menuNode["iconShow"] = "1";
|
154 |
-
|
155 |
-
$menuNode["color"] = "";
|
156 |
-
|
157 |
-
$menuNode["title"] = "Items";
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
$menuNodes[] = $menuNode;
|
162 |
-
$menuNode = array();
|
163 |
-
$menuNode["id"] = "10";
|
164 |
-
$menuNode["name"] = "";
|
165 |
-
$menuNode["href"] = "mypage.htm";
|
166 |
-
$menuNode["type"] = "Leaf";
|
167 |
-
$menuNode["table"] = "public.products";
|
168 |
-
$menuNode["style"] = "";
|
169 |
-
$menuNode["params"] = "";
|
170 |
-
$menuNode["parent"] = "7";
|
171 |
-
$menuNode["nameType"] = "Text";
|
172 |
-
$menuNode["linkType"] = "Internal";
|
173 |
-
$menuNode["pageType"] = strtolower("List");//
|
174 |
-
$menuNode["pageId"] = "";
|
175 |
-
$menuNode["openType"] = "None";
|
176 |
-
|
177 |
-
$menuNode["icon"] = "";
|
178 |
-
$menuNode["iconType"] = "0";
|
179 |
-
$menuNode["iconShow"] = "1";
|
180 |
-
|
181 |
-
$menuNode["color"] = "";
|
182 |
-
|
183 |
-
$menuNode["title"] = "Products";
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
$menuNodes[] = $menuNode;
|
188 |
-
$menuNode = array();
|
189 |
-
$menuNode["id"] = "5";
|
190 |
-
$menuNode["name"] = "";
|
191 |
-
$menuNode["href"] = "mypage.htm";
|
192 |
-
$menuNode["type"] = "Leaf";
|
193 |
-
$menuNode["table"] = "admin_comments";
|
194 |
-
$menuNode["style"] = "";
|
195 |
-
$menuNode["params"] = "";
|
196 |
-
$menuNode["parent"] = "7";
|
197 |
-
$menuNode["nameType"] = "Text";
|
198 |
-
$menuNode["linkType"] = "Internal";
|
199 |
-
$menuNode["pageType"] = strtolower("List");//
|
200 |
-
$menuNode["pageId"] = "";
|
201 |
-
$menuNode["openType"] = "None";
|
202 |
-
|
203 |
-
$menuNode["icon"] = "glyphicon-camera";
|
204 |
-
$menuNode["iconType"] = "2";
|
205 |
-
$menuNode["iconShow"] = "2";
|
206 |
-
|
207 |
-
$menuNode["color"] = "";
|
208 |
-
|
209 |
-
$menuNode["title"] = "Admin Comments";
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
$menuNodes[] = $menuNode;
|
214 |
$menuNode = array();
|
215 |
$menuNode["id"] = "28";
|
@@ -236,58 +54,6 @@
|
|
236 |
|
237 |
|
238 |
|
239 |
-
$menuNodes[] = $menuNode;
|
240 |
-
$menuNode = array();
|
241 |
-
$menuNode["id"] = "27";
|
242 |
-
$menuNode["name"] = "";
|
243 |
-
$menuNode["href"] = "mypage.htm";
|
244 |
-
$menuNode["type"] = "Leaf";
|
245 |
-
$menuNode["table"] = "public.prompts";
|
246 |
-
$menuNode["style"] = "";
|
247 |
-
$menuNode["params"] = "";
|
248 |
-
$menuNode["parent"] = "28";
|
249 |
-
$menuNode["nameType"] = "Text";
|
250 |
-
$menuNode["linkType"] = "Internal";
|
251 |
-
$menuNode["pageType"] = strtolower("List");//
|
252 |
-
$menuNode["pageId"] = "";
|
253 |
-
$menuNode["openType"] = "None";
|
254 |
-
|
255 |
-
$menuNode["icon"] = "";
|
256 |
-
$menuNode["iconType"] = "0";
|
257 |
-
$menuNode["iconShow"] = "1";
|
258 |
-
|
259 |
-
$menuNode["color"] = "";
|
260 |
-
|
261 |
-
$menuNode["title"] = "Prompts";
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
$menuNodes[] = $menuNode;
|
266 |
-
$menuNode = array();
|
267 |
-
$menuNode["id"] = "25";
|
268 |
-
$menuNode["name"] = "";
|
269 |
-
$menuNode["href"] = "mypage.htm";
|
270 |
-
$menuNode["type"] = "Leaf";
|
271 |
-
$menuNode["table"] = "public.zendesk__dataszz";
|
272 |
-
$menuNode["style"] = "";
|
273 |
-
$menuNode["params"] = "";
|
274 |
-
$menuNode["parent"] = "28";
|
275 |
-
$menuNode["nameType"] = "Text";
|
276 |
-
$menuNode["linkType"] = "Internal";
|
277 |
-
$menuNode["pageType"] = strtolower("List");//
|
278 |
-
$menuNode["pageId"] = "";
|
279 |
-
$menuNode["openType"] = "None";
|
280 |
-
|
281 |
-
$menuNode["icon"] = "";
|
282 |
-
$menuNode["iconType"] = "0";
|
283 |
-
$menuNode["iconShow"] = "1";
|
284 |
-
|
285 |
-
$menuNode["color"] = "";
|
286 |
-
|
287 |
-
$menuNode["title"] = "Zendesk";
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
$menuNodes[] = $menuNode;
|
292 |
$menuNode = array();
|
293 |
$menuNode["id"] = "13";
|
@@ -314,32 +80,6 @@
|
|
314 |
|
315 |
|
316 |
|
317 |
-
$menuNodes[] = $menuNode;
|
318 |
-
$menuNode = array();
|
319 |
-
$menuNode["id"] = "14";
|
320 |
-
$menuNode["name"] = "Chat";
|
321 |
-
$menuNode["href"] = "mypage.htm";
|
322 |
-
$menuNode["type"] = "Leaf";
|
323 |
-
$menuNode["table"] = "chat_history";
|
324 |
-
$menuNode["style"] = "";
|
325 |
-
$menuNode["params"] = "";
|
326 |
-
$menuNode["parent"] = "13";
|
327 |
-
$menuNode["nameType"] = "Text";
|
328 |
-
$menuNode["linkType"] = "Internal";
|
329 |
-
$menuNode["pageType"] = strtolower("Add");//
|
330 |
-
$menuNode["pageId"] = "";
|
331 |
-
$menuNode["openType"] = "None";
|
332 |
-
|
333 |
-
$menuNode["icon"] = "glyphicon-briefcase";
|
334 |
-
$menuNode["iconType"] = "2";
|
335 |
-
$menuNode["iconShow"] = "2";
|
336 |
-
|
337 |
-
$menuNode["color"] = "";
|
338 |
-
|
339 |
-
$menuNode["title"] = "Chat";
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
$menuNodes[] = $menuNode;
|
344 |
$menuNode = array();
|
345 |
$menuNode["id"] = "9";
|
@@ -366,110 +106,6 @@
|
|
366 |
|
367 |
|
368 |
|
369 |
-
$menuNodes[] = $menuNode;
|
370 |
-
$menuNode = array();
|
371 |
-
$menuNode["id"] = "20";
|
372 |
-
$menuNode["name"] = "";
|
373 |
-
$menuNode["href"] = "mypage.htm";
|
374 |
-
$menuNode["type"] = "Leaf";
|
375 |
-
$menuNode["table"] = "public.chat_peopletype";
|
376 |
-
$menuNode["style"] = "";
|
377 |
-
$menuNode["params"] = "";
|
378 |
-
$menuNode["parent"] = "13";
|
379 |
-
$menuNode["nameType"] = "Text";
|
380 |
-
$menuNode["linkType"] = "Internal";
|
381 |
-
$menuNode["pageType"] = strtolower("List");//
|
382 |
-
$menuNode["pageId"] = "";
|
383 |
-
$menuNode["openType"] = "None";
|
384 |
-
|
385 |
-
$menuNode["icon"] = "";
|
386 |
-
$menuNode["iconType"] = "0";
|
387 |
-
$menuNode["iconShow"] = "1";
|
388 |
-
|
389 |
-
$menuNode["color"] = "";
|
390 |
-
|
391 |
-
$menuNode["title"] = "Chat Peopletype";
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
$menuNodes[] = $menuNode;
|
396 |
-
$menuNode = array();
|
397 |
-
$menuNode["id"] = "22";
|
398 |
-
$menuNode["name"] = "";
|
399 |
-
$menuNode["href"] = "mypage.htm";
|
400 |
-
$menuNode["type"] = "Leaf";
|
401 |
-
$menuNode["table"] = "public.identity";
|
402 |
-
$menuNode["style"] = "";
|
403 |
-
$menuNode["params"] = "";
|
404 |
-
$menuNode["parent"] = "13";
|
405 |
-
$menuNode["nameType"] = "Text";
|
406 |
-
$menuNode["linkType"] = "Internal";
|
407 |
-
$menuNode["pageType"] = strtolower("List");//
|
408 |
-
$menuNode["pageId"] = "";
|
409 |
-
$menuNode["openType"] = "None";
|
410 |
-
|
411 |
-
$menuNode["icon"] = "";
|
412 |
-
$menuNode["iconType"] = "0";
|
413 |
-
$menuNode["iconShow"] = "1";
|
414 |
-
|
415 |
-
$menuNode["color"] = "";
|
416 |
-
|
417 |
-
$menuNode["title"] = "Identity";
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
$menuNodes[] = $menuNode;
|
422 |
-
$menuNode = array();
|
423 |
-
$menuNode["id"] = "21";
|
424 |
-
$menuNode["name"] = "";
|
425 |
-
$menuNode["href"] = "mypage.htm";
|
426 |
-
$menuNode["type"] = "Leaf";
|
427 |
-
$menuNode["table"] = "public.chat_settings";
|
428 |
-
$menuNode["style"] = "";
|
429 |
-
$menuNode["params"] = "";
|
430 |
-
$menuNode["parent"] = "13";
|
431 |
-
$menuNode["nameType"] = "Text";
|
432 |
-
$menuNode["linkType"] = "Internal";
|
433 |
-
$menuNode["pageType"] = strtolower("List");//
|
434 |
-
$menuNode["pageId"] = "";
|
435 |
-
$menuNode["openType"] = "None";
|
436 |
-
|
437 |
-
$menuNode["icon"] = "";
|
438 |
-
$menuNode["iconType"] = "0";
|
439 |
-
$menuNode["iconShow"] = "1";
|
440 |
-
|
441 |
-
$menuNode["color"] = "";
|
442 |
-
|
443 |
-
$menuNode["title"] = "Chat Settings";
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
$menuNodes[] = $menuNode;
|
448 |
-
$menuNode = array();
|
449 |
-
$menuNode["id"] = "30";
|
450 |
-
$menuNode["name"] = "";
|
451 |
-
$menuNode["href"] = "mypage.htm";
|
452 |
-
$menuNode["type"] = "Leaf";
|
453 |
-
$menuNode["table"] = "public.server_setting";
|
454 |
-
$menuNode["style"] = "";
|
455 |
-
$menuNode["params"] = "";
|
456 |
-
$menuNode["parent"] = "0";
|
457 |
-
$menuNode["nameType"] = "Text";
|
458 |
-
$menuNode["linkType"] = "Internal";
|
459 |
-
$menuNode["pageType"] = strtolower("List");//
|
460 |
-
$menuNode["pageId"] = "";
|
461 |
-
$menuNode["openType"] = "None";
|
462 |
-
|
463 |
-
$menuNode["icon"] = "";
|
464 |
-
$menuNode["iconType"] = "0";
|
465 |
-
$menuNode["iconShow"] = "1";
|
466 |
-
|
467 |
-
$menuNode["color"] = "";
|
468 |
-
|
469 |
-
$menuNode["title"] = "Server Setting";
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
$menuNodes[] = $menuNode;
|
474 |
$menuNodesCache[ "main" ] = $menuNodes;
|
475 |
?>
|
|
|
28 |
|
29 |
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
$menuNodes[] = $menuNode;
|
32 |
$menuNode = array();
|
33 |
$menuNode["id"] = "28";
|
|
|
54 |
|
55 |
|
56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
$menuNodes[] = $menuNode;
|
58 |
$menuNode = array();
|
59 |
$menuNode["id"] = "13";
|
|
|
80 |
|
81 |
|
82 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
$menuNodes[] = $menuNode;
|
84 |
$menuNode = array();
|
85 |
$menuNode["id"] = "9";
|
|
|
106 |
|
107 |
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
$menuNodes[] = $menuNode;
|
110 |
$menuNodesCache[ "main" ] = $menuNodes;
|
111 |
?>
|
php/pdf/My_workflow (6).json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
php/pdf/My_workflow (7).json
ADDED
The diff for this file is too large to render.
See raw diff
|
|