Edit
×
Header Contents Here
About Me
Inspirational Videos
Blog
Sponsors
Login
Signup
MAX Lessons
function read_Cookie_val(name) { const value = '; '+document.cookie; const parts = value.split('; '+name+'='); if (parts.length === 2) return parts.pop().split(';').shift(); } $(function(){ let loginsignupWidget = $('[data-component-loginsignup]'); if (read_Cookie_val('app_u_token')) { loginsignupWidget.find('.loginWidg').hide(); loginsignupWidget.find('.signupWidg').hide(); loginsignupWidget.find('.dashboardWidg').show(); loginsignupWidget.find('.logoutWidg').show(); }else{ loginsignupWidget.find('.dashboardWidg').hide(); loginsignupWidget.find('.logoutWidg').hide(); loginsignupWidget.find('.loginWidg').show(); loginsignupWidget.find('.signupWidg').show(); } });
Contents will be displayed here...
Log In
Remember Me!
Forgot Password
Not a Member ! Sign UP
LOGIN
{"components":[{"label":"Email","hideLabel":true,"placeholder":"User Name","tableView":true,"alwaysEnabled":false,"type":"textfield","input":true,"key":"email","dataGridLabel":false,"labelWidth":30,"labelMargin":3,"widget":{"format":"yyyy-MM-dd hh:mm a","dateFormat":"yyyy-MM-dd hh:mm a","saveAs":"text"},"clearOnRefresh":false,"id":"egzzyre"},{"label":"password","hideLabel":true,"placeholder":"Password","tableView":true,"alwaysEnabled":false,"type":"password","input":true,"key":"password","validate":{"required":true},"protected":false,"dataGridLabel":false,"labelWidth":30,"labelMargin":3,"widget":{"format":"yyyy-MM-dd hh:mm a","dateFormat":"yyyy-MM-dd hh:mm a","saveAs":"text"},"clearOnRefresh":false,"id":"ezssdnh"},{"label":"HTML","tag":"div","attrs":[{"attr":"","value":""}],"content":"<div data-comp-title=\"Grid Row\" class=\"row py-3 active_child\" data-htmlcomponent-type=\"html/gridrow\"><div data-comp-title=\"Grid Column\" class=\"col-md-6\"><label data-comp-title=\"Label\" class=\"checkbox\" data-htmlcomponent-type=\"html/checkbox\" style=\" position: relative; white-space: nowrap;\"><input data-comp-title=\"CheckBox\" type=\"checkbox\" style=\"\" class=\"\"> Remember Me!</label><a data-comp-title=\"Link\" href=\"https://arilopatin.com/forgot_password\" class=\"d-block px-3 mb-2 fpassword\" style=\"/* word-wrap: anywhere; */color: black;white-space: nowrap;\" data-htmlcomponent-type=\"html/link\">Forgot Password</a></div><div data-comp-title=\"Grid Column\" class=\"col-md-6\"><a data-comp-title=\"Link\" href=\"https://arilopatin.com/registration\" class=\"d-block px-3 fpassword\" style=\"word-wrap: anywhere;color: black;font-size: 14px;white-space: nowrap;\" data-htmlcomponent-type=\"html/link\">Not a Member ! Sign UP</a></div></div>","refreshOnChange":false,"key":"html","type":"htmlelement","labelWidth":30,"labelMargin":3,"mask":false,"tableView":true,"alwaysEnabled":false,"input":false,"dataGridLabel":false,"clearOnRefresh":false,"id":"ebfhbpd"},{"label":"LOGIN","customClass":"d-inline-block","mask":false,"tableView":true,"alwaysEnabled":false,"type":"button","key":"submit","input":true,"labelWidth":30,"labelMargin":3,"widget":null,"clearOnRefresh":false,"id":"ejgqi1x"}]}
activeMenuUrl(); $(document).ready(function(e){if($('#role_name').val() == ''){HideElementById('welcome_logout');ShowElementById('login_signup');}else{ShowElementById('welcome_logout');HideElementById('login_signup');}});