You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by wa...@apache.org on 2021/04/05 17:51:24 UTC

svn commit: r1888396 - /incubator/public/trunk/content/stylesheets/site.vsl

Author: wave
Date: Mon Apr  5 17:51:24 2021
New Revision: 1888396

URL: http://svn.apache.org/viewvc?rev=1888396&view=rev
Log:
new events logic on project status pages

Modified:
    incubator/public/trunk/content/stylesheets/site.vsl

Modified: incubator/public/trunk/content/stylesheets/site.vsl
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/stylesheets/site.vsl?rev=1888396&r1=1888395&r2=1888396&view=diff
==============================================================================
--- incubator/public/trunk/content/stylesheets/site.vsl (original)
+++ incubator/public/trunk/content/stylesheets/site.vsl Mon Apr  5 17:51:24 2021
@@ -235,6 +235,7 @@ href="$href">$menu.getChildText("title")
 #end
   <link rel="stylesheet" href="$relativePath/style/bootstrap-1-3-0-min.css" type="text/css" />
   <link rel="stylesheet" href="$relativePath/style/style.css" type="text/css" />
+  <script src="https://www.apachecon.com/event-images/snippet.js"></script>
     #set ($atoms = $root.getChild("properties").getChildren("atom"))
 #foreach ( $atom in $atoms )
 #metaatom ( $atom.getText() $atom.getAttributeValue("url") )
@@ -262,11 +263,9 @@ href="$href">$menu.getChildText("title")
      <input name="Search" value="Go" type="submit"/>
     </form>
     #listProjects()
-    <!-- start Ads Server -->
-    <iframe src="http://www.apache.org/ads/buttonbar.html"
-     style="border-width:0; float: left" frameborder="0" scrolling="no"
-     width="135" height="265"></iframe>
-    <!-- end Ads Server -->
+    <div id="menuheader">
+      <a class="acevent" data-format="square" data-width="135" data-mode="light" data-event="random"></a>
+    </div>
    </div>
    
    <div class="span12">



---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org