Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/mainlayout.jsp @ 575:a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
gnv/trunk@707 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 24 Feb 2010 14:38:36 +0000 |
parents | 3f7bbc6dc751 |
children | 734e8301c9ea |
comparison
equal
deleted
inserted
replaced
574:800874dc0b29 | 575:a634d5ee961d |
---|---|
40 "10.4788 58.4908, " + | 40 "10.4788 58.4908, " + |
41 " 4.2686 58.8996, " + | 41 " 4.2686 58.8996, " + |
42 " 0.0219 58.5768, " + | 42 " 0.0219 58.5768, " + |
43 "-1.5763 58.3616))"; | 43 "-1.5763 58.3616))"; |
44 } | 44 } |
45 | |
46 function toggleBinType(toDeactivate) { | |
47 var ele = document.getElementById(toDeactivate); | |
48 | |
49 if (ele != null) { | |
50 ele.checked = false; | |
51 } | |
52 } | |
45 </script> | 53 </script> |
46 </head> | 54 </head> |
47 | 55 |
48 <body id="gnviewerbody"> | 56 <body id="gnviewerbody"> |
49 <div id="overlay"></div> | 57 <div id="overlay"></div> |