<%
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));
%>