mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 17:32:25 +02:00
New: jQuery status
git-svn-id: http://piwigo.org/svn/branches/2.0@3493 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user