diff --git a/C2P/ExistingProductOffer.aspx b/C2P/ExistingProductOffer.aspx new file mode 100644 index 0000000..8bc0b5b --- /dev/null +++ b/C2P/ExistingProductOffer.aspx @@ -0,0 +1,7 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" CodeBehind="ExistingProductOffer.aspx.cs" Inherits="C2P.ExistingProductOffer" %> + + + + + + diff --git a/C2P/ExistingProductOffer.aspx.cs b/C2P/ExistingProductOffer.aspx.cs new file mode 100644 index 0000000..10a5eb8 --- /dev/null +++ b/C2P/ExistingProductOffer.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace C2P +{ + public partial class ExistingProductOffer : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/C2P/ExistingProductOffer.aspx.designer.cs b/C2P/ExistingProductOffer.aspx.designer.cs new file mode 100644 index 0000000..ff41dc9 --- /dev/null +++ b/C2P/ExistingProductOffer.aspx.designer.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace C2P +{ + + + public partial class ExistingProductOffer + { + } +} diff --git a/C2P/NewProductOffer.aspx b/C2P/NewProductOffer.aspx new file mode 100644 index 0000000..c0d77c9 --- /dev/null +++ b/C2P/NewProductOffer.aspx @@ -0,0 +1,7 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" CodeBehind="NewProductOffer.aspx.cs" Inherits="C2P.NewProductOffer" %> + + + + + + diff --git a/C2P/NewProductOffer.aspx.cs b/C2P/NewProductOffer.aspx.cs new file mode 100644 index 0000000..0643da0 --- /dev/null +++ b/C2P/NewProductOffer.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace C2P +{ + public partial class NewProductOffer : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/C2P/NewProductOffer.aspx.designer.cs b/C2P/NewProductOffer.aspx.designer.cs new file mode 100644 index 0000000..4e64725 --- /dev/null +++ b/C2P/NewProductOffer.aspx.designer.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace C2P +{ + + + public partial class NewProductOffer + { + } +} diff --git a/C2P/OfferArchive.aspx b/C2P/OfferArchive.aspx new file mode 100644 index 0000000..e2ad18b --- /dev/null +++ b/C2P/OfferArchive.aspx @@ -0,0 +1,27 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" CodeBehind="OfferArchive.aspx.cs" Inherits="C2P.OfferArchive" %> + + + + + + + + + + <%: traduci("OffersArchive") %> + + + + filtro + + + elenco + + + + + + + + + diff --git a/C2P/OfferArchive.aspx.cs b/C2P/OfferArchive.aspx.cs new file mode 100644 index 0000000..9ec38d3 --- /dev/null +++ b/C2P/OfferArchive.aspx.cs @@ -0,0 +1,27 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; +using SteamWare; + +namespace C2P +{ + public partial class OfferArchive : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + /// + /// wrapper traduzione + /// + /// + /// + public string traduci(object lemma) + { + return user_std.UtSn.Traduci(lemma.ToString()); + } + } +} \ No newline at end of file diff --git a/C2P/OfferArchive.aspx.designer.cs b/C2P/OfferArchive.aspx.designer.cs new file mode 100644 index 0000000..955d33e --- /dev/null +++ b/C2P/OfferArchive.aspx.designer.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace C2P { + + + public partial class OfferArchive { + + /// + /// HyperLink3 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HyperLink HyperLink3; + } +} diff --git a/C2P/WebUserControls/mod_OfferArchive.ascx b/C2P/WebUserControls/mod_OfferArchive.ascx new file mode 100644 index 0000000..301b8c8 --- /dev/null +++ b/C2P/WebUserControls/mod_OfferArchive.ascx @@ -0,0 +1 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_OfferArchive.ascx.cs" Inherits="C2P.WebUserControls.mod_OfferArchive" %> diff --git a/C2P/WebUserControls/mod_OfferArchive.ascx.cs b/C2P/WebUserControls/mod_OfferArchive.ascx.cs new file mode 100644 index 0000000..756d18d --- /dev/null +++ b/C2P/WebUserControls/mod_OfferArchive.ascx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace C2P.WebUserControls +{ + public partial class mod_OfferArchive : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/C2P/WebUserControls/mod_OfferArchive.ascx.designer.cs b/C2P/WebUserControls/mod_OfferArchive.ascx.designer.cs new file mode 100644 index 0000000..cd83dec --- /dev/null +++ b/C2P/WebUserControls/mod_OfferArchive.ascx.designer.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace C2P.WebUserControls +{ + + + public partial class mod_OfferArchive + { + } +}