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 22:52:45 UTC

svn commit: r1664492 - in /ctakes/site/trunk: content/examples.mdtext templates/skeleton.html

Author: seanfinan
Date: Thu Mar  5 21:52:45 2015
New Revision: 1664492

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

Modified:
    ctakes/site/trunk/content/examples.mdtext
    ctakes/site/trunk/templates/skeleton.html

Modified: ctakes/site/trunk/content/examples.mdtext
URL: http://svn.apache.org/viewvc/ctakes/site/trunk/content/examples.mdtext?rev=1664492&r1=1664491&r2=1664492&view=diff
==============================================================================
--- ctakes/site/trunk/content/examples.mdtext (original)
+++ ctakes/site/trunk/content/examples.mdtext Thu Mar  5 21:52:45 2015
@@ -87,8 +87,9 @@
       </div>
    </div>
 </div>
+
 <!-- show enlarged image -->
-<script type="text/javascript">
+Script: <script type="text/javascript">
 var boingCvd = $( "#boing-cvd" );
 var boingCpe = $( "#boing-cpe" );
 var boingWebui = $( "#boing-webui" );

Modified: ctakes/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/ctakes/site/trunk/templates/skeleton.html?rev=1664492&r1=1664491&r2=1664492&view=diff
==============================================================================
--- ctakes/site/trunk/templates/skeleton.html (original)
+++ ctakes/site/trunk/templates/skeleton.html Thu Mar  5 21:52:45 2015
@@ -139,6 +139,7 @@
 <script src="https://code.jquery.com/jquery.js"></script>
 <script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
 
+{% if footers.script %}{{ footers.script }}{% endif %}
 
 </body>
 </html>