WIP : Js and css cleanup
This commit is contained in:
parent
4bb7adbced
commit
7550cb8eec
13 changed files with 8 additions and 24 deletions
|
|
@ -5,7 +5,7 @@
|
|||
}
|
||||
|
||||
@section header {
|
||||
<link rel="stylesheet" href="~/css/jquery.timepicker.css" asp-append-version="true"/>
|
||||
<link rel="stylesheet" href="~/css/main/jquery.timepicker.css" asp-append-version="true"/>
|
||||
}
|
||||
@section scripts {
|
||||
<script src="~/js/timepicker.bundle.min.js" asp-append-version="true"></script>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<script src="https://maps.googleapis.com/maps/api/js?key=@ViewBag.GoogleSettings.BrowserApiKey"></script>
|
||||
<script src="~/js/moment-with-locales.min.js"></script>
|
||||
<script src="~/js/datetime.bundle.min.js" asp-append-version="true"></script>
|
||||
<link rel="stylesheet" href="~/css/bootstrap-datetimepicker.min.css" asp-append-version="true"/>
|
||||
<link rel="stylesheet" href="~/css/main/bootstrap-datetimepicker.min.css" asp-append-version="true"/>
|
||||
@section header {
|
||||
<style>
|
||||
#map {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<script type="text/javascript" src="~/js/moment-with-locales.min.js"></script>
|
||||
<script src="~/js/datetime.bundle.min.js" asp-append-version="true"></script>
|
||||
<link rel="stylesheet" href="~/css/bootstrap-datetimepicker.min.css" asp-append-version="true"/>
|
||||
<link rel="stylesheet" href="~/css/main/bootstrap-datetimepicker.min.css" asp-append-version="true"/>
|
||||
|
||||
}
|
||||
@{ ViewBag.Title = $"Proposition de rendez-vous à {Model.PerformerProfile.Performer.UserName} [{ViewBag.Activity.Name}]"; }
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
@section header {
|
||||
<script src="~/js/moment-with-locales.min.js"></script>
|
||||
<script src="~/js/datetime.bundle.min.js" asp-append-version="true"></script>
|
||||
<link rel="stylesheet" href="~/css/bootstrap-datetimepicker.min.css" asp-append-version="true"/>
|
||||
<link rel="stylesheet" href="~/css/main/bootstrap-datetimepicker.min.css" asp-append-version="true"/>
|
||||
<style>
|
||||
#map {
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@
|
|||
background-color: grey;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="~/css/dropzone-basic.min.css" asp-append-version="true"/>
|
||||
<link rel="stylesheet" href="~/css/dropzone.min.css" asp-append-version="true"/>
|
||||
<link rel="stylesheet" href="~/css/main/dropzone.min.css" asp-append-version="true"/>
|
||||
<link rel="stylesheet" href="~/css/main/dropzone-basic.min.css" asp-append-version="true"/>
|
||||
<script src="~/js/dropzone.bundle.min.js" asp-append-version="true"></script>
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
@section header {
|
||||
<script src="~/js/moment-with-locales.min.js"></script>
|
||||
<script src="~/js/datetime.bundle.min.js" asp-append-version="true"></script>
|
||||
<link rel="stylesheet" href="~/css/bootstrap-datetimepicker.min.css" asp-append-version="true"/>
|
||||
<link rel="stylesheet" href="~/css/main/bootstrap-datetimepicker.min.css" asp-append-version="true"/>
|
||||
}
|
||||
<h2>@ViewBag.Title</h2>
|
||||
<form asp-action="Create" id="FrmComCre" role="form">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue