Files
Backend-Api/ServiceHost/Areas/Admin/Pages/Company/Insurance/Summary.cshtml
2024-07-19 17:09:45 +03:30

153 lines
4.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@*@model CompanyManagment.App.Contracts.Insurance.CreateCrossJobGuild*@
@{
<style>
.select2-container {
width: 100% !important;
}
.modal-footer {
border-top: unset !important;
}
.modal .modal-dialog .modal-content .modal-footer {
padding-top: unset !important;
}
p {
direction: ltr !important;
text-align: right !important;
}
input[type=radio]:hover {
cursor: pointer;
}
.error {
font-size: 14px !important;
}
th {
text-align: center;
vertical-align: middle;
}
</style>
}
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<form asp-page="./Index" asp-page-handler="Summary" id="workshops" autocomplete="off"
method="post"
data-ajax="true"
data-callback=""
data-action="Refresh"
enctype="multipart/form-data">
<div class="modal-body">
<div class="row">
<fieldset style="border: 1px solid #999797; border-radius: 10px; padding: revert">
<fieldset style="border: 1px solid #999797; border-radius: 10px; padding: revert;background-color:white">
<br/>
<div class="form-group col-sm-12">
<br/>
<div class="row">
<div class="col-lg-2 pull-right">
<img src="~/ProductPictures/profilePhotos/2021-12-03-12-29-55-logo.png" style="width: 60px; height: 60px; border-radius: 30px">
</div>
<div class="col-lg-8 pull-right center">
<p style="text-align:center !important;">
مشخصات لیست و تاییدیه کارفرماجهت تنظیم و ارسال لیست بیمه کارگاه
<br/>
پیش نویس لیست بیمه ماه 07 سال 1401
</p>
</div>
<div class="col-lg-2 pull-right" style="text-align:center !important">
<p style="font-size:12px">تاریخ چاپ: 1401/11/24</p>
<p style="font-size:12px">ساعت چاپ: 19:22</p>
<p style="font-size:12px">کاربر: خانم حسین زاده</p>
</div>
</div>
</div>
</fieldset>
<br/>
<fieldset style="border: 1px solid #999797; border-radius: 10px; padding: revert;background-color:white">
<div class="form-group col-sm-12">
<div class="row">
<div class="col-lg-4 pull-right">
<p >
نام کارفرما : ایاد سهرابی
</p>
</div>
<div class="col-lg-4 pull-right center">
<p style="text-align:center !important;">
نام کارگاه : آریا چوب
</p>
</div>
<div class="col-lg-4 pull-left">
<p style="text-align:left !important;">کد کارگاه : 234234535</p>
</div>
</div>
</div>
</fieldset>
<br/>
<fieldset style="border: 1px solid #999797; border-radius: 10px; padding: revert;background-color:white">
<br/>
</fieldset>
<br/>
</fieldset>
</div>
</div>
<div class="modal-footer">
<div class="pull-left">
<button type="submit" id="createButtom" class="btn btn-success btn-rounded waves-effect waves-light">ذخیره</button>
<button type="button" class="btn btn-default btn-rounded waves-effect waves-light m-b-5" data-dismiss="modal">بستن</button>
</div>
</div>
</form>
</div>
<script>
$(document).ready(function() {
$('.modal-dialog').addClass('modal-lg');
})
</script>
<script>
$("#myTab a").click(function(e) {
e.preventDefault();
$(this).tab('show');
});
// store the currently selected tab in the hash value
//$("ul.nav-tabs > li > a").on("shown.bs.tab", function (e) {
// var id = $(e.target).attr("href").substr(1);
// window.location.hash = id;
//});
// on load of the page: switch to the currently selected tab
var hash = window.location.hash;
$(`#myTab a[href="${hash}"]`).tab('show', 'active');
</script>