<%@ Page Language="C#" Debug="true" %> <% string wwwftproot = ""; string fullpath = ""; string root = ""; string parent = ""; string grandParent = ""; string global = ""; string contents = ""; %><% string _url = ""; int _qty = 4; string _category = "all"; %> Blog | OCTC <% wwwftproot = @"/OUCampus"; fullpath = @"/_resources-redesign/includes/emergency.htm"; root = Server.MapPath("~"); parent = System.IO.Path.GetDirectoryName(root); grandParent = System.IO.Path.GetDirectoryName(parent); global = string.Concat(grandParent,wwwftproot, fullpath); contents = System.IO.File.ReadAllText(global); Response.Write(contents); %><% wwwftproot = @"/OUCampus"; fullpath = @"/_resources-redesign/includes/emergency-overlay.htm"; root = Server.MapPath("~"); parent = System.IO.Path.GetDirectoryName(root); grandParent = System.IO.Path.GetDirectoryName(parent); global = string.Concat(grandParent,wwwftproot, fullpath); contents = System.IO.File.ReadAllText(global); Response.Write(contents); %>
<% wwwftproot = @"/OUCampus"; fullpath = @"/_resources-redesign/includes/emergency.htm"; root = Server.MapPath("~"); parent = System.IO.Path.GetDirectoryName(root); grandParent = System.IO.Path.GetDirectoryName(parent); global = string.Concat(grandParent,wwwftproot, fullpath); contents = System.IO.File.ReadAllText(global); Response.Write(contents); %><% wwwftproot = @"/OUCampus"; fullpath = @"/_resources-redesign/includes/emergency-overlay.htm"; root = Server.MapPath("~"); parent = System.IO.Path.GetDirectoryName(root); grandParent = System.IO.Path.GetDirectoryName(parent); global = string.Concat(grandParent,wwwftproot, fullpath); contents = System.IO.File.ReadAllText(global); Response.Write(contents); %>

Blog

<% OUC.Exclusions _exclude = new OUC.Exclusions(); %><% Response.Write(OUC.Blog.DisplayFeaturedSlide("/blog/", "3", _exclude)); %><% Dictionary overwritableParams = new Dictionary(){ {"page", "1"}, {"limit", "3"}, {"addTags", ""}, {"year", ""}, {"author", ""}, {"category", ""}, {"tag", ""} }; Response.Write(OUC.Blog.DisplayGlobalListingPage("/blog/", "/blog/", overwritableParams, _exclude)); %>
<% wwwftproot = @"/OUCampus"; fullpath = @"/_resources-redesign/includes/footcode-6-22-22.htm"; root = Server.MapPath("~"); parent = System.IO.Path.GetDirectoryName(root); grandParent = System.IO.Path.GetDirectoryName(parent); global = string.Concat(grandParent,wwwftproot, fullpath); contents = System.IO.File.ReadAllText(global); Response.Write(contents); %>