Builds.
This commit is contained in:
@ -45,6 +45,5 @@
|
||||
}
|
||||
|
||||
<div class="container">
|
||||
@await Component.InvokeAsync("BlogIndex",new{ id = User.GetUserId() ?? "_anonymous_" ) }
|
||||
|
||||
@await Component.InvokeAsync("BlogIndex",new{ id = User.GetUserId() ?? "_anonymous_" })
|
||||
</div>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<h2>@Model.Tool.Name</h2>
|
||||
|
||||
<a asp-action="RemoveInstrument" asp-controller="Instrumentation" asp-action-id="Model.UserId" asp-action-name="@Model.Tool.Name" >
|
||||
|
||||
Remove Instrument</a>
|
||||
<form asp-action="AddInstrument" asp-controller="Instrumentation" asp-action-id="Model.UserId" >
|
||||
<select name="Name" value="" placeholder="Séléctionnez votre instrument" ></select>
|
||||
</form>
|
||||
|
@ -186,13 +186,13 @@
|
||||
<label asp-for="Prestation.Taints" class="col-md-2 control-label"></label>
|
||||
<div class="col-md-10">
|
||||
@foreach (HairTaint color in ViewBag.HairTaints) {
|
||||
<label>
|
||||
<input type="checkbox" value="@color.Id" name="Prestation.Taints[]" class="imptarif"/>
|
||||
@await Html.PartialAsync("HairTaint",color)
|
||||
</label> }
|
||||
<label>
|
||||
<input type="checkbox" value="@color.Id" name="Prestation.Taints[]" class="imptarif" />
|
||||
@await Html.PartialAsync("HairTaint",color)
|
||||
</label>
|
||||
}
|
||||
<input type="hidden" asp-for="Prestation.Taints" />
|
||||
<span asp-validation-for="Prestation.Taints" class="text-danger"></span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<span id="TechPrice" class="price"></span>
|
||||
@ -203,10 +203,10 @@
|
||||
<div class="col-md-10">
|
||||
<select class="form-control imptarif" data-val="true" data-val-required="The Coiffage field is required." id="Prestation_Dressing" name="Prestation.Dressing">
|
||||
<option selected="selected" value="Coiffage">Coiffage</option>
|
||||
<option value="Brushing" id="optbrush">Brushing</option>
|
||||
<option value="Folding" id="optfold">Mise en plis</option>
|
||||
</select>
|
||||
<span asp-validation-for="Prestation.Dressing" class="text-danger"></span>
|
||||
<option value="Brushing" id="optbrush">Brushing</option>
|
||||
<option value="Folding" id="optfold">Mise en plis</option>
|
||||
</select>
|
||||
<span asp-validation-for="Prestation.Dressing" class="text-danger"></span>
|
||||
<span id="DressPrice" class="price"></span>
|
||||
</div>
|
||||
</div>
|
||||
@ -214,7 +214,7 @@
|
||||
<div class="form-group">
|
||||
<div class="col-md-offset-2 col-md-10">
|
||||
<div class="checkbox">
|
||||
<input asp-for="Prestation.Shampoo" class="imptarif"/>
|
||||
<input asp-for="Prestation.Shampoo" class="imptarif" />
|
||||
<label asp-for="Prestation.Shampoo"></label>
|
||||
<span id="ShampooPrice" class="price"></span>
|
||||
</div>
|
||||
@ -248,39 +248,37 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="Location_Address" class="col-md-2 control-label">
|
||||
Location"]
|
||||
</label>
|
||||
<input asp-for="Location.Address" type="text" name="Location_Address" id="Location_Address" class="form-control">
|
||||
<span asp-validation-for="Location.Address" class="text-danger" id="valloc"></span>
|
||||
<ul id="loccomb">
|
||||
</ul>
|
||||
<div id="map" class="map" data-val="valloc" data-addr="Location_Address" data-loccombo="loccomb"
|
||||
data-lat="Address_Latitude" data-lon="Address_Longitude" ></div>
|
||||
@Html.Hidden("Address.Latitude")
|
||||
@Html.Hidden("Address.Longitude")
|
||||
<label for="Location_Address" class="col-md-2 control-label">Location</label>
|
||||
<input asp-for="Location.Address" type="text" name="Location_Address" id="Location_Address" class="form-control" />
|
||||
<span asp-validation-for="Location.Address" class="text-danger" id="valloc"></span>
|
||||
<ul id="loccomb"></ul>
|
||||
<div id="map" class="map" data-val="valloc" data-addr="Location_Address" data-loccombo="loccomb"
|
||||
data-lat="Address_Latitude" data-lon="Address_Longitude" >
|
||||
</div>
|
||||
@Html.Hidden("Address.Latitude")
|
||||
@Html.Hidden("Address.Longitude")
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label asp-for="AdditionalInfo" class="col-md-2 control-label"></label>
|
||||
<label asp-for="AdditionalInfo" class="col-md-2 control-label"></label>
|
||||
<div class="col-md-offset-2 col-md-10">
|
||||
<textarea asp-for="AdditionalInfo" class="form-control">
|
||||
</textarea>
|
||||
<textarea asp-for="AdditionalInfo" class="form-control">
|
||||
</textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<span id="discount" class="price"></span>
|
||||
<span><img src="~/images/dollars.svg" style="width:2em;" /> Total : <span id="Total" class="total"></span>
|
||||
</span><br/>
|
||||
<label>
|
||||
<input type="checkbox" asp-for="Consent" class="imptarif"></input> En cochant cette case, vous acceptez les
|
||||
<a asp-action="CGV" class="btn btn-link">Conditions générales de vente</a> liées à cette commande de service.</label>
|
||||
<span id="discount" class="price"></span>
|
||||
<span><img src="~/images/dollars.svg" style="width:2em;" /> Total : <span id="Total" class="total"></span>
|
||||
</span>
|
||||
<br/>
|
||||
<label><input type="checkbox" asp-for="Consent" class="imptarif" /> En cochant cette case, vous acceptez les
|
||||
<a asp-action="CGV" class="btn btn-link">Conditions générales de vente</a> liées à cette commande de service.</label>
|
||||
</div>
|
||||
<input asp-for="ClientId" type="hidden" />
|
||||
<img src="https://www.paypalobjects.com/webstatic/en_US/i/buttons/pp-acceptance-medium.png" alt="PayPal Acceptance">
|
||||
|
||||
<input type="submit" class="btn btn-success btn-submit" value="Validez ce choix, et prendre rendez-vous"] avec @Model.PerformerProfile.Performer.UserName"/>
|
||||
</div>
|
||||
<input type="submit" class="btn btn-success btn-submit" value="Validez ce choix, et prendre rendez-vous avec @Model.PerformerProfile.Performer.UserName"/>
|
||||
</div>
|
||||
@Html.HiddenFor(model=>model.Location.Latitude)
|
||||
@Html.HiddenFor(model=>model.Location.Longitude)
|
||||
<input type="hidden" name="performerId" value="@Model.PerformerProfile.PerformerId" />
|
||||
|
@ -1,5 +1,5 @@
|
||||
@{
|
||||
ViewData["Title"] = "About "
|
||||
ViewData["Title"] = "About ";
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
<environment names="Development">
|
||||
|
@ -1,5 +1,5 @@
|
||||
@{
|
||||
ViewData["Title"] = "About"
|
||||
ViewData["Title"] = "About";
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
<environment names="freefield,Development">
|
||||
|
@ -6,7 +6,7 @@
|
||||
ViewData["Title"] = ViewBag.SettingLabel + "[" +"Details" + "]" ;
|
||||
}
|
||||
@{
|
||||
bool existingInstrument = Model.
|
||||
|
||||
}
|
||||
<h2>Details</h2>
|
||||
|
||||
|
@ -76,7 +76,7 @@
|
||||
\def\FactureObjet {@(new HtmlString(isestimate?"Devis":"Facture")) en @TeXHelpers.ToTeX(activity)} % Objet du document
|
||||
% Description de la facture
|
||||
\def\FactureDescr {
|
||||
@TeXHelpers.ToTeX(Model.GetDescription())
|
||||
@TeXHelpers.ToTeX(Model.Description)
|
||||
}
|
||||
|
||||
% Infos Client
|
||||
|
@ -4,7 +4,7 @@
|
||||
<dl class="dl-horizontal">
|
||||
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.BlogPost)
|
||||
@Html.DisplayNameFor(model => model.Target)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Allowed)
|
||||
|
@ -4,7 +4,6 @@
|
||||
@Html.DisplayFor(m=>m.InvoiceID)
|
||||
@Html.DisplayFor(m=>m.BillingAgreementAcceptedStatus)
|
||||
@Html.DisplayFor(m=>m.BillingAddress)
|
||||
|
||||
@Html.DisplayFor(m=>m.ContactPhone)
|
||||
@Html.DisplayFor(m=>m.Note)
|
||||
@Html.DisplayFor(m=>m.CheckoutStatus)
|
||||
@ -12,13 +11,12 @@
|
||||
@Html.DisplayFor(m=>m.PaymentDetails)
|
||||
@Html.DisplayFor(m=>m.UserSelectedOptions)
|
||||
@Html.DisplayFor(m=>m.IncentiveDetails)
|
||||
@if (Model.GiftReceiptEnable)
|
||||
@Html.DispayFor(m=>m.GiftMessage)
|
||||
|
||||
@Html.DispayFor(m=>m.GiftWrapName)
|
||||
@Html.DispayFor(m=>m.GiftWrapAmount)
|
||||
@Html.DispayFor(m=>m.BuyerMarketingEmail)
|
||||
@Html.DispayFor(m=>m.SurveyQuestion)
|
||||
@Html.DispayFor(m=>m.SurveyChoiceSelected)
|
||||
@Html.DispayFor(m=>m.CartChangeTolerance)
|
||||
@Html.DispayFor(m=>m.InstrumentDetails)
|
||||
@Html.DisplayFor(m=>m.GiftReceiptEnable)
|
||||
@Html.DisplayFor(m=>m.GiftMessage)
|
||||
@Html.DisplayFor(m=>m.GiftWrapName)
|
||||
@Html.DisplayFor(m=>m.GiftWrapAmount)
|
||||
@Html.DisplayFor(m=>m.BuyerMarketingEmail)
|
||||
@Html.DisplayFor(m=>m.SurveyQuestion)
|
||||
@Html.DisplayFor(m=>m.SurveyChoiceSelected)
|
||||
@Html.DisplayFor(m=>m.CartChangeTolerance)
|
||||
@Html.DisplayFor(m=>m.InstrumentDetails)
|
||||
|
@ -1,3 +1,3 @@
|
||||
<a href="https://twitter.com/intent/tweet?screen_name=TwitterDev"
|
||||
class="twitter-mention-button" data-show-count="false">Tweet to @TwitterDev</a>
|
||||
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
class="twitter-mention-button" data-show-count="false">Tweet to &TwitterDev</a>
|
||||
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
|
Reference in New Issue
Block a user