more diamond stuff
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Wed, 13 Jun 2012 23:08:29 +0100
changeset 3329 6fd98026ddd9
parent 3328 da775ad9b74f
child 3330 bfd8e9ff9b48
more diamond stuff
model/prov-dm.html
--- a/model/prov-dm.html	Wed Jun 13 22:44:27 2012 +0100
+++ b/model/prov-dm.html	Wed Jun 13 23:08:29 2012 +0100
@@ -84,13 +84,19 @@
 
           
           $(this).attr('data-count', mycount).prepend($('<div>').addClass('anexampleTitle')
-                                                          .append($('<a>').addClass('internalDFN').attr('href','#'+myid).append("Example " + mycount)));
+                                                          //.append($('<a>').addClass('internalDFN').attr('href','#'+myid).append("Example " + mycount))
+              .append("Example " + mycount + " ")
+              .append($('<sup>').append($('<a>').addClass('internalDFN').attr('href','#'+myid).append("&#9674;")))
+              );
+
 
           //console.log( "example for " + myid + " " + mycount);
 
         });
       }
 
+              
+
       function updateDfn() {
         var count=1;
         $('dfn').each(function(index) {