-
-
-
+
-
+
© 2013-<%: DateTime.Now.Year %> - SteamWare, ETS
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.cs b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.cs
index 3660430..f97238e 100644
--- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.cs
+++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.cs
@@ -17,7 +17,6 @@ namespace PROJ_ETS.WebUserControls
{
// sistemo le stringhe...
lblApp.Text = string.Format("
{0} v.{1}.{2}", ConfigurationManager.AppSettings.Get("appName"), ConfigurationManager.AppSettings.Get("mainRev"), ConfigurationManager.AppSettings.Get("minRev"));
- lblCopyRight.Text = string.Format("
{0}", ConfigurationManager.AppSettings.Get("copyRight"));
setTimer();
setClock();
}
@@ -35,7 +34,7 @@ namespace PROJ_ETS.WebUserControls
private void setClock()
{
- lblDateTime.Text = DateTime.Now.ToString("HH:mm:ss");
+ lblDateTime.Text = DateTime.Now.ToString("dddd dd/MM/yyyy, HH:mm:ss");
}
}
}
\ No newline at end of file
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.designer.cs b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.designer.cs
index 7347088..cab5a34 100644
--- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.designer.cs
+++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_menuBottomFullpage.ascx.designer.cs
@@ -12,6 +12,15 @@ namespace PROJ_ETS.WebUserControls {
public partial class mod_menuBottomFullpage {
+ ///
+ /// BundleReference1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference1;
+
///
/// lblDateTime control.
///
@@ -39,15 +48,6 @@ namespace PROJ_ETS.WebUserControls {
///
protected global::System.Web.UI.WebControls.Label lblrev;
- ///
- /// lblCopyRight control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.Label lblCopyRight;
-
///
/// Timer1 control.
///
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_testata.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_testata.ascx
index 8077786..04a6f8a 100644
--- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_testata.ascx
+++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_testata.ascx
@@ -7,7 +7,7 @@