204 lines
7.5 KiB
Plaintext
204 lines
7.5 KiB
Plaintext
@model Church.Net.Entity.FamilyMember
|
|
@{
|
|
ViewBag.returnUrl= @Url.Action("Index");
|
|
ViewBag.returnUrlTitle= "FamilyMember List";
|
|
}
|
|
@{
|
|
ViewBag.Title = "Details FamilyMember";
|
|
}
|
|
|
|
<h2>Details</h2>
|
|
|
|
<div class="text-center g-mb-50--md">
|
|
<h2 class="h4 g-mb-0">
|
|
Detail of <span class="g-color-primary g-ml-5">Details</span>
|
|
</h2>
|
|
</div>
|
|
|
|
<div class="g-bg-img-hero g-bg-pos-top-center g-pos-rel g-z-index-1 g-mt-minus-100" style="background-image: url(/Images/svg/svg-bg5.svg);">
|
|
<div class="container g-pt-150 g-pb-30">
|
|
<div class="row">
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.Career.Name, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.Career.Name)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.FirstName, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.FirstName)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.LastName, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.LastName)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.Gender, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.Gender)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.Birthday, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.Birthday)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.Married, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.Married)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.Baptized, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.Baptized)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.DateOfBaptized, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.DateOfBaptized)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.DateOfWalkIn, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.DateOfWalkIn)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.Address, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.Address)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.ComunityAppId, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.ComunityAppId)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.ProfileImage, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.ProfileImage)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.Email, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.Email)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.EmailConfirmed, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.EmailConfirmed)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.PasswordHash, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.PasswordHash)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.SecurityStamp, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.SecurityStamp)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.PhoneNumber, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.PhoneNumber)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.PhoneNumberConfirmed, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.PhoneNumberConfirmed)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.TwoFactorEnabled, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.TwoFactorEnabled)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.LockoutEndDateUtc, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.LockoutEndDateUtc)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.LockoutEnabled, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.LockoutEnabled)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.AccessFailedCount, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.AccessFailedCount)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.UserName, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
|
|
<label class="d-block g-font-size-20 g-pl-30">
|
|
@Html.DisplayFor(model => model.UserName)
|
|
</label>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-6 g-mt-30 g-mb-30">
|
|
@using (Html.BeginForm())
|
|
{
|
|
<div class="d-flex">
|
|
|
|
@Html.AntiForgeryToken()
|
|
<a class="btn btn-block u-shadow-v32 g-brd-black g-brd-2 g-color-black g-color-white--hover g-bg-transparent g-bg-black--hover g-font-size-16 g-rounded-30 g-py-10 mr-2 g-mt-0" href="@Url.Action("Index")">Back to List</a>
|
|
<a class="btn btn-block u-shadow-v32 g-brd-none g-color-white g-bg-black g-bg-primary--hover g-font-size-16 g-rounded-30 g-py-10 ml-2 g-mt-0" href="@Url.Action("Edit", new { id = Model.Id })">Edit</button>
|
|
|
|
</div>
|
|
}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|