Author: seanfinan
Date: Thu Mar 5 22:58:25 2015
New Revision: 1664519
URL: http://svn.apache.org/r1664519
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=1664519&r1=1664518&r2=1664519&view=diff
==============================================================================
--- ctakes/site/trunk/content/examples.mdtext (original)
+++ ctakes/site/trunk/content/examples.mdtext Thu Mar 5 22:58:25 2015
@@ -89,7 +89,6 @@
</div>
<!-- show enlarged image -->
-
<script type="text/javascript">
var boingCvd = $( "#boing-cvd" );
var boingCpe = $( "#boing-cpe" );
Modified: ctakes/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/ctakes/site/trunk/templates/skeleton.html?rev=1664519&r1=1664518&r2=1664519&view=diff
==============================================================================
--- ctakes/site/trunk/templates/skeleton.html (original)
+++ ctakes/site/trunk/templates/skeleton.html Thu Mar 5 22:58:25 2015
@@ -47,8 +47,7 @@
<link href="css/main.css" rel="stylesheet">
<link href="css/mailing.css" rel="stylesheet">
- <!-- TODO: Add any additional css that might be necessary -->
-
+ <script src="https://code.jquery.com/jquery.js"></script>
<script type="text/javascript">
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-41673085-1']);
_gaq.push(['_trackPageview']); (function() { var ga =
document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js'; var s =
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
@@ -75,7 +74,6 @@
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse-1">
- <!-- TODO: Be sure to add the appropriate link to the page. -->
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="whycTAKES.html">Why cTAKES?</a>
@@ -136,10 +134,7 @@
<a href="http://www.apache.org">The Apache Software Foundation</a>.
<a href="http://www.apache.org"><img class="little-feather"
src="images/feather_20v.png"></a>
</footer>
-<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 content.script %}{{ content.script }}{% endif %}
-
</body>
</html>