@using Petwork.Web.Models.Album @model DisplayPhotoModel @{ ViewBag.Title = "Visualizzazione foto"; Layout = "~/Views/Shared/_LayoutUserTwoBars.cshtml"; Html.DoSelect("Sidebar", "Album"); var isOwner = Model.Photo.Owner == ViewBag.Account; // to be hihacked // exact same view // next/prev button will change the picture also hijacked and goes to the top. // clicking on one picture in any post in the wall, will opens this page too. // remove the HREF attribute in photoNav links when no previous or next url is available. } @section head { @* css ("~/Libraries/jcrop/css/jquery.Jcrop.css")" *@ @* javascript ("~/Libraries/jcrop/js/jquery.Jcrop.js")" *@ @* javascript ("~/Scripts/jquery.simplemodal-1.4.2.js")" *@ @* javascript ("~/Scripts/p4p.album.js")" *@ }