--- 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>