diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html
index 6ab13ebd..81f10b17 100644
--- a/Contrib/Modern UI/Readme.html
+++ b/Contrib/Modern UI/Readme.html
@@ -100,6 +100,14 @@ a:hover
display: none;
}
+.options
+ {
+ text-align: center;
+ cursor: pointer;
+ cursor: hand;
+ color: #294F75;
+ }
+
/*]]>*/
@@ -138,22 +146,41 @@ a:hover
}
}
-
+
+ function expandall() {
+
+ var divNodeList = document.getElementsByTagName('div');
+ for (i = 0; i < divNodeList.length; i++) {
+ if(divNodeList[i].id) {
+ divNodeList[i].style.display = "block";
+ document.getElementById('trigger_' + divNodeList[i].id.substr(7)).src = "images/open.gif";
+ }
+ }
+
+ }
+
+ function hideall() {
+
+ var divNodeList = document.getElementsByTagName('div');
+ for (i = 0; i < divNodeList.length; i++) {
+ if(divNodeList[i].id) {
+ divNodeList[i].style.display = "none";
+ document.getElementById('trigger_' + divNodeList[i].id.substr(7)).src = "images/closed.gif";
+ }
+ }
+
+ }
+
//]]>
-
-
-
-
- |
-
-
-
+ |
+
+[Expand all] [Hide all]
Introduction
@@ -1237,16 +1264,9 @@ it freely, subject to the following restrictions:
- |
-
-
-
|
- |
-
-