yavsc/Yavsc/Views/BrusherProfile/Index.cshtml

357 lines
8.5 KiB
Plaintext

@model Yavsc.Models.Haircut.BrusherProfile
@{
ViewData["Title"] = "Profile coiffeur";
}
<h2>@ViewData["Title"]</h2>
<div>
<hr />
@if (Model!=null) {
8 years ago
<fieldset>
<legend>Disponibilités</legend>
<dl class="dl-horizontal">
<dt>
@Html.DisplayNameFor(model => model.EndOfTheDay)
</dt>
<dd>
@Html.Partial("HourFromMinutes", Model.EndOfTheDay)
</dd>
<dt>
@Html.DisplayNameFor(model => model.StartOfTheDay)
</dt>
<dd>
@Html.Partial("HourFromMinutes", Model.StartOfTheDay)
</dd>
<dt>
@Html.DisplayNameFor(model => model.ActionDistance)
</dt>
<dd>
@Html.DisplayFor(model => model.ActionDistance)
</dd>
8 years ago
</dl>
</fieldset>
<fieldset>
8 years ago
<legend>Tarifs divers</legend>
8 years ago
<dl class="dl-horizontal">
<dt>
@Html.DisplayNameFor(model => model.ShampooPrice)
</dt>
<dd>
@Html.DisplayFor(model => model.ShampooPrice)
</dd>
<dt>
@Html.DisplayNameFor(model => model.CarePrice)
</dt>
<dd>
@Html.DisplayFor(model => model.CarePrice)
</dd>
8 years ago
<dt>
@Html.DisplayNameFor(model => model.FlatFeeDiscount)
</dt>
<dd>
@Html.DisplayFor(model => model.FlatFeeDiscount)
</dd>
8 years ago
</dl>
</fieldset>
<fieldset>
<legend>Tarifs balayages</legend>
<dl class="dl-horizontal">
<dt>
8 years ago
@Html.DisplayNameFor(model => model.LongBalayagePrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.LongBalayagePrice)
</dd>
8 years ago
<dt>
8 years ago
@Html.DisplayNameFor(model => model.HalfBalayagePrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.HalfBalayagePrice)
</dd>
8 years ago
<dt>
@Html.DisplayNameFor(model => model.ShortBalayagePrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.ShortBalayagePrice)
</dd>
8 years ago
</dl>
</fieldset>
<fieldset>
<legend>Tarifs défrisage</legend>
<dl class="dl-horizontal">
<dt>
@Html.DisplayNameFor(model => model.HalfDefrisPrice)
</dt>
<dd>
@Html.DisplayFor(model => model.HalfDefrisPrice)
</dd>
<dt>
8 years ago
@Html.DisplayNameFor(model => model.LongDefrisPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.LongDefrisPrice)
</dd>
<dt>
8 years ago
@Html.DisplayNameFor(model => model.ShortDefrisPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.ShortDefrisPrice)
</dd>
8 years ago
</dl>
</fieldset>
<fieldset>
<legend>Tarifs mèches</legend>
<dl class="dl-horizontal">
<dt>
8 years ago
@Html.DisplayNameFor(model => model.HalfMechPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.HalfMechPrice)
</dd>
<dt>
8 years ago
@Html.DisplayNameFor(model => model.LongMechPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.LongMechPrice)
</dd>
<dt>
8 years ago
@Html.DisplayNameFor(model => model.ShortMechPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.ShortMechPrice)
</dd>
8 years ago
</dl>
</fieldset>
<fieldset>
<legend>Tarifs coupes</legend>
<dl class="dl-horizontal">
<dt>
@Html.DisplayNameFor(model => model.WomenHalfCutPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.WomenHalfCutPrice)
</dd>
8 years ago
<dt>
8 years ago
@Html.DisplayNameFor(model => model.WomenLongCutPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.WomenLongCutPrice)
</dd>
8 years ago
<dt>
8 years ago
@Html.DisplayNameFor(model => model.WomenShortCutPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.WomenShortCutPrice)
</dd>
8 years ago
<dt>
8 years ago
@Html.DisplayNameFor(model => model.ManCutPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.ManCutPrice)
</dd>
8 years ago
<dt>
@Html.DisplayNameFor(model => model.KidCutPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.KidCutPrice)
</dd>
8 years ago
</dl>
</fieldset>
<fieldset>
<legend>Tarifs couleurs</legend>
<dl class="dl-horizontal">
<dt>
8 years ago
@Html.DisplayNameFor(model => model.LongColorPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.LongColorPrice)
</dd>
<dt>
8 years ago
@Html.DisplayNameFor(model => model.HalfColorPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.HalfColorPrice)
</dd>
8 years ago
<dt>
8 years ago
@Html.DisplayNameFor(model => model.ShortColorPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.ShortColorPrice)
</dd>
8 years ago
</dl>
<dl class="dl-horizontal">
<dt>
8 years ago
@Html.DisplayNameFor(model => model.ShortMultiColorPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.ShortMultiColorPrice)
</dd>
<dt>
8 years ago
@Html.DisplayNameFor(model => model.HalfMultiColorPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.HalfMultiColorPrice)
</dd>
<dt>
8 years ago
@Html.DisplayNameFor(model => model.LongMultiColorPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.LongMultiColorPrice)
</dd>
8 years ago
</dl>
</fieldset>
<fieldset>
<legend>Tarifs burshing</legend>
<dl class="dl-horizontal">
<dt>
8 years ago
@Html.DisplayNameFor(model => model.LongBrushingPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.LongBrushingPrice)
</dd>
<dt>
8 years ago
@Html.DisplayNameFor(model => model.HalfBrushingPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.HalfBrushingPrice)
</dd>
8 years ago
<dt>
8 years ago
@Html.DisplayNameFor(model => model.ShortBrushingPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.ShortBrushingPrice)
</dd>
8 years ago
</dl>
</fieldset>
<fieldset>
<legend>Tarifs permanentes</legend>
<dl class="dl-horizontal">
<dt>
8 years ago
@Html.DisplayNameFor(model => model.LongPermanentPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.LongPermanentPrice)
</dd>
<dt>
8 years ago
@Html.DisplayNameFor(model => model.HalfPermanentPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.HalfPermanentPrice)
</dd>
8 years ago
<dt>
8 years ago
@Html.DisplayNameFor(model => model.ShortPermanentPrice)
</dt>
<dd>
8 years ago
@Html.DisplayFor(model => model.ShortPermanentPrice)
</dd>
8 years ago
</dl>
</fieldset>
<fieldset>
<legend>Tarifs mise en plis</legend>
8 years ago
<dl class="dl-horizontal">
<dt>
@Html.DisplayNameFor(model => model.LongFoldingPrice)
</dt>
<dd>
@Html.DisplayFor(model => model.LongFoldingPrice)
</dd>
<dt>
@Html.DisplayNameFor(model => model.HalfFoldingPrice)
</dt>
<dd>
@Html.DisplayFor(model => model.HalfFoldingPrice)
</dd>
<dt>
@Html.DisplayNameFor(model => model.ShortFoldingPrice)
</dt>
<dd>
@Html.DisplayFor(model => model.ShortFoldingPrice)
</dd>
</dl>
</fieldset>
<fieldset>
<legend>Spécialités homme</legend>
<dl class="dl-horizontal">
<dt>
@Html.DisplayNameFor(model => model.ManBrushPrice)
</dt>
<dd>
@Html.DisplayFor(model => model.ManBrushPrice)
</dd>
</dl>
</fieldset>
8 years ago
}
else {
@SR["Aucun profile renseigné"]
}
</div>
<p>
<a asp-action="Edit" >@SR["Edit"]</a>
@if (Model!=null) {
<a asp-action="Delete" asp-route-id="@Model.UserId">@SR["Delete"]</a>
}
</p>