- <%: pazienteSel %>
-
- Accettazione diff --git a/MedPred/WebUserControls/mod_footer.ascx.cs b/MedPred/WebUserControls/mod_footer.ascx.cs index ec25327..5355786 100644 --- a/MedPred/WebUserControls/mod_footer.ascx.cs +++ b/MedPred/WebUserControls/mod_footer.ascx.cs @@ -36,21 +36,6 @@ namespace MedPred.WebUserControls ///
- Generale +
- CicloErgom +
- Cardio +
- BioMecc +
- Laboratorio +
- Psico +
- Generale +
- CicloErgom +
- Cardio +
- BioMecc +
- Laboratorio +
- Psico +
MedPred - <%: titolo %> +
+Options +
+<%: pazienteSel %>
+
+<%--
+
--%>
+<%---
+
+
--%>
+
diff --git a/MedPred/WebUserControls/mod_header.ascx.cs b/MedPred/WebUserControls/mod_header.ascx.cs
new file mode 100644
index 0000000..f582a3f
--- /dev/null
+++ b/MedPred/WebUserControls/mod_header.ascx.cs
@@ -0,0 +1,46 @@
+using SteamWare;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace MedPred.WebUserControls
+{
+ public partial class mod_header : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!Page.IsPostBack)
+ {
+ Page.Title = Request.Url.ToString();
+ }
+ }
+ /// -
+