fix namespaces della amaster NO BCode

This commit is contained in:
Samuele E. Locatelli
2014-11-24 17:06:09 +01:00
parent 41e4528155
commit 3ea06b3b01
3 changed files with 13 additions and 4 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Compact.master.cs" Inherits="GMW_Term.Compact" %>
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Compact.master.cs" Inherits="GMW_Term.WebMasterPages.Compact" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register Src="../WebUserControls/mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
<%@ Register Src="../WebUserControls/mod_currentTask.ascx" TagName="mod_currentTask" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<head id="Head1" runat="server">
<title>GMW Terminus</title>
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace GMW_Term
namespace GMW_Term.WebMasterPages
{
public partial class Compact : System.Web.UI.MasterPage
{
+10 -1
View File
@@ -7,11 +7,20 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace GMW_Term {
namespace GMW_Term.WebMasterPages {
public partial class Compact {
/// <summary>
/// Head1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlHead Head1;
/// <summary>
/// head control.
/// </summary>