diff options
author | vdigital <vdigital@piwigo.org> | 2009-07-02 06:08:37 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2009-07-02 06:08:37 +0000 |
commit | 588b9d0d16c6031c482bceb63f30a7cc8e4940a3 (patch) | |
tree | 481a725473348f51b16864f63c4dc33a528163ec /plugins/admin_advices | |
parent | a61dfc631d868c9eb4ba5caf19225f1d9a2b6a1e (diff) |
New: jQuery status
git-svn-id: http://piwigo.org/svn/branches/2.0@3493 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | plugins/admin_advices/admin_advices.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/admin_advices/admin_advices.tpl b/plugins/admin_advices/admin_advices.tpl index aed952217..d1821276f 100644 --- a/plugins/admin_advices/admin_advices.tpl +++ b/plugins/admin_advices/admin_advices.tpl @@ -56,13 +56,15 @@ <br /><br /> Templates generated on {$smarty.now|date_format:"%A, %B %e, %Y - %r"} by <a class="external" href="http://www.smarty.net/" onclick="window.open(this.href, ''); return false;">Smarty</a> - {$smarty.version} + {$smarty.version}<br /> + Animations FX by <span class="jQuery"><a class="external" href="http://jquery.com/" onclick="window.open(this.href, ''); return false;">jQuery</a> </span> </ul> </div> </div> <script type="text/javascript">// <![CDATA[ {literal}$(document).ready(function() { $("img.thumbnail").fadeTo("slow", 0.6); // Opacity on page load + $(".jQuery").append($().jquery); $("img.thumbnail").hover(function(){ $(this).fadeTo("slow", 1.0); // Opacity on hover },function(){ |