<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" rel='nofollow' href="/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" rel='nofollow' href="/css/site.css" />
<link rel="stylesheet" rel='nofollow' href="/css/ej2/bootstrap5.css" />
<script src="/js/ej2/ej2.min.js"></script>
</head>
<script>
function ViewLoad() {
sessionStorage.clear();
sessionStorage.setItem('MenuId', 0);
}
</script>
<body>
<div class="container mt-5" id="LoginView">
<div class="row justify-content-center align-items-center">
<div class="card" style="margin: 0 50px 10px 50px;">
<div class="e-card-header" style="margin-top:20px;">
<div class="e-card-header-caption">
<center>
<div class="e-card-header-title" style="font-size: 50px; color: #0073dd;">C A P</div>
</center>
</div>
</div>
<form action="/" method="post">
<div class="text-danger validation-summary-valid" data-valmsg-summary="true"><ul><li style="display:none"></li>
</ul></div>
<div style="margin:0 300px 100px 300px;">
<div style="margin-bottom:5px;">
<label for="EMAIL">Email</label>
<input type="text" class="form-control" id="EMAIL" name="EMAIL" value="" />
<span class="text-danger field-validation-valid" data-valmsg-for="EMAIL" data-valmsg-replace="true"></span>
</div>
<div>
<label for="PW">Password</label>
<input type="password" class="form-control" id="PW" name="PW" />
<span class="text-danger field-validation-valid" data-valmsg-for="PW" data-valmsg-replace="true"></span>
</div>
<center>
<div style="margin-top:10px;">
<input id="path" name="path" type="hidden" value="Vertical Vessel">
<button id="Loginbtn"></button>
</div>
</center>
</div>
<input name="__RequestVerificationToken" type="hidden" value="CfDJ8MJWpDT2W8dAhNBALbwuUn-ir9gttU0k6kNSLbPDalfxMulYopPkm7HrOSvFcyZC3ODtlr3jp7gyy4dwL6k0S7gireH4Jg7h-Z_MGTOUrjnPspAJm74S-br0YEhYzCz80JvEmtlN7chpxQ1YeIEtKRm5FvIIuhpYIM-lUIhn7LgQZHh0lm2Th3I9FDxumKZWtw" /></form>
</div>
</div>
</div>
<script>new ejs.buttons.Button({
"content": "Login",
"cssClass": "Loginbtn",
"isPrimary": true,
"created": ViewLoad
}).appendTo("#Loginbtn");
</script>
</body>
<script>
</script>
Hi TaeWook,
Thank you for contacting Syncfusion support.
We have checked your reported query and we can’t unable to reproduce issue in our end. Please find the below image,
|
We suspect that your scripts were not properly referred. Please refer the below code snippets to avoid your error,
Use the below code in _Layout.cshtml file or Head tag in index.cshtml
<!-- Syncfusion Essential JS 2 Styles --> <link rel="stylesheet" rel='nofollow' href="https://cdn.syncfusion.com/ej2/19.2.51/material.css" /> |
For your reference we have prepared a sample,
Link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/ASPCore-1144400349
Please get back to us if you need further assistance.
Regards,
Thaneegairaj S