files tree made better.
This commit is contained in:
parent
ffbf032480
commit
ccc91bbf19
1630 changed files with 18209 additions and 41860 deletions
34
src/Yavsc/Views/Shared/DisplayTemplates/HairCutQuery.cshtml
Normal file
34
src/Yavsc/Views/Shared/DisplayTemplates/HairCutQuery.cshtml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
@model HairCutQuery
|
||||
<dl class="dl-horizontal">
|
||||
<dt>@Html.DisplayNameFor(m=>m.Prestation)
|
||||
</dt>
|
||||
<dd>@Html.DisplayFor(m=>m.Prestation)
|
||||
</dd>
|
||||
<dt>@Html.DisplayNameFor(m=>m.PerformerProfile)
|
||||
</dt>
|
||||
<dd>@Html.DisplayFor(m=>m.PerformerProfile)
|
||||
</dd>
|
||||
<dt>@Html.DisplayNameFor(m=>m.EventDate)
|
||||
</dt>
|
||||
<dd>@Html.DisplayFor(m=>m.EventDate)
|
||||
</dd>
|
||||
<dt>@Html.DisplayNameFor(m=>m.Location)
|
||||
</dt>
|
||||
<dd>@Html.DisplayFor(m=>m.Location)
|
||||
</dd>
|
||||
<dt>@Html.DisplayNameFor(m=>m.AdditionalInfo)
|
||||
</dt>
|
||||
<dd>@Html.DisplayFor(m=>m.AdditionalInfo)
|
||||
</dd>
|
||||
<dt>@SR["La facture"]
|
||||
</dt>
|
||||
<dd>@await Component.InvokeAsync("Bill", "Brush", Model, OutputFormat.Html, true)
|
||||
</dd>
|
||||
<dt>@Html.DisplayNameFor(m=>m.Regularisation)</dt>
|
||||
<dd>
|
||||
@Component.Invoke("PayPalButton", Model, "haircut", "HairCutCommand" )
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue