New: jQuery status

git-svn-id: http://piwigo.org/svn/branches/2.0@3493 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital 2009-07-02 06:08:37 +00:00
parent a61dfc631d
commit 588b9d0d16

View file

@ -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>&nbsp;</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(){