Charts, login, manage queue, styling
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
Layout = "Master.cshtml";
|
||||
|
||||
var leafInputBackload = GetBoolProperty(Model.Content.Properties, "leafInputBackload");
|
||||
var chart = GetBoolProperty(Model.Content.Properties, "chart");
|
||||
}
|
||||
|
||||
@section Styles
|
||||
@@ -10,7 +11,9 @@
|
||||
@if (leafInputBackload) { @Styles.Render("~/backload/blueimp/bootstrap/BasicPlusUI/css") }
|
||||
}
|
||||
|
||||
@CurrentPage.GetGridHtml("content", "fanoe")
|
||||
<div role="content">
|
||||
@CurrentPage.GetGridHtml("content", "fanoe")
|
||||
</div>
|
||||
|
||||
@section Scripts
|
||||
{
|
||||
@@ -18,6 +21,7 @@
|
||||
@if (leafInputBackload) { @Scripts.Render("~/backload/blueimp/bootstrap/BasicPlusUI") }
|
||||
<!-- jQuery autocomplete* -->
|
||||
@if (leafInputBackload) { <script src="~/scripts/jquery.autocomplete.min.js"></script> }
|
||||
@if (chart) { <script src="~/scripts/Chart.js"></script> }
|
||||
|
||||
@if (leafInputBackload)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user