diff --git a/ETS-WS/ETS-WS.suo b/ETS-WS/ETS-WS.suo index fa6ba47..23e41b4 100644 Binary files a/ETS-WS/ETS-WS.suo and b/ETS-WS/ETS-WS.suo differ diff --git a/ETS-WS/ETS-WS/ETS-WS.csproj b/ETS-WS/ETS-WS/ETS-WS.csproj index 7d7caf8..f12a96a 100644 --- a/ETS-WS/ETS-WS/ETS-WS.csproj +++ b/ETS-WS/ETS-WS/ETS-WS.csproj @@ -34,7 +34,8 @@ bin\ - TRACE + + true pdbonly AnyCPU @@ -47,6 +48,8 @@ false ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules false + true + true @@ -162,6 +165,7 @@ + diff --git a/ETS-WS/ETS-WS/Help.aspx b/ETS-WS/ETS-WS/Help.aspx new file mode 100644 index 0000000..2ce79c8 --- /dev/null +++ b/ETS-WS/ETS-WS/Help.aspx @@ -0,0 +1,8 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" + AutoEventWireup="true" CodeBehind="Help.aspx.cs" Inherits="ETS_WS.Help" %> + + +
+ +
+
diff --git a/ETS-WS/ETS-WS/Help.aspx.cs b/ETS-WS/ETS-WS/Help.aspx.cs new file mode 100644 index 0000000..1a7f5e8 --- /dev/null +++ b/ETS-WS/ETS-WS/Help.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 ETS_WS +{ + public partial class Help : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/ETS-WS/ETS-WS/Help.aspx.designer.cs b/ETS-WS/ETS-WS/Help.aspx.designer.cs new file mode 100644 index 0000000..c34deca --- /dev/null +++ b/ETS-WS/ETS-WS/Help.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 ETS_WS +{ + + + public partial class Help + { + } +} diff --git a/ETS-WS/ETS-WS/Menu.aspx b/ETS-WS/ETS-WS/Menu.aspx new file mode 100644 index 0000000..00a1c09 --- /dev/null +++ b/ETS-WS/ETS-WS/Menu.aspx @@ -0,0 +1,5 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="Menu.aspx.cs" Inherits="ETS_WS.Menu" %> +<%@ Register src="WebUserControls/mod_menu.ascx" tagname="mod_menu" tagprefix="uc1" %> + + + diff --git a/ETS-WS/ETS-WS/Menu.aspx.cs b/ETS-WS/ETS-WS/Menu.aspx.cs new file mode 100644 index 0000000..f672ad4 --- /dev/null +++ b/ETS-WS/ETS-WS/Menu.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 ETS_WS +{ + public partial class Menu : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/ETS-WS/ETS-WS/Menu.aspx.designer.cs b/ETS-WS/ETS-WS/Menu.aspx.designer.cs new file mode 100644 index 0000000..24d27f7 --- /dev/null +++ b/ETS-WS/ETS-WS/Menu.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 ETS_WS { + + + public partial class Menu { + + /// + /// mod_menu1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::ETS_WS.WebUserControls.mod_menu mod_menu1; + } +} diff --git a/ETS-WS/ETS-WS/Web.config b/ETS-WS/ETS-WS/Web.config index faaf233..d1e3424 100644 --- a/ETS-WS/ETS-WS/Web.config +++ b/ETS-WS/ETS-WS/Web.config @@ -28,7 +28,7 @@ - + diff --git a/ETS-WS/ETS-WS/bin/ETS-WS.dll b/ETS-WS/ETS-WS/bin/ETS-WS.dll index d2f2702..f5d1bd1 100644 Binary files a/ETS-WS/ETS-WS/bin/ETS-WS.dll and b/ETS-WS/ETS-WS/bin/ETS-WS.dll differ diff --git a/ETS-WS/ETS-WS/bin/ETS_Data.dll b/ETS-WS/ETS-WS/bin/ETS_Data.dll index 3d2f40d..07c6e6b 100644 Binary files a/ETS-WS/ETS-WS/bin/ETS_Data.dll and b/ETS-WS/ETS-WS/bin/ETS_Data.dll differ diff --git a/ETS-WS/ETS-WS/images/WorkInProgress.jpg b/ETS-WS/ETS-WS/images/WorkInProgress.jpg new file mode 100644 index 0000000..196209f Binary files /dev/null and b/ETS-WS/ETS-WS/images/WorkInProgress.jpg differ