From 852705869185c116846f3993b4e9d6e6cb7f39c3 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Wed, 28 Jul 2010 11:49:08 -0500 Subject: [PATCH] Add google analytics. --- Views/Shared/Site.Master | 112 ++++++++++++++++++++++----------------- 1 file changed, 62 insertions(+), 50 deletions(-) diff --git a/Views/Shared/Site.Master b/Views/Shared/Site.Master index 694acb1..b2f0434 100644 --- a/Views/Shared/Site.Master +++ b/Views/Shared/Site.Master @@ -1,50 +1,62 @@ -<%@ Master Language="C#" Inherits="System.Web.Mvc.ViewMasterPage" %> - - - - - MonkeyWrench - <asp:ContentPlaceHolder ID="TitleContent" runat="server" /> - - <%= Html.IncludeFavicon ("favicon.ico") %> - - <%= Html.IncludeCSS ("style.css") %> - <%= Html.IncludeCSS ("diffs.css") %> - - <%= Html.IncludeJS ("~/Scripts/TreeMenu.js")%> - <%= Html.IncludeJS ("~/Scripts/jquery-1.3.2.min.js") %> - - <%= Html.IncludeScript ("window.onresize = Resize;") %> - - - - - -
- <% Html.RenderPartial ("SiteMenu"); %> -
- -
- -
- - - - - <%= Html.IncludeScript ("Resize();") %> - - +<%@ Master Language="C#" Inherits="System.Web.Mvc.ViewMasterPage" %> + + + + + MonkeyWrench - <asp:ContentPlaceHolder ID="TitleContent" runat="server" /> + + <%= Html.IncludeFavicon ("favicon.ico") %> + + <%= Html.IncludeCSS ("style.css") %> + <%= Html.IncludeCSS ("diffs.css") %> + + <%= Html.IncludeJS ("~/Scripts/TreeMenu.js")%> + <%= Html.IncludeJS ("~/Scripts/jquery-1.3.2.min.js") %> + + <%= Html.IncludeScript ("window.onresize = Resize;") %> + + + + + + + +
+ <% Html.RenderPartial ("SiteMenu"); %> +
+ +
+ +
+ + + + + <%= Html.IncludeScript ("Resize();") %> + +