Revision: 6651
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6651&view=rev
Author:   jdh2358
Date:     2008-12-17 16:00:44 +0000 (Wed, 17 Dec 2008)

Log Message:
-----------
Merged revisions 6650 via svnmerge from 
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_98_5_maint

........
  r6650 | jdh2358 | 2008-12-17 07:59:31 -0800 (Wed, 17 Dec 2008) | 1 line
  
  added piwik analytics javascript tag to header
........

Modified Paths:
--------------
    trunk/matplotlib/doc/_templates/layout.html

Property Changed:
----------------
    trunk/matplotlib/


Property changes on: trunk/matplotlib
___________________________________________________________________
Modified: svnmerge-integrated
   - /branches/v0_91_maint:1-6428 /branches/v0_98_5_maint:1-6648
   + /branches/v0_91_maint:1-6428 /branches/v0_98_5_maint:1-6650

Modified: trunk/matplotlib/doc/_templates/layout.html
===================================================================
--- trunk/matplotlib/doc/_templates/layout.html 2008-12-17 15:59:31 UTC (rev 
6650)
+++ trunk/matplotlib/doc/_templates/layout.html 2008-12-17 16:00:44 UTC (rev 
6651)
@@ -1,5 +1,6 @@
 {% extends "!layout.html" %}
 
+
 {% block rootrellink %}
         <li><a href="{{ pathto('index') 
}}">matplotlib&nbsp;home</a>|&nbsp;</li>
         <li><a href="{{ pathto('search') }}">search</a>|&nbsp;</li>
@@ -9,6 +10,20 @@
 
 
 {% block relbar1 %}
+<!-- Piwik -->
+<script type="text/javascript">
+var pkBaseURL = (("https:" == document.location.protocol) ? 
"https://apps.sourceforge.net/piwik/matplotlib/"; : 
"http://apps.sourceforge.net/piwik/matplotlib/";);
+document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' 
type='text/javascript'%3E%3C/script%3E"));
+</script><script type="text/javascript">
+piwik_action_name = '';
+piwik_idsite = 1;
+piwik_url = pkBaseURL + "piwik.php";
+piwik_log(piwik_action_name, piwik_idsite, piwik_url);
+</script>
+<object><noscript><p><img 
src="http://apps.sourceforge.net/piwik/matplotlib/piwik.php?idsite=1"; 
alt="piwik"/></p></noscript></object>
+<!-- End Piwik Tag -->
+
+
 <div style="background-color: white; text-align: left; padding: 10px 10px 15px 
15px">
 <a href="{{ pathto('index') }}"><img src="{{
 pathto("_static/logo2.png", 1) }}" border="0" alt="matplotlib"/></a>
@@ -20,5 +35,3 @@
 {% block sidebar1 %}{{ sidebar() }}{% endblock %}
 {% block sidebar2 %}{% endblock %}
 
-
-


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to