PHP8
[Pman.BAdmin] / Pman.Tab.bjs
1 {
2  "name" : "Pman.Tab",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/alan/gitlive/Pman.BAdmin/Pman.Tab.bjs",
6  "permname" : "",
7  "modOrder" : "001",
8  "strings" : {
9   "7b7bc2512ee1fedcd76bdc68926d4f7b" : "Administrator",
10   "0323de4f66a1700e2173e9bcdce02715" : "Logout",
11   "8f1e77e0d2be21da93cd4d9a939148f7" : "Change Password",
12   "617114bd6ef10884239510062dffa933" : "Your password has been changed",
13   "24efa7ee4511563b16144f39706d594f" : "Notice"
14  },
15  "items" : [
16   {
17    "listeners" : {
18     "render" : "function (_self)\n{\n\n}"
19    },
20    "xtype" : "Border",
21    "$ el" : "document.body",
22    "$ xns" : "Roo.bootstrap.layout",
23    "bool is_root" : true,
24    "items" : [
25     {
26      "String tabPosition" : "top",
27      "xtype" : "Region",
28      "string cls" : "pman-admin-center",
29      "$ xns" : "Roo.bootstrap.layout",
30      "Boolean alwaysShowTabs" : true,
31      "* prop" : "center"
32     },
33     {
34      "xtype" : "Region",
35      "Boolean hideTabs" : true,
36      "Number height" : 50,
37      "$ xns" : "Roo.bootstrap.layout",
38      "* prop" : "north",
39      "String overflow" : "visible"
40     },
41     {
42      "Boolean fitContainer" : true,
43      "xtype" : "Content",
44      "$ xns" : "Roo.bootstrap.panel",
45      "String region" : "north",
46      "items" : [
47       {
48        "String position" : "fixed-top",
49        "String cls" : "headroom animated slideDown  no-srButton pman-admin-header",
50        "Boolean srButton" : true,
51        "bool autohide" : true,
52        "xtype" : "NavHeaderbar",
53        "Boolean inverse" : false,
54        "Boolean desktopCenter" : false,
55        "$ String brand" : "'<img   cls=\"header-logo\" src=\"' +    Roo.BLANK_IMAGE_URL + '\">'",
56        "$ xns" : "Roo.bootstrap",
57        "items" : [
58         {
59          "String type" : "nav",
60          "xtype" : "NavGroup",
61          "String align" : "right",
62          "$ xns" : "Roo.bootstrap",
63          "items" : [
64           {
65            "listeners" : {
66             "render" : "function (_self)\n{\n    _this.user_box = this;\n    \n    this.el.setVisibilityMode(Roo.Element.DISPLAY);\n    \n    this.el.show();\n}"
67            },
68            "Boolean preventDefault" : true,
69            "| function updateBadge" : "function() { }",
70            "xtype" : "NavItem",
71            "$ html" : "Pman.Login.authUser.name + '<span style=\"margin-left: 5px;\" class=\"badge badge-primary\"></span>'",
72            "$ xns" : "Roo.bootstrap",
73            "String icon" : "fa fa-user",
74            "items" : [
75             {
76              "listeners" : {
77               "show" : "function (_self)\n{\n    var width = Roo.lib.Dom.getViewWidth();\n    \n    var xy = this.el.getXY();\n    this.el.setStyle('position', 'absolute');\n    \n    if(width < 480){\n        xy[0] = 0;\n        this.el.setXY(xy);\n        this.el.setStyle('width', width + 'px');\n    }\n}"
78              },
79              "Boolean allowDomMove" : false,
80              "String cls" : "user-menu",
81              "xtype" : "Menu",
82              "$ xns" : "Roo.bootstrap",
83              "bool hideTrigger" : true,
84              "* prop" : "menu",
85              "items" : [
86               {
87                "String cls" : "user-body",
88                "Boolean preventDefault" : true,
89                "xtype" : "MenuItem",
90                "$ xns" : "Roo.bootstrap",
91                "Boolean isContainer" : true,
92                "items" : [
93                 {
94                  "xtype" : "Row",
95                  "$ xns" : "Roo.bootstrap",
96                  "items" : [
97                   {
98                    "Number md" : 12,
99                    "xtype" : "Column",
100                    "$ xns" : "Roo.bootstrap",
101                    "items" : [
102                     {
103                      "xtype" : "Row",
104                      "$ xns" : "Roo.bootstrap",
105                      "items" : [
106                       {
107                        "listeners" : {
108                         "render" : "function (_self)\n{\n    this.el.dom.innerHTML = '<b>' + Pman.Login.authUser.name + '</b>';\n    \n}"
109                        },
110                        "Number md" : 12,
111                        "String cls" : "text-primary",
112                        "xtype" : "Column",
113                        "$ xns" : "Roo.bootstrap"
114                       },
115                       {
116                        "listeners" : {
117                         "render" : "function (_self)\n{\n   \n    this.el.dom.innerHTML = Pman.Login.authUser.email;\n    \n}"
118                        },
119                        "Number md" : 12,
120                        "xtype" : "Column",
121                        "$ xns" : "Roo.bootstrap",
122                        "String style" : "color:#777;"
123                       },
124                       {
125                        "Number md" : 12,
126                        "xtype" : "Column",
127                        "$ xns" : "Roo.bootstrap",
128                        "items" : [
129                         {
130                          "listeners" : {
131                           "render" : "function (_self)\n{\n    _this.super_admin_btn = this;\n    \n}",
132                           "click" : "function (_self, e)\n{\n    if(window.location.href.indexOf('_super_admin=1') * 1 != -1) {\n        window.open(baseURL,'_self');\n        return;\n    }\n    \n    window.open(baseURL + '?_super_admin=1','_self');\n}"
133                          },
134                          "String weight" : "link",
135                          "xtype" : "Button",
136                          "$ xns" : "Roo.bootstrap",
137                          "String html" : "Administrator",
138                          "String style" : "padding: 0px;text-decoration: none; color:#777;"
139                         }
140                        ]
141                       }
142                      ]
143                     }
144                    ]
145                   }
146                  ]
147                 }
148                ]
149               },
150               {
151                "listeners" : {
152                 "childrenrendered" : "function (_self)\n{\n    _this.super_admin_btn.hide();\n\n    if(Pman.Login.authUser.groups.indexOf('Administrators') * 1 != -1) {\n        _this.super_admin_btn.show();\n    }\n}"
153                },
154                "String cls" : "user-footer",
155                "Boolean preventDefault" : true,
156                "xtype" : "MenuItem",
157                "$ xns" : "Roo.bootstrap",
158                "Boolean isContainer" : true,
159                "items" : [
160                 {
161                  "xtype" : "Row",
162                  "$ xns" : "Roo.bootstrap",
163                  "items" : [
164                   {
165                    "Number md" : 6,
166                    "xtype" : "Column",
167                    "Number xs" : 6,
168                    "$ xns" : "Roo.bootstrap",
169                    "Number sm" : 6,
170                    "items" : [
171                     {
172                      "listeners" : {
173                       "click" : "function (e)\n{\n    var _self = this;\n    \n    Pman.Dialog.BAdminPassword.show(\n        {},\n        function(res) {\n            Roo.bootstrap.MessageBox.alert(_self._change_passwd_success_title, _self._change_passwd_success_body);\n        }\n    );\n    \n}"
174                      },
175                      "xtype" : "Button",
176                      "string _change_passwd_success_body" : "Your password has been changed",
177                      "$ xns" : "Roo.bootstrap",
178                      "String html" : "Change Password",
179                      "String style" : "text-transform:none;",
180                      "string _change_passwd_success_title" : "Notice"
181                     }
182                    ]
183                   },
184                   {
185                    "Number md" : 6,
186                    "xtype" : "Column",
187                    "Number xs" : 6,
188                    "$ xns" : "Roo.bootstrap",
189                    "String style" : "text-align: right;",
190                    "Number sm" : 6,
191                    "items" : [
192                     {
193                      "listeners" : {
194                       "click" : "function (e)\n{\n    window.onbeforeunload = false;\n    \n    \n    Roo.Ajax.request({\n            url : baseURL + '/Login',\n            method: 'POST',\n            params : { \n                logout : 1\n            },\n            success : function()\n            {\n                location.href = baseURL;\n            }\n        });\n\n}"
195                      },
196                      "xtype" : "Button",
197                      "$ xns" : "Roo.bootstrap",
198                      "String html" : "Logout",
199                      "String style" : "text-transform:none;"
200                     }
201                    ]
202                   }
203                  ]
204                 }
205                ]
206               }
207              ]
208             }
209            ]
210           }
211          ]
212         }
213        ]
214       }
215      ]
216     }
217    ]
218   }
219  ]
220 }