diff pylons_app/templates/base/base.html @ 281:cd2ee462fc2c

implemented yui tooltip, and added it into annotation and main page.
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 13 Jun 2010 23:14:04 +0200
parents 408c66ecdad4
children 1dbe02063123
line wrap: on
line diff
--- a/pylons_app/templates/base/base.html	Sun Jun 13 18:18:49 2010 +0200
+++ b/pylons_app/templates/base/base.html	Sun Jun 13 23:14:04 2010 +0200
@@ -28,6 +28,7 @@
     </div>        
     <div id="main"> 
     	${next.main()}
+    	<script>${h.tooltip.activate()}</script>    	
     </div>
     <div class="page-footer">
         Hg App ${c.hg_app_version} &copy; 2010 by Marcin Kuzminski
@@ -140,6 +141,7 @@
 
 <%def name="js()">
 <script type="text/javascript" src="/js/yui/utilities/utilities.js"></script>
+<script type="text/javascript" src="/js/yui/container/container-min.js"></script>
 </%def>
 
 <!-- DEFINITION OF FORM ERROR FETCHER -->