Skip to content

Commit

Permalink
Changed Default.aspx to inline version per feedback request
Browse files Browse the repository at this point in the history
  • Loading branch information
cscrosati committed Nov 16, 2011
1 parent 3542b23 commit a6fe3b2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Kudu.Services.Web/Default.aspx
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<%@ Page Language="C#" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script runat="server">
protected void Page_Load(object sender, EventArgs e)
{
litVersion.Text = System.Diagnostics.FileVersionInfo.GetVersionInfo(typeof(Kudu.Services.MvcApplication).Assembly.Location).ProductVersion;
}
</script>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>Kudu Services</title>
Expand All @@ -28,7 +22,7 @@
<body>
<form id="MainForm" runat="server">
<div>
<h1>Kudu - Build <asp:Literal ID="litVersion" runat="server" /></h1>
<h1>Kudu - Build <% =System.Diagnostics.FileVersionInfo.GetVersionInfo(typeof(Kudu.Services.MvcApplication).Assembly.Location).ProductVersion %></h1>
</div>
<div>
<h2>API Help</h2>
Expand Down

0 comments on commit a6fe3b2

Please sign in to comment.