[pypy-svn] r71253 - codespeed/pyspeed/templates

tobami at codespeak.net tobami at codespeak.net
Tue Feb 16 10:27:35 CET 2010


Author: tobami
Date: Tue Feb 16 10:27:34 2010
New Revision: 71253

Modified:
   codespeed/pyspeed/templates/base.html
   codespeed/pyspeed/templates/overview.html
Log:
-

Modified: codespeed/pyspeed/templates/base.html
==============================================================================
--- codespeed/pyspeed/templates/base.html	(original)
+++ codespeed/pyspeed/templates/base.html	Tue Feb 16 10:27:34 2010
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-<title>{% block title %}PySpeed{% endblock %}</title>
+<title>{% block title %}PyPy Speed Center{% endblock %}</title>
 <meta http-equiv="content-type" content="text/html;charset=utf-8" />
 {% block script %}
   <link href="/media/css/main.css" rel="stylesheet" type="text/css" />
@@ -17,9 +17,6 @@
 <div id="header">
 <div id="title"><h1><img src="/media/images/logo-pypy.png" hight="86" width="248" align="middle"/>SPEED CENTER</h1></div>
 <div id="navigation"></div>
-{% block subnavigation %}
-<div id="subnavigation"><ul><li>Overview</li><li>Timeline</li></ul></div>
-{% endblock %}
 </div>
 
 <div id="wrapper">

Modified: codespeed/pyspeed/templates/overview.html
==============================================================================
--- codespeed/pyspeed/templates/overview.html	(original)
+++ codespeed/pyspeed/templates/overview.html	Tue Feb 16 10:27:34 2010
@@ -1,7 +1,5 @@
 {% extends "base.html" %}
-{% block subnavigation %}
 <div id="subnavigation"><ul><li class="current">Overview</li><li>Timeline</li></ul></div>
-{% endblock %}
 {% block body %}
 <script type="text/javascript">
   $(function() {



More information about the Pypy-commit mailing list