Ignore:
Timestamp:
Feb 10, 2011, 10:48:31 AM (13 years ago)
Author:
cljosse
Message:

[whois_online] compatibility with piwigo 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/whois_online/config.tpl

    r8172 r9145  
    11<div class="titrePage">
    2         <h2>Whois Online</h2>
     2        <h2>Whois Online {'Version'|@translate}:{$Whois_version}</h2>
    33</div>
    4 
     4 
    55<form method="post" action="{$F_ACTION}" class="Whois_Online properties {$themeconf.name}">
    66
     
    153153{literal}
    154154<script type="text/javascript">// <![CDATA[
    155 $(document).ready(function () { 
    156   $("a.load")
     155jQuery(document).ready(function () { 
     156  jQuery("a.load")
    157157  .click(function() {
    158   $("#reloadable").load(this.href);
     158  jQuery("#reloadable").load(this.href);
    159159    return false;
    160160  });
     
    171171<link rel="stylesheet" type="text/css" href="{$Whois_path|@cat:'online.css'}">
    172172{/html_head}
    173 {known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js"}
    174 {known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.cluetip.packed.js"}
    175 {known_script id="jquery.tablesorter" src=$Whois_path|@cat:"jquery/tablesorter/jquery.tablesorter.min.js"}
     173{*known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"*}
     174{*known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js"*}
     175{*known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.cluetip.packed.js"*}
     176{* known_script id="jquery.tablesorter" src=$Whois_path|@cat:"jquery/tablesorter/jquery.tablesorter.min.js" *}
Note: See TracChangeset for help on using the changeset viewer.