Add backload
This commit is contained in:
@@ -1,6 +1,27 @@
|
||||
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage
|
||||
@inherits UmbracoTemplatePage
|
||||
@{
|
||||
Layout = "Master.cshtml";
|
||||
}
|
||||
|
||||
@CurrentPage.GetGridHtml("content", "fanoe")
|
||||
@section Styles
|
||||
{
|
||||
@Styles.Render("~/backload/blueimp/bootstrap/BasicPlusUI/css")
|
||||
}
|
||||
|
||||
@CurrentPage.GetGridHtml("content", "fanoe")
|
||||
|
||||
@section Scripts
|
||||
{
|
||||
<!-- Scripts for the jQquery File Upload Plugin in Basic Plus UI style* -->
|
||||
@Scripts.Render("~/backload/blueimp/bootstrap/BasicPlusUI")
|
||||
<!-- jQuery autocomplete* -->
|
||||
@Scripts.Render("~/bundles/autocomplete")
|
||||
<!-- The application script -->
|
||||
<script src="/Scripts/LeafInput.js"></script>
|
||||
<script type="text/javascript">
|
||||
initFileUpload("@Session.SessionID");
|
||||
$('input#SiteId').autocomplete({
|
||||
serviceUrl: '/FluxnetSite/Autocomplete'
|
||||
});
|
||||
</script>
|
||||
}
|
||||
Reference in New Issue
Block a user