You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2015/03/05 23:05:44 UTC

svn commit: r1664496 - /ctakes/site/trunk/content/examples.mdtext

Author: seanfinan
Date: Thu Mar  5 22:05:44 2015
New Revision: 1664496

URL: http://svn.apache.org/r1664496
Log:
attempting script placement

Modified:
    ctakes/site/trunk/content/examples.mdtext

Modified: ctakes/site/trunk/content/examples.mdtext
URL: http://svn.apache.org/viewvc/ctakes/site/trunk/content/examples.mdtext?rev=1664496&r1=1664495&r2=1664496&view=diff
==============================================================================
--- ctakes/site/trunk/content/examples.mdtext (original)
+++ ctakes/site/trunk/content/examples.mdtext Thu Mar  5 22:05:44 2015
@@ -89,7 +89,8 @@
 </div>
 
 <!-- show enlarged image -->
-Script: <script type="text/javascript">
+{% block script %}
+<script type="text/javascript">
 var boingCvd = $( "#boing-cvd" );
 var boingCpe = $( "#boing-cpe" );
 var boingWebui = $( "#boing-webui" );
@@ -153,3 +154,4 @@ $( "#timelanes-button" ).on( "click", fu
    boingTimeLanes.show( boingSpeed );
 });
 </script>
+{% endblock %}
\ No newline at end of file