|
|
|
@@ -0,0 +1,25 @@ |
|
|
|
|
|
|
|
|
|
|
|
var loginform = { |
|
|
|
width: 700, |
|
|
|
view:"form", scroll:false, |
|
|
|
container:"data_container1", |
|
|
|
padding:120, |
|
|
|
css: { margin:"auto" }, |
|
|
|
|
|
|
|
"rows": [ |
|
|
|
{ |
|
|
|
"view": "form", |
|
|
|
"autoheight": true, |
|
|
|
"rows": [ |
|
|
|
{ "view": "text", "label": "email", "name": "email", "type": "email" }, |
|
|
|
{ "view": "text", "label": "Password", "name": "pass", "type": "password" }, |
|
|
|
{ "label": "Submit", "view": "button", "height": 38, "borderless": 1 } |
|
|
|
], |
|
|
|
"borderless": 1, |
|
|
|
"height": null |
|
|
|
}, |
|
|
|
{ "template": "Please enter your password and email to login", "view": "template", "borderless": 1 } |
|
|
|
] |
|
|
|
}; |
|
|
|
webix.ui(loginform); |