You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2012/05/31 13:51:19 UTC

svn commit: r1344655 - in /servicemix/website/trunk/src/main/webapp: css/downloads.css downloads/_servicemix3.scaml

Author: gertv
Date: Thu May 31 11:51:18 2012
New Revision: 1344655

URL: http://svn.apache.org/viewvc?rev=1344655&view=rev
Log:
Add a warning box to the ServiceMix 3 download pages

Modified:
    servicemix/website/trunk/src/main/webapp/css/downloads.css
    servicemix/website/trunk/src/main/webapp/downloads/_servicemix3.scaml

Modified: servicemix/website/trunk/src/main/webapp/css/downloads.css
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/css/downloads.css?rev=1344655&r1=1344654&r2=1344655&view=diff
==============================================================================
--- servicemix/website/trunk/src/main/webapp/css/downloads.css (original)
+++ servicemix/website/trunk/src/main/webapp/css/downloads.css Thu May 31 11:51:18 2012
@@ -21,6 +21,8 @@ div#downloads {
 
 div#downloads table {
     width: 90%;
+    margin-top: 15px;
+    margin-bottom: 15px;
 }
 
 div#downloads table td {
@@ -91,6 +93,11 @@ div#downloads p.keys {
     padding-left: 25px;
 }
 
+div#downloads div {
+    margin-top: 15px;
+    margin-bottom: 15px;
+}
+
 div#downloads div.info {
     margin-top: 30px;
     border: 1px solid #3c78b5;
@@ -99,7 +106,15 @@ div#downloads div.info {
     width: 90%;
 }
 
-div#downloads div.info p.title {
+div#downloads div.alert {
+    margin-bottom: 30px;
+    border: 1px solid #C00;
+    background-color: #FFCCCC;
+    padding: 0px 6px 0px 6px;
+    width: 90%;
+}
+
+div#downloads p.title {
     font-weight: bold;
 }
 

Modified: servicemix/website/trunk/src/main/webapp/downloads/_servicemix3.scaml
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/downloads/_servicemix3.scaml?rev=1344655&r1=1344654&r2=1344655&view=diff
==============================================================================
--- servicemix/website/trunk/src/main/webapp/downloads/_servicemix3.scaml (original)
+++ servicemix/website/trunk/src/main/webapp/downloads/_servicemix3.scaml Thu May 31 11:51:18 2012
@@ -6,6 +6,14 @@
   val dist = if (archive) "http://archive.apache.org/dist" else "http://www.apache.org/dist"
 
 %div#downloads
+  %div.alert
+    %p.title Older version of Apache ServiceMix
+    %p
+      This download page refers to an older version of Apache ServiceMix.  After December 2012, we will only be maintaining and releasing Apache ServiceMix 4.
+      You can download the latest release
+      %a{:href => {uri("/downloads.html")}} here
+
+
   %table
     %thead
       %tr