diff pylons_app/templates/base/base.html @ 79:9fe23fdab9e9

Implemented AJAH paging
author Marcin Kuzminski <marcin@python-blog.com>
date Sat, 17 Apr 2010 19:59:06 +0200
parents cdf4fda66dd9
children db39d0ca5308
line wrap: on
line diff
--- a/pylons_app/templates/base/base.html	Sat Apr 17 19:07:29 2010 +0200
+++ b/pylons_app/templates/base/base.html	Sat Apr 17 19:59:06 2010 +0200
@@ -9,6 +9,7 @@
     <meta name="robots" content="index, nofollow"/>
     <link rel="stylesheet" href="${c.staticurl}style-monoblue.css" type="text/css" />
        <title>${next.title()}</title>
+    ${self.js()}
 </head>
 
 <body>
@@ -40,4 +41,9 @@
 
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>
+
+
+<%def name="js()">
+<script type="text/javascript" src="/js/yui/utilities/utilities.js"></script>
+</%def>
\ No newline at end of file