diff --git a/GMW_Term/WebUserControls/mod_searchRes.ascx b/GMW_Term/WebUserControls/mod_searchRes.ascx
index d4d063e7..073c7ca9 100644
--- a/GMW_Term/WebUserControls/mod_searchRes.ascx
+++ b/GMW_Term/WebUserControls/mod_searchRes.ascx
@@ -19,9 +19,9 @@
-
-
+
/
-
+
@@ -37,7 +37,7 @@
PreviousPageText="prec." PreviousPageImageUrl="../images/ArrowUp.png" />
-
+
+ /// va alla pagina dei buttons principale
+ ///
+ ///
+ ///
+ protected void btnButtonsHome_Click(object sender, EventArgs e)
+ {
+ Response.Redirect("~/Search.aspx");
+ }
+#if false
+ ///
+ /// link del pulsante HOME
+ ///
+ public string homeBtnLink
+ {
+ set
+ {
+ _homeBtnLink = value;
+ traduciObj();
+ }
+ get
+ {
+ return _homeBtnLink;
+ }
+ }
+ string _homeBtnText = "Home";
+ string _homeBtnLink = "~/Home.aspx";
+ ///
+ /// traduce stringhe oggetti
+ ///
+ protected void traduciObj()
+ {
+ //// scrive label e text bottoni
+ //btnButtonsHome.Text = string.Format("{0}\n[Alt+{1}]", traduci(_homeBtnText), 9);
+ //btnButtonsHome.AccessKey = "9";
+ }
+ ///
+ /// wrapper traduzione termini
+ ///
+ ///
+ ///
+ public string traduci(string lemma)
+ {
+ return user_std.UtSn.Traduci(lemma);
+ }
+#endif
}
}
\ No newline at end of file
diff --git a/GMW_Term/bin/GMW_Term.dll b/GMW_Term/bin/GMW_Term.dll
index 69506118..235c92be 100644
Binary files a/GMW_Term/bin/GMW_Term.dll and b/GMW_Term/bin/GMW_Term.dll differ
diff --git a/GMW_Term/images/ArrowDown.png b/GMW_Term/images/ArrowDown.png
index 385c7c2d..b2f90857 100644
Binary files a/GMW_Term/images/ArrowDown.png and b/GMW_Term/images/ArrowDown.png differ
diff --git a/GMW_Term/images/ArrowUp.png b/GMW_Term/images/ArrowUp.png
index 10bee3e0..43680f9a 100644
Binary files a/GMW_Term/images/ArrowUp.png and b/GMW_Term/images/ArrowUp.png differ
diff --git a/GMW_Terminus.suo b/GMW_Terminus.suo
index 4ff725b8..90e25209 100644
Binary files a/GMW_Terminus.suo and b/GMW_Terminus.suo differ