account in prov-asn
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Wed, 15 Feb 2012 21:19:13 +0000
changeset 1584 5dfad68aeb2e
parent 1583 05cac56c4398
child 1585 4302f9e7a35c
account in prov-asn
model/working-copy/prov-asn.html
--- a/model/working-copy/prov-asn.html	Wed Feb 15 20:51:10 2012 +0000
+++ b/model/working-copy/prov-asn.html	Wed Feb 15 21:19:13 2012 +0000
@@ -15,6 +15,22 @@
 
     <script src="http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js" class="remove"></script> 
     <script src="http://www.w3.org/2007/OWL/toggles.js" class="remove"></script> 
+    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" class="remove"></script>
+
+    <script class="remove">
+      function updateGlossaryRefs() {
+        $('.glossary-ref').each(function(index) {
+          var ref=$(this).attr('ref');
+          $('#'+ref+'.glossary').contents().clone().appendTo($(this));
+          $(this).children('dfn').replaceWith(function(){return $('<span>').addClass('dfn').append($(this).contents())});
+        });
+      }
+      $(document).ready(updateGlossaryRefs);
+    function glossary_include(doc, content) {
+        window.setTimeout(updateGlossaryRefs, 1000);
+        return content;
+    }
+    </script>
 
     <script class="remove"> 
       var addExtraReferences = function() {
@@ -1153,5 +1169,4 @@
 
 
 
-
  </body></html>