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