74 lines
3.2 KiB
Plaintext
74 lines
3.2 KiB
Plaintext
@{
|
|
string clientVersion = _0_Framework.Application.Version.StyleVersion;
|
|
}
|
|
|
|
<link href="~/assetsclient/pages/register/css/_partials/_step1.css" rel="stylesheet" />
|
|
|
|
<div class="row p-0">
|
|
<div class="text-center mb-5">
|
|
<svg id="logoSvg" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 621.6 721.91">
|
|
<defs>
|
|
<style>
|
|
.cls-1 {
|
|
fill: url(#linear-gradient-2);
|
|
}
|
|
|
|
.cls-2 {
|
|
fill: url(#linear-gradient-3);
|
|
}
|
|
|
|
.cls-3 {
|
|
fill: url(#linear-gradient);
|
|
}
|
|
</style>
|
|
<linearGradient id="linear-gradient" x1="0" y1="481.82" x2="621.6" y2="481.82" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0" stop-color="#30c1c1"/>
|
|
<stop offset="1" stop-color="#087474"/>
|
|
</linearGradient>
|
|
<linearGradient id="linear-gradient-2" x1="217.07" y1="187.47" x2="523.83" y2="187.47" xlink:href="#linear-gradient"/>
|
|
<linearGradient id="linear-gradient-3" x1="1.3" y1="146.6" x2="395.56" y2="146.6" xlink:href="#linear-gradient"/>
|
|
</defs>
|
|
<polygon class="cls-3" points="0 328.82 129.91 244.95 129.91 453.87 310.8 562.4 488.4 453.87 488.4 355.2 310.8 355.2 488.4 241.73 621.6 241.73 621.6 541.02 310.8 721.91 0 541.02 0 328.82"/>
|
|
<polygon class="cls-1" points="217.07 309.16 217.07 192.4 426.8 65.78 523.83 123.33 217.07 309.16"/>
|
|
<polyline class="cls-2" points="308.61 0 395.56 47.69 1.3 293.19 1.3 184.66 308.61 0"/>
|
|
</svg>
|
|
</div>
|
|
<div class="">
|
|
<div class="form-group">
|
|
<span class="labelRegisterForm">کد ملی</span>
|
|
<input type="text" class="form-control text-center" id="nationalCode" placeholder="کد ملی را وارد کنید" style="direction: ltr">
|
|
</div>
|
|
<div class="form-group">
|
|
<span class="labelRegisterForm">تاریخ تولد</span>
|
|
<input type="text" class="form-control text-center" id="birthdate" placeholder="تاریخ تولد را وارد کنید" style="direction: ltr">
|
|
</div>
|
|
<div class="form-group">
|
|
<span class="labelRegisterForm">شماره موبایل</span>
|
|
<input type="text" class="form-control text-center" id="phoneNumber" placeholder="شماره موبایل را وارد کنید" style="direction: ltr">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="text-center mx-auto">
|
|
<button type="button" class="btnEnter position-relative d-block stepBtn" id="btnGetUidInfo">
|
|
<div class="d-flex justify-content-center align-items-center">
|
|
<span>احراز هویت</span>
|
|
<div class="spinner-loading loading" style="display: none;">
|
|
<span class="spinner-border spinner-border-sm loading text-white" role="status" aria-hidden="true"></span>
|
|
</div>
|
|
</div>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@* <script>
|
|
//Job Load
|
|
var jobsLoadEmployeeAjaxUrl = `@Url.Page("/Company/Employees/EmployeeList", "JobSearch")`;
|
|
var jobsLoadRollCallAjaxUrl = `@Url.Page("/Company/RollCall/EmployeeUploadPicture", "JobSearch")`;
|
|
|
|
//get Employee Data By NationalCode
|
|
var getEmployeeDataByNationalCodeUrl = `@Url.Page("/Company/Employees/EmployeeList", "EmployeeDetailsWithNationalCode")`;
|
|
var getRollCallDataByNationalCodeUrl = `@Url.Page("/Company/RollCall/EmployeeUploadPicture", "EmployeeDetailsWithNationalCode")`;
|
|
|
|
</script>*@
|
|
<script src="~/assetsclient/pages/Register/js/_Partials/_Step1.js?ver=@clientVersion"></script> |