From 5b1646d154c3caf9d0ae92271b752702aff54d6a Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Thu, 8 Aug 2013 07:39:03 +0000
Subject: [PATCH] SP-807 BIS-509 YeastLab Browser Refresh - Login shown on page
 change fix.

SVN: 29611
---
 .../2/as/webapps/yeastlabbrowser/html/antibody-browser.html     | 2 +-
 .../2/as/webapps/yeastlabbrowser/html/bacteria-browser.html     | 2 +-
 .../2/as/webapps/yeastlabbrowser/html/chemical-browser.html     | 2 +-
 .../2/as/webapps/yeastlabbrowser/html/enzyme-browser.html       | 2 +-
 .../webapps/yeastlabbrowser/html/general_protocol-browser.html  | 2 +-
 .../2/as/webapps/yeastlabbrowser/html/media-browser.html        | 2 +-
 .../2/as/webapps/yeastlabbrowser/html/oligo-browser.html        | 2 +-
 .../2/as/webapps/yeastlabbrowser/html/pcr-browser.html          | 2 +-
 .../2/as/webapps/yeastlabbrowser/html/plasmid-browser.html      | 2 +-
 .../webapps/yeastlabbrowser/html/solutions_buffers-browser.html | 2 +-
 .../webapps/yeastlabbrowser/html/western_blotting-browser.html  | 2 +-
 .../2/as/webapps/yeastlabbrowser/html/yeast-browser.html        | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/antibody-browser.html b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/antibody-browser.html
index 7583c9ab1a7..5a017993a15 100644
--- a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/antibody-browser.html
+++ b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/antibody-browser.html
@@ -27,7 +27,7 @@
 		<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" style="position: absolute; margin-left: 10px; margin-top: 10px; width: 120px;"/>
 	</div>
 	
-	<div id="login-form-div" style="margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
+	<div id="login-form-div" style="visibility:hidden; margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
 			<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" />
 			<br /><br />
 			<form id="login-form" action="javascript:">
diff --git a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/bacteria-browser.html b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/bacteria-browser.html
index 908e6fc3a4e..fbd3a7bbc91 100644
--- a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/bacteria-browser.html
+++ b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/bacteria-browser.html
@@ -27,7 +27,7 @@
 		<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" style="position: absolute; margin-left: 10px; margin-top: 10px; width: 120px;"/>
 	</div>
 	
-	<div id="login-form-div" style="margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
+	<div id="login-form-div" style="visibility:hidden; margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
 			<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" />
 			<br /><br />
 			<form id="login-form" action="javascript:">
diff --git a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/chemical-browser.html b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/chemical-browser.html
index bf32adbbaec..bf4586294b3 100644
--- a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/chemical-browser.html
+++ b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/chemical-browser.html
@@ -517,7 +517,7 @@ function ShowHide(divId)
 		<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" style="position: absolute; margin-left: 10px; margin-top: 10px; width: 120px;"/>
 	</div>
 	
-	<div id="login-form-div" style="margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
+	<div id="login-form-div" style="visibility:hidden; margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
 			<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" />
 			<br /><br />
 			<form id="login-form" action="javascript:">
diff --git a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/enzyme-browser.html b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/enzyme-browser.html
index cb4598fd3e1..5ae526e3065 100644
--- a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/enzyme-browser.html
+++ b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/enzyme-browser.html
@@ -27,7 +27,7 @@
 		<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" style="position: absolute; margin-left: 10px; margin-top: 10px; width: 120px;"/>
 	</div>
 	
-	<div id="login-form-div" style="margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
+	<div id="login-form-div" style="visibility:hidden; margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
 			<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" />
 			<br /><br />
 			<form id="login-form" action="javascript:">
diff --git a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/general_protocol-browser.html b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/general_protocol-browser.html
index f6365e1c9d3..a8b0e4de919 100644
--- a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/general_protocol-browser.html
+++ b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/general_protocol-browser.html
@@ -27,7 +27,7 @@
 		<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" style="position: absolute; margin-left: 10px; margin-top: 10px; width: 120px;"/>
 	</div>
 	
-	<div id="login-form-div" style="margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
+	<div id="login-form-div" style="visibility:hidden; margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
 			<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" />
 			<br /><br />
 			<form id="login-form" action="javascript:">
diff --git a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/media-browser.html b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/media-browser.html
index 3f0eb0e6b15..c29fc4da7cc 100644
--- a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/media-browser.html
+++ b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/media-browser.html
@@ -26,7 +26,7 @@
 		<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" style="position: absolute; margin-left: 10px; margin-top: 10px; width: 120px;"/>
 	</div>
 	
-	<div id="login-form-div" style="margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
+	<div id="login-form-div" style="visibility:hidden; margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
 			<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" />
 			<br /><br />
 			<form id="login-form" action="javascript:">
diff --git a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/oligo-browser.html b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/oligo-browser.html
index c814868eccc..7ac99f79c37 100644
--- a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/oligo-browser.html
+++ b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/oligo-browser.html
@@ -546,7 +546,7 @@ function ShowHide(divId)
 		<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" style="position: absolute; margin-left: 10px; margin-top: 10px; width: 120px;"/>
 	</div>
 	
-	<div id="login-form-div" style="margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
+	<div id="login-form-div" style="visibility:hidden; margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
 			<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" />
 			<br /><br />
 			<form id="login-form" action="javascript:">
diff --git a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/pcr-browser.html b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/pcr-browser.html
index 6d0fbb083a2..ac74912319b 100644
--- a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/pcr-browser.html
+++ b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/pcr-browser.html
@@ -27,7 +27,7 @@
 		<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" style="position: absolute; margin-left: 10px; margin-top: 10px; width: 120px;"/>
 	</div>
 	
-	<div id="login-form-div" style="margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
+	<div id="login-form-div" style="visibility:hidden; margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
 			<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" />
 			<br /><br />
 			<form id="login-form" action="javascript:">
diff --git a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/plasmid-browser.html b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/plasmid-browser.html
index b3fd6a5aaba..2971d8e1639 100644
--- a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/plasmid-browser.html
+++ b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/plasmid-browser.html
@@ -27,7 +27,7 @@
 		<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" style="position: absolute; margin-left: 10px; margin-top: 10px; width: 120px;"/>
 	</div>
 	
-	<div id="login-form-div" style="margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
+	<div id="login-form-div" style="visibility:hidden; margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
 			<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" />
 			<br /><br />
 			<form id="login-form" action="javascript:">
diff --git a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/solutions_buffers-browser.html b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/solutions_buffers-browser.html
index 6866b27408c..1fc3d644fd3 100644
--- a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/solutions_buffers-browser.html
+++ b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/solutions_buffers-browser.html
@@ -27,7 +27,7 @@
 		<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" style="position: absolute; margin-left: 10px; margin-top: 10px; width: 120px;"/>
 	</div>
 	
-	<div id="login-form-div" style="margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
+	<div id="login-form-div" style="visibility:hidden; margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
 			<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" />
 			<br /><br />
 			<form id="login-form" action="javascript:">
diff --git a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/western_blotting-browser.html b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/western_blotting-browser.html
index 3e2fa7c7a90..3723d772f12 100644
--- a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/western_blotting-browser.html
+++ b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/western_blotting-browser.html
@@ -27,7 +27,7 @@
 		<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" style="position: absolute; margin-left: 10px; margin-top: 10px; width: 120px;"/>
 	</div>
 	
-	<div id="login-form-div" style="margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
+	<div id="login-form-div" style="visibility:hidden; margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
 			<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" />
 			<br /><br />
 			<form id="login-form" action="javascript:">
diff --git a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/yeast-browser.html b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/yeast-browser.html
index 2d31a0e5c39..a022963db01 100644
--- a/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/yeast-browser.html
+++ b/plasmid/source/core-plugins/yeastlabbrowser/2/as/webapps/yeastlabbrowser/html/yeast-browser.html
@@ -967,7 +967,7 @@ function ShowHide(divId)
 		<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" style="position: absolute; margin-left: 10px; margin-top: 10px; width: 120px;"/>
 	</div>
 	
-	<div id="login-form-div" style="margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
+	<div id="login-form-div" style="visibility:hidden; margin-top: 10px; auto; margin-left: auto; margin-right: auto; display: block; background-color: #EEEEEE; border-radius: 6px 6px 6px 6px; width: 400px; padding: 20px;">
 			<img id="openbis-logo" src="images/openBIS_Logo.png" alt="openBIS" />
 			<br /><br />
 			<form id="login-form" action="javascript:">
-- 
GitLab