@using SquishIt.Framework @ViewBag.Title @Html.Raw(Bundle.Css() .AddDirectory("~/Content", false) .Render("~/Cache/combined_#.css")) @Html.Raw(Bundle.JavaScript() .Add("~/Scripts/jquery-1.5.1.js") .Add("~/Scripts/jquery.tmpl.min.js") .Add("~/Scripts/jquery-ui-1.8.24.js") .Add("~/Scripts/jquery-ui-timepicker-addon.js") .Render("~/Cache/initial_#.js")) @RenderSection("head", false) @Html.Partial("_StatusMessage")
@* the solely purpose of this is to stay behind the header and fill space for others not to go behind it *@
@RenderBody()
@Html.Partial("_Footer")
@Html.Raw(Bundle.JavaScript() /*.Add("~/Scripts/jquery-1.5.1.js")*/ .Add("~/Scripts/jquery.qtip-1.0.0-rc3.js") .Add("~/Scripts/jquery.simplemodal-1.4.3.js") .Add("~/Scripts/jquery.form-2.94.js") .Add("~/Scripts/jquery.unobtrusive-ajax.js") .Add("~/Scripts/jquery.validate.js") .Add("~/Scripts/jquery.validate.unobtrusive.js") .Add("~/Scripts/jquery.MultiFile-1.47.js") /*.Add("~/Scripts/jquery-ui-1.8.24.js")*/ .Add("~/Scripts/jquery.youtubin-1.2.js") /*.Add("~/Scripts/jquery-ui-timepicker-addon.js")*/ .Add("~/Libraries/jcrop/js/jquery.Jcrop.js") .Add("~/Libraries/infinite-scroll/jquery.infinitescroll.js") .Add("~/Libraries/infinite-scroll/behaviors/manual-trigger.js") .Add("~/Libraries/tinymce/jquery.tinymce.js") .Add("~/Scripts/p4p.common.js") .AddDynamic("/Resources/Messages.js") .AddDynamic("/Resources/Album.js") .AddDynamic("/Resources/Friend.js") .Add("~/Scripts/p4p.like.js") .Add("~/Scripts/p4p.denounce.js") .Add("~/Scripts/p4p.share.js") .Add("~/Scripts/p4p.widgets.load_more.js") .Add("~/Scripts/p4p.widgets.tagging.js") .Add("~/Scripts/p4p.widgets.users_select.js") .Add("~/Scripts/p4p.widgets.postForm.js") .Add("~/Scripts/p4p.album.js") .Add("~/Scripts/p4p.album.edit.js") .Add("~/Scripts/p4p.album.photoCrop.js") .Add("~/Scripts/p4p.album.photoTag.js") .Add("~/Scripts/p4p.wall.js") .Add("~/Scripts/p4p.wall.linkPreview.js") .Add("~/Scripts/p4p.friend.js") .Add("~/Scripts/p4p.search.js") .Add("~/Scripts/p4p.petAd.js") .Add("~/Scripts/p4p.pet.js") .Add("~/Scripts/p4p.contest.js") .Add("~/Scripts/p4p.business.js") .Add("~/Scripts/p4p.page.js") .Add("~/Scripts/p4p.popups-update.js") .Add("~/Scripts/p4p.comment.js") .Add("~/Scripts/p4p.profile.changePicture.js") .Add("~/Scripts/p4p.likes.js") .Add("~/Scripts/p4p.register.js") .Add("~/Scripts/p4p.cities.js") .Add("~/Scripts/p4p.stags.js") .Add("~/Scripts/p4p.invite.js") .Render("~/Cache/combined_#.js")) @RenderSection("foot", false) @if (User.Identity.IsAuthenticated) { }