You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/10/10 14:22:35 UTC

svn commit: r882003 [2/7] - in /websites/staging/isis/trunk: cgi-bin/ content/ content/applib-guide/ content/applib-guide/domain-services/ content/applib-guide/how-tos/ content/applib-guide/reference/ content/applib-guide/reference/recognized-annotatio...

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-100-How-to-validate-user-input-for-a-property.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-100-How-to-validate-user-input-for-a-property.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-100-How-to-validate-user-input-for-a-property.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -299,7 +299,7 @@ responsible for providing this feedback 
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -321,7 +321,9 @@ responsible for providing this feedback 
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-110-How-to-validate-an-object-being-added-or-removed-from-a-collection.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-110-How-to-validate-an-object-being-added-or-removed-from-a-collection.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-110-How-to-validate-an-object-being-added-or-removed-from-a-collection.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -289,7 +289,7 @@ user.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -311,7 +311,9 @@ user.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-120-How-to-validate-an-action-parameter-argument.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-120-How-to-validate-an-action-parameter-argument.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-120-How-to-validate-an-action-parameter-argument.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -301,7 +301,7 @@ feedback to the user.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -323,7 +323,9 @@ feedback to the user.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-130-How-to-validate-declaratively-using-MustSatisfy.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-130-How-to-validate-declaratively-using-MustSatisfy.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-02-130-How-to-validate-declaratively-using-MustSatisfy.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -301,7 +301,7 @@ together and require that <em>at least o
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -323,7 +323,9 @@ together and require that <em>at least o
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-010-How-to-specify-a-set-of-choices-for-a-property.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-010-How-to-specify-a-set-of-choices-for-a-property.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-010-How-to-specify-a-set-of-choices-for-a-property.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -290,7 +290,7 @@ Customer, with the most recently-used ad
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -312,7 +312,9 @@ Customer, with the most recently-used ad
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -279,7 +279,7 @@
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -301,7 +301,9 @@
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-017-How-to-specify-default-value-of-an-object-property.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-017-How-to-specify-default-value-of-an-object-property.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-017-How-to-specify-default-value-of-an-object-property.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -259,7 +259,7 @@
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -281,7 +281,9 @@
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-020-How-to-specify-a-set-of-choices-for-an-action-parameter.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-020-How-to-specify-a-set-of-choices-for-an-action-parameter.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-020-How-to-specify-a-set-of-choices-for-an-action-parameter.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -337,7 +337,7 @@ for that parameter.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -359,7 +359,9 @@ for that parameter.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-022-How-to-specify-dependent-choices-for-action-parameters.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-022-How-to-specify-dependent-choices-for-action-parameters.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-022-How-to-specify-dependent-choices-for-action-parameters.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -290,7 +290,7 @@
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -312,7 +312,9 @@
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -286,7 +286,7 @@
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -308,7 +308,9 @@
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-030-How-to-specify-that-a-class-of-objects-has-a-limited-number-of-instances.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-030-How-to-specify-that-a-class-of-objects-has-a-limited-number-of-instances.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-030-How-to-specify-that-a-class-of-objects-has-a-limited-number-of-instances.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -282,7 +282,7 @@ implicitly bounded.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -304,7 +304,9 @@ implicitly bounded.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-040-How-to-find-an-entity-(for-an-action-parameter-or-property)-using-auto-complete.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-040-How-to-find-an-entity-(for-an-action-parameter-or-property)-using-auto-complete.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-040-How-to-find-an-entity-(for-an-action-parameter-or-property)-using-auto-complete.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -287,7 +287,7 @@ specified.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -309,7 +309,9 @@ specified.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-050-How-to-specify-default-values-for-an-action-parameter.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-050-How-to-specify-default-values-for-an-action-parameter.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-050-How-to-specify-default-values-for-an-action-parameter.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -323,7 +323,7 @@ action method signature of corresponding
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -345,7 +345,9 @@ action method signature of corresponding
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-000-How-to-derive-properties-and-collections-and-other-side-effects.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-000-How-to-derive-properties-and-collections-and-other-side-effects.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-000-How-to-derive-properties-and-collections-and-other-side-effects.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -261,7 +261,7 @@ derived from other information available
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -283,7 +283,9 @@ derived from other information available
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-010-How-to-make-a-derived-property.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-010-How-to-make-a-derived-property.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-010-How-to-make-a-derived-property.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -332,7 +332,7 @@ modifies the original source of the info
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -354,7 +354,9 @@ modifies the original source of the info
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-020-How-to-make-a-derived-collection.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-020-How-to-make-a-derived-collection.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-020-How-to-make-a-derived-collection.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -299,7 +299,7 @@ underlying data. For example:</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -321,7 +321,9 @@ underlying data. For example:</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-030-How-to-inline-the-results-of-a-query-only-repository-action.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-030-How-to-inline-the-results-of-a-query-only-repository-action.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-030-How-to-inline-the-results-of-a-query-only-repository-action.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -272,7 +272,7 @@ service) action.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -294,7 +294,9 @@ service) action.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-040-How-to-trigger-other-behaviour-when-a-property-is-changed.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-040-How-to-trigger-other-behaviour-when-a-property-is-changed.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-040-How-to-trigger-other-behaviour-when-a-property-is-changed.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -308,7 +308,7 @@ the user (i.e. the current value replace
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -330,7 +330,9 @@ the user (i.e. the current value replace
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-050-How-to-trigger-other-behaviour-when-an-object-is-added-or-removed.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-050-How-to-trigger-other-behaviour-when-an-object-is-added-or-removed.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-050-How-to-trigger-other-behaviour-when-an-object-is-added-or-removed.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -309,7 +309,7 @@ public class Department {
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -331,7 +331,9 @@ public class Department {
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -318,7 +318,7 @@ maintaining the associations, while the 
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -340,7 +340,9 @@ maintaining the associations, while the 
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -296,7 +296,7 @@ public class CustomerImpl implements ICu
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -318,7 +318,9 @@ public class CustomerImpl implements ICu
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -288,7 +288,7 @@ a tooltip.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -310,7 +310,9 @@ a tooltip.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -289,7 +289,7 @@ a tooltip.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -311,7 +311,9 @@ a tooltip.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-040-How-to-specify-names-or-description-for-an-action.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-040-How-to-specify-names-or-description-for-an-action.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-040-How-to-specify-names-or-description-for-an-action.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -289,7 +289,7 @@ a tooltip.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -311,7 +311,9 @@ a tooltip.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-050-How-to-specify-the-icon-for-an-individual-objects-state.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-050-How-to-specify-the-icon-for-an-individual-objects-state.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-05-050-How-to-specify-the-icon-for-an-individual-objects-state.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -283,7 +283,7 @@ the object:</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -305,7 +305,9 @@ the object:</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-06-010-How-to-pass-a-messages-and-errors-back-to-the-user.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-06-010-How-to-pass-a-messages-and-errors-back-to-the-user.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-06-010-How-to-pass-a-messages-and-errors-back-to-the-user.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -288,7 +288,7 @@ to the user is determined by the viewer 
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -310,7 +310,9 @@ to the user is determined by the viewer 
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-06-020-How-to-deal-with-an-unexpected-error.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-06-020-How-to-deal-with-an-unexpected-error.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-06-020-How-to-deal-with-an-unexpected-error.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -261,7 +261,7 @@ you use is a matter of style, because th
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -283,7 +283,9 @@ you use is a matter of style, because th
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-010-How-to-set-up-the-initial-value-of-a-property-programmatically.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-010-How-to-set-up-the-initial-value-of-a-property-programmatically.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-010-How-to-set-up-the-initial-value-of-a-property-programmatically.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -314,7 +314,7 @@ methods discussed above.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -336,7 +336,9 @@ methods discussed above.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-020-How-to-insert-behaviour-into-the-object-life-cycle.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-020-How-to-insert-behaviour-into-the-object-life-cycle.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-020-How-to-insert-behaviour-into-the-object-life-cycle.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -319,7 +319,7 @@ only be created once the new object has 
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -341,7 +341,9 @@ only be created once the new object has 
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-030-How-to-ensure-object-is-in-valid-state.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-030-How-to-ensure-object-is-in-valid-state.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-030-How-to-ensure-object-is-in-valid-state.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -304,7 +304,7 @@
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -326,7 +326,9 @@
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-040-How-to-specify-that-an-object-should-not-be-persisted.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-040-How-to-specify-that-an-object-should-not-be-persisted.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-040-How-to-specify-that-an-object-should-not-be-persisted.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -264,7 +264,7 @@
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -286,7 +286,9 @@
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-050-How-to-perform-lazy-loading.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-050-How-to-perform-lazy-loading.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-050-How-to-perform-lazy-loading.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -268,7 +268,7 @@
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -290,7 +290,9 @@
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-060-How-to-perform-dirty-object-tracking.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-060-How-to-perform-dirty-object-tracking.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-060-How-to-perform-dirty-object-tracking.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -272,7 +272,7 @@ This is done either by Isis itself, or (
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -294,7 +294,9 @@ This is done either by Isis itself, or (
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-070-How-to-hook-into-the-object-lifecycle-using-callbacks.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-070-How-to-hook-into-the-object-lifecycle-using-callbacks.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-07-070-How-to-hook-into-the-object-lifecycle-using-callbacks.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -314,7 +314,7 @@
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -336,7 +336,9 @@
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-000-How-to-handle-security-concerns.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-000-How-to-handle-security-concerns.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-000-How-to-handle-security-concerns.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -264,7 +264,7 @@ implementing business rules. They apply 
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -286,7 +286,9 @@ implementing business rules. They apply 
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-010-Hiding,-disabling-or-validating-for-specific-users-or-roles.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-010-Hiding,-disabling-or-validating-for-specific-users-or-roles.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-010-Hiding,-disabling-or-validating-for-specific-users-or-roles.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -289,7 +289,7 @@ a certain value:</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -311,7 +311,9 @@ a certain value:</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-020-How-to-use-Isis-authorization-manager.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-020-How-to-use-Isis-authorization-manager.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-08-020-How-to-use-Isis-authorization-manager.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -300,7 +300,7 @@ collections, actions).</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -322,7 +322,9 @@ collections, actions).</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/reference/DomainObjectContainer.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/DomainObjectContainer.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/DomainObjectContainer.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -392,7 +392,7 @@ lightweight general purpose repository d
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -414,7 +414,9 @@ lightweight general purpose repository d
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/reference/Event.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/Event.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/Event.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -270,7 +270,7 @@ wrapper programming model, and is exploi
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -292,7 +292,9 @@ wrapper programming model, and is exploi
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/Recognized-Methods-and-Prefixes.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -569,7 +569,7 @@ invoke from the user interface.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -591,7 +591,9 @@ invoke from the user interface.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/reference/Security.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/Security.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/Security.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -288,7 +288,7 @@ two properties:</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -310,7 +310,9 @@ two properties:</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/reference/Utility.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/Utility.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/Utility.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -323,7 +323,7 @@ by <code>disableXxX()</code> and <code>v
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -345,7 +345,9 @@ by <code>disableXxX()</code> and <code>v
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/reference/about.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/about.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/about.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../images/favicon.ico">
@@ -264,7 +264,7 @@
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -286,7 +286,9 @@
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ActionOrder.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ActionOrder.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ActionOrder.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../../images/favicon.ico">
@@ -305,7 +305,7 @@ corresponding name within the <code>@Act
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -327,7 +327,9 @@ corresponding name within the <code>@Act
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ActionSemantics.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ActionSemantics.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/ActionSemantics.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../../images/favicon.ico">
@@ -285,7 +285,7 @@ concurrency check.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -307,7 +307,9 @@ concurrency check.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Aggregated.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Aggregated.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Aggregated.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../../images/favicon.ico">
@@ -280,7 +280,7 @@ their root object).</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -302,7 +302,9 @@ their root object).</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Audited.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Audited.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Audited.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../../images/favicon.ico">
@@ -290,7 +290,7 @@ the mailing list to determine whether au
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -312,7 +312,9 @@ the mailing list to determine whether au
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/AutoComplete.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/AutoComplete.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/AutoComplete.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../../images/favicon.ico">
@@ -298,7 +298,7 @@ public class Customer extends AbstractDo
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -320,7 +320,9 @@ public class Customer extends AbstractDo
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Bounded.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Bounded.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Bounded.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../../images/favicon.ico">
@@ -280,7 +280,7 @@ all the instances of this class in a dro
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -302,7 +302,9 @@ all the instances of this class in a dro
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Bulk.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Bulk.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/Bulk.html Thu Oct 10 12:22:30 2013
@@ -134,9 +134,10 @@
           border-radius: 3px;
           padding: 1px 3px;
         }
+        
+        
     </style>
-    <!--
-    <DISABLEDscript type="text/javascript">
+    <script type="text/javascript">
       function fbshare () {
           window.open(
                   "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
@@ -155,8 +156,7 @@
                   'Share on Twitter',
                   'width=800,height=526');
       };
-    </DISABLEDscript>
-    -->
+    </script>
 
     <!-- Le fav and touch icons -->
     <link rel="shortcut icon" href="./../../../images/favicon.ico">
@@ -282,7 +282,7 @@ have validation rules.</p>
 
       </div>
 
-        <div id="edit" class="modal hide fade in" style="display: none; ">
+        <div id="edit" class="modal hide fade in" style="xxxdisplay: none; ">
             <div class="modal-header">
                 <a class="close" data-dismiss="modal">x</a>
 
@@ -304,7 +304,9 @@ have validation rules.</p>
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
+        <!--
         <script src="./../../../javascript/bootstrap-modal.js"></script>
+        -->
 
       <footer>
         <p>