| {% extends "templates/web.html" %} |
| $(document).ready(function() { |
| $("#login_btn").click(function() { |
| $(this).html("Logging In...").prop("disabled", true); |
| lead_email: $("#lead-email").val(), |
| $(me).prop("disabled", false); |
| alert("Error, please contact support@erpnext.com"); |
| console.log("Logged In"); |
| window.location.href = "desk"; |
| .prop("disabled", false); |
| <div class="page-hero text-center"> |
| <img src="/assets/erpnext/images/erp-icon.svg" style="max-width: 100px; max-height: 100px;"> |
| <p style="margin-top: 60px;"> |
| <input id="lead-email" type="email" |
| class="form-control" placeholder="Your Email Id (optional)" |
| style="width: 75%; max-width: 400px; margin: auto;"> |
| <button type="submit" id="login_btn" class="btn btn-default">Launch Demo</button> |
| <hr style="margin: 60px 0px;"> |
| <p class="text-muted small">Some functionality is disabled for the demo app. The demo data will be cleared regulary. |
| To start your free ERPNext account, <a href="https://erpnext.com/signup?plan=Free-Solo">click here</a></p> |