Author: buildbot
Date: Thu Mar  5 23:14:37 2015
New Revision: 942516

Log:
Staging update by buildbot for ctakes

Removed:
    websites/staging/ctakes/trunk/content/css/downloads.css
    websites/staging/ctakes/trunk/content/css/faq.css
    websites/staging/ctakes/trunk/content/css/mailing.css
    websites/staging/ctakes/trunk/content/css/sponsors.css
Modified:
    websites/staging/ctakes/trunk/cgi-bin/   (props changed)
    websites/staging/ctakes/trunk/content/   (props changed)
    websites/staging/ctakes/trunk/content/community.html
    websites/staging/ctakes/trunk/content/css/index.css
    websites/staging/ctakes/trunk/content/downloads.html
    websites/staging/ctakes/trunk/content/examples.html
    websites/staging/ctakes/trunk/content/faq.html
    websites/staging/ctakes/trunk/content/history.html
    websites/staging/ctakes/trunk/content/index.html
    websites/staging/ctakes/trunk/content/mailing.html
    websites/staging/ctakes/trunk/content/people.html
    websites/staging/ctakes/trunk/content/sitemap.html
    websites/staging/ctakes/trunk/content/sponsors.html
    websites/staging/ctakes/trunk/content/template.html
    websites/staging/ctakes/trunk/content/tutorials.html
    websites/staging/ctakes/trunk/content/usedby.html
    websites/staging/ctakes/trunk/content/whycTAKES.html

Propchange: websites/staging/ctakes/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar  5 23:14:37 2015
@@ -1 +1 @@
-1664519
+1664522

Propchange: websites/staging/ctakes/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar  5 23:14:37 2015
@@ -1 +1 @@
-1664519
+1664522

Modified: websites/staging/ctakes/trunk/content/community.html
==============================================================================
--- websites/staging/ctakes/trunk/content/community.html (original)
+++ websites/staging/ctakes/trunk/content/community.html Thu Mar  5 23:14:37 
2015
@@ -39,14 +39,10 @@
    <link href="css/apache.css" rel="stylesheet">
    <link href="css/index.css" rel="stylesheet">
 
-   <link href="css/sponsors.css" rel="stylesheet">
-   <link href="css/downloads.css" rel="stylesheet">
-   <link href="css/examples.css" rel="stylesheet">     
-   <link href="css/faq.css" rel="stylesheet">
-   <link href="css/why_ctakes.css" rel="stylesheet">   
+   <link href="css/examples.css" rel="stylesheet">
+   <link href="css/why_ctakes.css" rel="stylesheet">
    <link href="css/main.css" rel="stylesheet"> 
-   <link href="css/mailing.css" rel="stylesheet">
-       
+
    <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); 
})();      

Modified: websites/staging/ctakes/trunk/content/css/index.css
==============================================================================
--- websites/staging/ctakes/trunk/content/css/index.css (original)
+++ websites/staging/ctakes/trunk/content/css/index.css Thu Mar  5 23:14:37 2015
@@ -5,3 +5,78 @@ h3 {
 .description-container {
        text-align: center;
 }
+
+.faq-container {
+       padding:70px;
+}
+
+.sponsor-img {
+       display:block;
+       margin-left: auto;
+       margin-right: auto;
+}
+
+#preq-container {
+       background-color: #eef6fd;
+       border-radius: 5px;
+       padding: 10px;
+}
+
+.download-container {
+       background-color: #eef6fd;
+       /* top right bottom left */
+       padding: 10px 10px 20px 10px;
+   margin-top: 30px;
+   text-align: center;
+}
+
+.btn-download {
+   width: 150px;
+}
+
+/*
+Max width before this PARTICULAR table gets nasty
+This query will take effect for any screen smaller than 760px
+and also iPads specifically.
+
+Reference: http://css-tricks.com/responsive-data-tables/;
+
+Used by mailing lists
+*/
+@media
+only screen and (max-width: 760px),
+(min-device-width: 768px) and (max-device-width: 1024px)  {
+
+       /* Force table to not be like tables anymore */
+       table, thead, tbody, th, td, tr {
+               display: block;
+       }
+
+       /* Hide table headers (but not display: none;, for accessibility) */
+       thead tr {
+               position: absolute;
+               top: -9999px;
+               left: -9999px;
+       }
+
+       tr { border: 1px solid #ccc; }
+
+       td {
+               /* Behave  like a "row" */
+               border: none;
+               border-bottom: 1px solid #eee;
+               position: relative;
+               padding-left: 50%;
+       }
+
+       td:before {
+               /* Now like a table header */
+               position: absolute;
+               /* Top/left values mimic padding */
+               top: 6px;
+               left: 6px;
+               width: 45%;
+               padding-right: 10px;
+               white-space: nowrap;
+       }
+}

Modified: websites/staging/ctakes/trunk/content/downloads.html
==============================================================================
--- websites/staging/ctakes/trunk/content/downloads.html (original)
+++ websites/staging/ctakes/trunk/content/downloads.html Thu Mar  5 23:14:37 
2015
@@ -39,14 +39,10 @@
    <link href="css/apache.css" rel="stylesheet">
    <link href="css/index.css" rel="stylesheet">
 
-   <link href="css/sponsors.css" rel="stylesheet">
-   <link href="css/downloads.css" rel="stylesheet">
-   <link href="css/examples.css" rel="stylesheet">     
-   <link href="css/faq.css" rel="stylesheet">
-   <link href="css/why_ctakes.css" rel="stylesheet">   
+   <link href="css/examples.css" rel="stylesheet">
+   <link href="css/why_ctakes.css" rel="stylesheet">
    <link href="css/main.css" rel="stylesheet"> 
-   <link href="css/mailing.css" rel="stylesheet">
-       
+
    <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); 
})();      

Modified: websites/staging/ctakes/trunk/content/examples.html
==============================================================================
--- websites/staging/ctakes/trunk/content/examples.html (original)
+++ websites/staging/ctakes/trunk/content/examples.html Thu Mar  5 23:14:37 2015
@@ -39,14 +39,10 @@
    <link href="css/apache.css" rel="stylesheet">
    <link href="css/index.css" rel="stylesheet">
 
-   <link href="css/sponsors.css" rel="stylesheet">
-   <link href="css/downloads.css" rel="stylesheet">
-   <link href="css/examples.css" rel="stylesheet">     
-   <link href="css/faq.css" rel="stylesheet">
-   <link href="css/why_ctakes.css" rel="stylesheet">   
+   <link href="css/examples.css" rel="stylesheet">
+   <link href="css/why_ctakes.css" rel="stylesheet">
    <link href="css/main.css" rel="stylesheet"> 
-   <link href="css/mailing.css" rel="stylesheet">
-       
+
    <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); 
})();      

Modified: websites/staging/ctakes/trunk/content/faq.html
==============================================================================
--- websites/staging/ctakes/trunk/content/faq.html (original)
+++ websites/staging/ctakes/trunk/content/faq.html Thu Mar  5 23:14:37 2015
@@ -39,14 +39,10 @@
    <link href="css/apache.css" rel="stylesheet">
    <link href="css/index.css" rel="stylesheet">
 
-   <link href="css/sponsors.css" rel="stylesheet">
-   <link href="css/downloads.css" rel="stylesheet">
-   <link href="css/examples.css" rel="stylesheet">     
-   <link href="css/faq.css" rel="stylesheet">
-   <link href="css/why_ctakes.css" rel="stylesheet">   
+   <link href="css/examples.css" rel="stylesheet">
+   <link href="css/why_ctakes.css" rel="stylesheet">
    <link href="css/main.css" rel="stylesheet"> 
-   <link href="css/mailing.css" rel="stylesheet">
-       
+
    <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); 
})();      
@@ -125,7 +121,7 @@
 </nav>
        
 <!--- BEGIN MAIN CONTENT -->
-    <div class="container main-container">
+    <div class="container faq-container">
    <h1> Frequently Asked Questions </h1>
 
    <div class="panel-group" id="accordion">

Modified: websites/staging/ctakes/trunk/content/history.html
==============================================================================
--- websites/staging/ctakes/trunk/content/history.html (original)
+++ websites/staging/ctakes/trunk/content/history.html Thu Mar  5 23:14:37 2015
@@ -39,14 +39,10 @@
    <link href="css/apache.css" rel="stylesheet">
    <link href="css/index.css" rel="stylesheet">
 
-   <link href="css/sponsors.css" rel="stylesheet">
-   <link href="css/downloads.css" rel="stylesheet">
-   <link href="css/examples.css" rel="stylesheet">     
-   <link href="css/faq.css" rel="stylesheet">
-   <link href="css/why_ctakes.css" rel="stylesheet">   
+   <link href="css/examples.css" rel="stylesheet">
+   <link href="css/why_ctakes.css" rel="stylesheet">
    <link href="css/main.css" rel="stylesheet"> 
-   <link href="css/mailing.css" rel="stylesheet">
-       
+
    <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); 
})();      

Modified: websites/staging/ctakes/trunk/content/index.html
==============================================================================
--- websites/staging/ctakes/trunk/content/index.html (original)
+++ websites/staging/ctakes/trunk/content/index.html Thu Mar  5 23:14:37 2015
@@ -39,14 +39,10 @@
    <link href="css/apache.css" rel="stylesheet">
    <link href="css/index.css" rel="stylesheet">
 
-   <link href="css/sponsors.css" rel="stylesheet">
-   <link href="css/downloads.css" rel="stylesheet">
-   <link href="css/examples.css" rel="stylesheet">     
-   <link href="css/faq.css" rel="stylesheet">
-   <link href="css/why_ctakes.css" rel="stylesheet">   
+   <link href="css/examples.css" rel="stylesheet">
+   <link href="css/why_ctakes.css" rel="stylesheet">
    <link href="css/main.css" rel="stylesheet"> 
-   <link href="css/mailing.css" rel="stylesheet">
-       
+
    <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); 
})();      

Modified: websites/staging/ctakes/trunk/content/mailing.html
==============================================================================
--- websites/staging/ctakes/trunk/content/mailing.html (original)
+++ websites/staging/ctakes/trunk/content/mailing.html Thu Mar  5 23:14:37 2015
@@ -39,14 +39,10 @@
    <link href="css/apache.css" rel="stylesheet">
    <link href="css/index.css" rel="stylesheet">
 
-   <link href="css/sponsors.css" rel="stylesheet">
-   <link href="css/downloads.css" rel="stylesheet">
-   <link href="css/examples.css" rel="stylesheet">     
-   <link href="css/faq.css" rel="stylesheet">
-   <link href="css/why_ctakes.css" rel="stylesheet">   
+   <link href="css/examples.css" rel="stylesheet">
+   <link href="css/why_ctakes.css" rel="stylesheet">
    <link href="css/main.css" rel="stylesheet"> 
-   <link href="css/mailing.css" rel="stylesheet">
-       
+
    <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); 
})();      

Modified: websites/staging/ctakes/trunk/content/people.html
==============================================================================
--- websites/staging/ctakes/trunk/content/people.html (original)
+++ websites/staging/ctakes/trunk/content/people.html Thu Mar  5 23:14:37 2015
@@ -39,14 +39,10 @@
    <link href="css/apache.css" rel="stylesheet">
    <link href="css/index.css" rel="stylesheet">
 
-   <link href="css/sponsors.css" rel="stylesheet">
-   <link href="css/downloads.css" rel="stylesheet">
-   <link href="css/examples.css" rel="stylesheet">     
-   <link href="css/faq.css" rel="stylesheet">
-   <link href="css/why_ctakes.css" rel="stylesheet">   
+   <link href="css/examples.css" rel="stylesheet">
+   <link href="css/why_ctakes.css" rel="stylesheet">
    <link href="css/main.css" rel="stylesheet"> 
-   <link href="css/mailing.css" rel="stylesheet">
-       
+
    <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); 
})();      

Modified: websites/staging/ctakes/trunk/content/sitemap.html
==============================================================================
--- websites/staging/ctakes/trunk/content/sitemap.html (original)
+++ websites/staging/ctakes/trunk/content/sitemap.html Thu Mar  5 23:14:37 2015
@@ -39,14 +39,10 @@
    <link href="css/apache.css" rel="stylesheet">
    <link href="css/index.css" rel="stylesheet">
 
-   <link href="css/sponsors.css" rel="stylesheet">
-   <link href="css/downloads.css" rel="stylesheet">
-   <link href="css/examples.css" rel="stylesheet">     
-   <link href="css/faq.css" rel="stylesheet">
-   <link href="css/why_ctakes.css" rel="stylesheet">   
+   <link href="css/examples.css" rel="stylesheet">
+   <link href="css/why_ctakes.css" rel="stylesheet">
    <link href="css/main.css" rel="stylesheet"> 
-   <link href="css/mailing.css" rel="stylesheet">
-       
+
    <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); 
})();      

Modified: websites/staging/ctakes/trunk/content/sponsors.html
==============================================================================
--- websites/staging/ctakes/trunk/content/sponsors.html (original)
+++ websites/staging/ctakes/trunk/content/sponsors.html Thu Mar  5 23:14:37 2015
@@ -39,14 +39,10 @@
    <link href="css/apache.css" rel="stylesheet">
    <link href="css/index.css" rel="stylesheet">
 
-   <link href="css/sponsors.css" rel="stylesheet">
-   <link href="css/downloads.css" rel="stylesheet">
-   <link href="css/examples.css" rel="stylesheet">     
-   <link href="css/faq.css" rel="stylesheet">
-   <link href="css/why_ctakes.css" rel="stylesheet">   
+   <link href="css/examples.css" rel="stylesheet">
+   <link href="css/why_ctakes.css" rel="stylesheet">
    <link href="css/main.css" rel="stylesheet"> 
-   <link href="css/mailing.css" rel="stylesheet">
-       
+
    <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); 
})();      
@@ -136,7 +132,7 @@
          <source srcset="images/partners.jpg" media="(max-width: 768px)">
          <source srcset="images/partners-larger.jpg">
          <!--[if IE 9]></video><![endif]-->
-         <img srcset="images/partners.jpg" alt="Image of partners: OpenNLP, 
UIMA, Spark, BigTop, Hadoop">
+         <img class="sponsor-img" srcset="images/partners.jpg" alt="Image of 
partners: OpenNLP, UIMA, Spark, BigTop, Hadoop">
       </picture>
 
       <h2> Official Apache Sponsors </h2>

Modified: websites/staging/ctakes/trunk/content/template.html
==============================================================================
--- websites/staging/ctakes/trunk/content/template.html (original)
+++ websites/staging/ctakes/trunk/content/template.html Thu Mar  5 23:14:37 2015
@@ -39,14 +39,10 @@
    <link href="css/apache.css" rel="stylesheet">
    <link href="css/index.css" rel="stylesheet">
 
-   <link href="css/sponsors.css" rel="stylesheet">
-   <link href="css/downloads.css" rel="stylesheet">
-   <link href="css/examples.css" rel="stylesheet">     
-   <link href="css/faq.css" rel="stylesheet">
-   <link href="css/why_ctakes.css" rel="stylesheet">   
+   <link href="css/examples.css" rel="stylesheet">
+   <link href="css/why_ctakes.css" rel="stylesheet">
    <link href="css/main.css" rel="stylesheet"> 
-   <link href="css/mailing.css" rel="stylesheet">
-       
+
    <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); 
})();      

Modified: websites/staging/ctakes/trunk/content/tutorials.html
==============================================================================
--- websites/staging/ctakes/trunk/content/tutorials.html (original)
+++ websites/staging/ctakes/trunk/content/tutorials.html Thu Mar  5 23:14:37 
2015
@@ -39,14 +39,10 @@
    <link href="css/apache.css" rel="stylesheet">
    <link href="css/index.css" rel="stylesheet">
 
-   <link href="css/sponsors.css" rel="stylesheet">
-   <link href="css/downloads.css" rel="stylesheet">
-   <link href="css/examples.css" rel="stylesheet">     
-   <link href="css/faq.css" rel="stylesheet">
-   <link href="css/why_ctakes.css" rel="stylesheet">   
+   <link href="css/examples.css" rel="stylesheet">
+   <link href="css/why_ctakes.css" rel="stylesheet">
    <link href="css/main.css" rel="stylesheet"> 
-   <link href="css/mailing.css" rel="stylesheet">
-       
+
    <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); 
})();      

Modified: websites/staging/ctakes/trunk/content/usedby.html
==============================================================================
--- websites/staging/ctakes/trunk/content/usedby.html (original)
+++ websites/staging/ctakes/trunk/content/usedby.html Thu Mar  5 23:14:37 2015
@@ -39,14 +39,10 @@
    <link href="css/apache.css" rel="stylesheet">
    <link href="css/index.css" rel="stylesheet">
 
-   <link href="css/sponsors.css" rel="stylesheet">
-   <link href="css/downloads.css" rel="stylesheet">
-   <link href="css/examples.css" rel="stylesheet">     
-   <link href="css/faq.css" rel="stylesheet">
-   <link href="css/why_ctakes.css" rel="stylesheet">   
+   <link href="css/examples.css" rel="stylesheet">
+   <link href="css/why_ctakes.css" rel="stylesheet">
    <link href="css/main.css" rel="stylesheet"> 
-   <link href="css/mailing.css" rel="stylesheet">
-       
+
    <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); 
})();      

Modified: websites/staging/ctakes/trunk/content/whycTAKES.html
==============================================================================
--- websites/staging/ctakes/trunk/content/whycTAKES.html (original)
+++ websites/staging/ctakes/trunk/content/whycTAKES.html Thu Mar  5 23:14:37 
2015
@@ -39,14 +39,10 @@
    <link href="css/apache.css" rel="stylesheet">
    <link href="css/index.css" rel="stylesheet">
 
-   <link href="css/sponsors.css" rel="stylesheet">
-   <link href="css/downloads.css" rel="stylesheet">
-   <link href="css/examples.css" rel="stylesheet">     
-   <link href="css/faq.css" rel="stylesheet">
-   <link href="css/why_ctakes.css" rel="stylesheet">   
+   <link href="css/examples.css" rel="stylesheet">
+   <link href="css/why_ctakes.css" rel="stylesheet">
    <link href="css/main.css" rel="stylesheet"> 
-   <link href="css/mailing.css" rel="stylesheet">
-       
+
    <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); 
})();      


Reply via email to