You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
5.4 KiB
108 lines
5.4 KiB
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="Expires" content="0">
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
<meta http-equiv="Cache-control" content="no-cache">
|
|
<meta http-equiv="Cache" content="no-cache">
|
|
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
|
<meta name="description" content="Eurotran 奕達運通管理系統 | 登錄,Eurotran's Eurotranexpo ERP" />
|
|
<meta name="keywords" content="Eurotran 奕達運通管理系統 | 登錄,Eurotran,exhibition,event,tradeshow,logistics,Taiwan" />
|
|
<meta name="author" content="Eurotran" />
|
|
<meta name="robots" content="Index" />
|
|
<link rel="shortcut icon" href="../images/eurtoran_ico.png">
|
|
<title>Eurotran 奕達運通管理系統 | 登錄</title>
|
|
<!-- Theme Styles Start-->
|
|
<link href="/Content/googleapis.css" rel="stylesheet" type='text/css' />
|
|
<link href="/Scripts/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Content/modern.min.css" rel="stylesheet" />
|
|
<link href="/Scripts/plugins/jquery-ui/jquery-ui.css" rel="stylesheet" />
|
|
<link href="/Content/site.css" rel="stylesheet" />
|
|
<link href="/Content/reset.css" rel="stylesheet" />
|
|
<link href="/Scripts/plugins/toastr/toastr.min.css" rel="stylesheet" type="text/css" />
|
|
<!-- Theme Styles End-->
|
|
<!-- Theme Script Start-->
|
|
<script src="/Scripts/3rd/jquery-2.1.3.min.js"></script>
|
|
<script src="/Scripts/jquery-migrate-1.2.1.min.js"></script>
|
|
<script src="/Scripts/plugins/jquery-ui/jquery-ui.min.js"></script>
|
|
<script src="/Scripts/plugins/jquery-blockui/jquery.blockui.min.js"></script>
|
|
<script src="/Scripts/3rd/i18next.min.js"></script>
|
|
<script src="/Scripts/plugins/jquery-validation/jquery.validate.min.js"></script>
|
|
<script src="/Scripts/plugins/toastr/toastr.min.js"></script>
|
|
<script src="/Scripts/3rd/layer/layui/layui.all.min.js"></script>
|
|
<script src="/Scripts/3rd/base64.min.js"></script>
|
|
<script src="/Scripts/lib/Util.min.js?t=20201123"></script>
|
|
<script src="/Scripts/MessageBox.min.js"></script>
|
|
<script src="/Scripts/Login.js?t=20201123"></script>
|
|
<!-- Theme Script End-->
|
|
<style>
|
|
.text-center a {
|
|
color: #337ab7;
|
|
}
|
|
|
|
.tab-content {
|
|
width: 50%;
|
|
}
|
|
|
|
.error {
|
|
width: 100%;
|
|
}
|
|
|
|
input[type="checkbox"] {
|
|
display: inline-block;
|
|
width: 18px;
|
|
height: 18px;
|
|
vertical-align: text-bottom;
|
|
cursor: pointer;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="page-login">
|
|
<nav id="menu" class="mm-menu mm-horizontal mm-offcanvas"></nav>
|
|
<div class="mm-page mm-slideout">
|
|
<div id="page">
|
|
<div id="pageHeader"></div>
|
|
<div class="header">
|
|
<span>
|
|
</span>
|
|
</div>
|
|
|
|
<main class="page-content">
|
|
<div class="page-inner">
|
|
<div id="main-wrapper">
|
|
<div class="row">
|
|
<div class="col-md-3 center">
|
|
<div class="login-box">
|
|
<!--<a href="index.html" class="logo-name text-lg text-center">Modern</a>
|
|
<p class="text-center m-t-md">Please login into your account.</p>-->
|
|
<form class="m-t-md" method="post" id="formlogin" action="/Page/MainPage.html">
|
|
<div class="form-group" style="display:none;">
|
|
<select class="form-control w100p" id="OrgID" name="OrgID" required></select>
|
|
</div>
|
|
<div class="form-group">
|
|
<input type="text" class="form-control" name="UserId" id="UserId" placeholder="帳號/郵箱" required />
|
|
</div>
|
|
<div class="form-group">
|
|
<input type="password" class="form-control" name="Password" id="Password" placeholder="密碼" required />
|
|
</div>
|
|
<div class="form-group" style="display:none;">
|
|
<label>
|
|
<input type="checkbox" name="Outklook" id="Outklook"> 同步登入Outlook
|
|
</label>
|
|
</div>
|
|
<button type="button" id="btnLogin" class="btn btn-eurotran btn-block">登入</button>
|
|
<a href="/Page/ForgetPassword.html" class="display-block text-center m-t-md text-sm">忘記密碼?</a>
|
|
</form>
|
|
<p class="text-center m-t-xs text-sm">2018 © 奕達運通 版權所有.</p>
|
|
</div>
|
|
</div>
|
|
</div><!-- Row -->
|
|
</div><!-- Main Wrapper -->
|
|
</div><!-- Page Inner -->
|
|
</main><!-- Page Content -->
|
|
<div id="footer"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|