139 lines
5.3 KiB
Plaintext
139 lines
5.3 KiB
Plaintext
@model Church.Net.Entity.Vocabulary
|
|
|
|
@{
|
|
Layout = null;
|
|
}
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>Details</title>
|
|
</head>
|
|
<body>
|
|
<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.Word, 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.Word)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.NounPlural, 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.NounPlural)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.VerbPast, 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.VerbPast)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.VerbParticiple, 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.VerbParticiple)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.PartOfSpeech, 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.PartOfSpeech)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.ImagesUrl, 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.ImagesUrl)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.PracticeDate, 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.PracticeDate)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.PracticeSelect, 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.PracticeSelect)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.PracticeMemorized, 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.PracticeMemorized)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.PracticeVisualize, 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.PracticeVisualize)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.PracticeApply, 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.PracticeApply)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.PracticeReview, 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.PracticeReview)
|
|
</label>
|
|
</div>
|
|
|
|
<div class="col-md-6 g-mb-20--md">
|
|
@Html.LabelFor(model => model.PracticeSentence, 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.PracticeSentence)
|
|
</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>
|
|
</body>
|
|
</html>
|