Pman.Dialog.VerifyAccess.bjs
[Pman.Core] / Pman.Dialog.VerifyAccess.bjs
1 {
2  "name" : "Pman.Dialog.VerifyAccess",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/edward/gitlive/Pman.Core/Pman.Dialog.VerifyAccess.bjs",
6  "permname" : "",
7  "modOrder" : "001",
8  "strings" : {
9   "e2c9d024b79dfb48b42a7807206c6aed" : "Verify New IP Access",
10   "d41d8cd98f00b204e9800998ecf8427e" : "",
11   "f6039d44b29456b20f8f373155ae4973" : "Username",
12   "dfb790522fdea3859af206d32916fe77" : "User Agent",
13   "d71940f24ee38ee09f6e06b908480bcf" : "Resend email",
14   "14cf5e829f5cb6fbf8cb54f7c5ff4ca9" : "Start the application process   "
15  },
16  "items" : [
17   {
18    "listeners" : {
19     "show" : "function (_self)\n{\n    var path = window.location.pathname.split('/');\n    \n    var authorized_key = path.pop();\n    \n    var id = path.pop();\n    \n    new Pman.Request({\n        url: baseURL + '/Core/VerifyAccess',\n        method : 'POST',\n        mask : 'Loading...',\n        params : {\n            id : id,\n            authorized_key : authorized_key,\n            _to_data : 1\n        }, \n        success : function(res) {\n            _this.form.setValues(res.data);\n            return;\n        },\n        failure: function(res) {\n            \n            _this.dialog.hide();\n            \n            Roo.bootstrap.MessageBox.alert('Error', res.errorMsg);\n            \n            return;\n       }\n    });\n}"
20    },
21    "String cls" : "enable-overflow",
22    "Boolean allow_close" : false,
23    "xtype" : "Modal",
24    "$ xns" : "Roo.bootstrap",
25    "String title" : "Verify New IP Access",
26    "items" : [
27     {
28      "listeners" : {
29       "actionfailed" : "function (_self, action)\n{\n    _this.dialog.el.unmask();\n    Roo.log(\"action failed\");\n    Roo.log(action);\n  \n    if(!action.result.errorMsg){\n        Roo.bootstrap.MessageBox.alert(\"Error\", \"Please contact system adminisrator\");\n    }\n   \n    var msg = action.result.errorMsg;\n   \n    if(msg.length >= 200){\n        msg = msg.substring(0,199) + '...'\n    }\n    \n    Roo.bootstrap.MessageBox.alert(\"Error\", msg);\n}",
30       "actioncomplete" : "function (_self, action)\n{\n    if (action.type == 'setdata') {\n        \n        return;\n    }\n    if (action.type == 'load') {\n        \n        return;\n    }\n    if (action.type =='submit') {\n        \n        _this.dialog.hide();\n        \n        Roo.get(document.body).mask('Start your Application');\n        \n        setTimeout(function() {\n            window.location.href = baseURL;\n        }, 500); \n        \n        return;\n    }\n    \n}",
31       "render" : "function (_self,e)\n{\n    _this.form = _self;\n    \n}"
32      },
33      "$ string url" : "baseURL + '/Core/VerifyAccess'",
34      "Boolean errorMask" : true,
35      "xtype" : "Form",
36      "String labelAlign" : "top",
37      "$ xns" : "Roo.bootstrap",
38      "Boolean loadMask" : false,
39      "items" : [
40       {
41        "xtype" : "Row",
42        "$ xns" : "Roo.bootstrap",
43        "items" : [
44         {
45          "xtype" : "Column",
46          "Number xs" : 12,
47          "$ xns" : "Roo.bootstrap",
48          "items" : [
49           {
50            "String name" : "email",
51            "Boolean readOnly" : true,
52            "xtype" : "Input",
53            "string fieldLabel" : "Username",
54            "$ xns" : "Roo.bootstrap"
55           }
56          ]
57         }
58        ]
59       },
60       {
61        "listeners" : {
62         "render" : "function (_self)\n{\n    _this.row_pwd_label = _self;\n}"
63        },
64        "xtype" : "Row",
65        "$ xns" : "Roo.bootstrap",
66        "items" : [
67         {
68          "xtype" : "Column",
69          "Number xs" : 12,
70          "$ xns" : "Roo.bootstrap",
71          "items" : [
72           {
73            "String name" : "user_agent",
74            "Boolean readOnly" : true,
75            "xtype" : "TextArea",
76            "string fieldLabel" : "User Agent",
77            "Number rows" : 3,
78            "$ xns" : "Roo.bootstrap"
79           }
80          ]
81         }
82        ]
83       },
84       {
85        "listeners" : {
86         "render" : "function (_self)\n{\n    _this.row_pwd_label = _self;\n}"
87        },
88        "xtype" : "Row",
89        "$ xns" : "Roo.bootstrap",
90        "items" : [
91         {
92          "xtype" : "Column",
93          "Number xs" : 12,
94          "$ xns" : "Roo.bootstrap",
95          "items" : [
96           {
97            "listeners" : {
98             "select" : "function (combo, record, index)\n{\n    \n}"
99            },
100            "String name" : "status_name",
101            "String mode" : "local",
102            "String valueField" : "code",
103            "Boolean editable" : false,
104            "xtype" : "ComboBox",
105            "String triggerAction" : "all",
106            "$ xns" : "Roo.bootstrap",
107            "String hiddenName" : "status",
108            "String displayField" : "value",
109            "items" : [
110             {
111              "$ string data" : "[\n    ['all', 'All'],\n    ['submitted', 'Submitted'],\n    ['pending_submission', 'Pending Submission'],\n    ['pending_approval', 'Pending Approval'],\n    ['rejected', 'Rejected'],\n    ['approved', 'Approved'],\n    ['deleted', 'Deleted']\n] ",
112              "xtype" : "SimpleStore",
113              "$ xns" : "Roo.data",
114              "$ fields" : "[ 'code', 'value' ]",
115              "* prop" : "store"
116             }
117            ]
118           }
119          ]
120         }
121        ]
122       },
123       {
124        "xtype" : "Row",
125        "$ xns" : "Roo.bootstrap",
126        "items" : [
127         {
128          "xtype" : "Column",
129          "Number xs" : 12,
130          "$ xns" : "Roo.bootstrap",
131          "items" : [
132           {
133            "String name" : "id",
134            "xtype" : "Input",
135            "String inputType" : "hidden",
136            "$ xns" : "Roo.bootstrap"
137           },
138           {
139            "String name" : "authorized_key",
140            "xtype" : "Input",
141            "String inputType" : "hidden",
142            "$ xns" : "Roo.bootstrap"
143           }
144          ]
145         }
146        ]
147       }
148      ]
149     },
150     {
151      "listeners" : {
152       "render" : "function (_self)\n{\n    _this.error_row = this;\n    \n    this.el.setVisibilityMode(Roo.Element.DISPLAY);\n    \n    this.el.hide();\n}"
153      },
154      "xtype" : "Row",
155      "$ xns" : "Roo.bootstrap",
156      "items" : [
157       {
158        "xtype" : "Column",
159        "Number xs" : 12,
160        "$ xns" : "Roo.bootstrap",
161        "items" : [
162         {
163          "listeners" : {
164           "render" : "function (_self)\n{\n    _this.text_el = _self;\n}"
165          },
166          "xtype" : "Element",
167          "$ xns" : "Roo.bootstrap",
168          "String html" : ""
169         }
170        ]
171       }
172      ]
173     },
174     {
175      "listeners" : {
176       "render" : "function (_self)\n{\n    _this.btn_ok = _self;\n}",
177       "click" : "function (_self, e)\n{\n    if(!_this.form.isValid()){\n        return;\n    }\n    \n    var p1 = _this.form.findField('password').getValue();\n    var p2 = _this.form.findField('password1').getValue();\n    \n    if (p1 != p2) {\n        _this.form.findField('password1').markInvalid('Password do not match');\n        return;\n    }\n    \n    _this.dialog.el.mask('Sending...');\n    _this.form.doAction('submit');\n    \n}"
178      },
179      "String weight" : "primary",
180      "xtype" : "Button",
181      "$ xns" : "Roo.bootstrap",
182      "String html" : "Start the application process   ",
183      "* prop" : "buttons[]"
184     },
185     {
186      "listeners" : {
187       "render" : "function (_self)\n{\n    _this.btn_resend = _self;\n     this.el.setVisibilityMode(Roo.Element.DISPLAY);\n     this.el.hide();\n}",
188       "click" : "function (_self, e)\n{\n    var path = window.location.pathname.split('/');\n    \n    var verify_key = path.pop();\n    \n    var id = path.pop();\n    \n    new Pman.Request({\n        url: baseURL + '/Roo/Coba_application_signup',\n        method : 'POST',\n        mask : 'Sending...',\n        params : {\n            _resend : id\n        }, \n        success : function(res) {\n            var msg = \"We have re-sent you an invitation via email.\" +\n                        \"<br/><br/>\" + \n                        \"Please check your inbox for the final registration step.\" + \n                         \"<br/><br/>\" + \n                        \"<B>(Note. emails may accidentally be sent to your Spam Folder)</B>\";\n                        \n            Roo.bootstrap.MessageBox.alert('Please check your email', msg) ;\n        },\n        failure: function(res) {\n            Roo.bootstrap.MessageBox.alert('Error', res.errorMsg) ;\n        }\n    });\n}"
189      },
190      "String weight" : "primary",
191      "xtype" : "Button",
192      "$ xns" : "Roo.bootstrap",
193      "String html" : "Resend email",
194      "* prop" : "buttons[]"
195     }
196    ]
197   }
198  ]
199 }