@using ClientDependency.Core.Mvc @using LeafWeb.WebCms.Controllers @model LeafWeb.WebCms.Models.LeafInputCreate @{ Html.RequiresCss("~/backload/blueimp/bootstrap/BasicPlusUI/css"); Html.RequiresJs("~/scripts/jquery.autocomplete.min.js"); Html.RequiresJs("~/scripts/jquery.validate.min.js"); Html.RequiresJs("~/scripts/jquery.validate.unobtrusive.min.js"); Html.RequiresJs("~/scripts/jquery.validate.unobtrusive.bootstrap.min.js"); Html.RequiresJs("~/scripts/LeafInputCreate.js"); }