comparison bitten/templates/bitten_config.html @ 881:15cf0edad043

Include excanvas.js so that flot graphs render successfully in IE. Fixes #639.
author hodgestar
date Thu, 18 Nov 2010 10:36:37 +0000
parents c00b8e968869
children
comparison
equal deleted inserted replaced
878:ff5774b26df9 881:15cf0edad043
6 xmlns:py="http://genshi.edgewall.org/"> 6 xmlns:py="http://genshi.edgewall.org/">
7 <xi:include href="layout.html" /> 7 <xi:include href="layout.html" />
8 <xi:include href="macros.html" /> 8 <xi:include href="macros.html" />
9 <head> 9 <head>
10 <title>$title</title> 10 <title>$title</title>
11 <script type="text/javascript" src="${req.href.chrome('bitten', 'excanvas.js')}"></script>
11 <script type="text/javascript" src="${req.href.chrome('bitten', 'jquery.flot.js')}"></script> 12 <script type="text/javascript" src="${req.href.chrome('bitten', 'jquery.flot.js')}"></script>
12 </head> 13 </head>
13 <body> 14 <body>
14 <strong py:def="build_status(status)" class="status"> 15 <strong py:def="build_status(status)" class="status">
15 <py:choose test="status"> 16 <py:choose test="status">
Copyright (C) 2012-2017 Edgewall Software