Changeset 9145 for extensions/whois_online/config.tpl
- Timestamp:
- Feb 10, 2011, 10:48:31 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/whois_online/config.tpl
r8172 r9145 1 1 <div class="titrePage"> 2 <h2>Whois Online </h2>2 <h2>Whois Online {'Version'|@translate}:{$Whois_version}</h2> 3 3 </div> 4 4 5 5 <form method="post" action="{$F_ACTION}" class="Whois_Online properties {$themeconf.name}"> 6 6 … … 153 153 {literal} 154 154 <script type="text/javascript">// <![CDATA[ 155 $(document).ready(function () {156 $("a.load")155 jQuery(document).ready(function () { 156 jQuery("a.load") 157 157 .click(function() { 158 $("#reloadable").load(this.href);158 jQuery("#reloadable").load(this.href); 159 159 return false; 160 160 }); … … 171 171 <link rel="stylesheet" type="text/css" href="{$Whois_path|@cat:'online.css'}"> 172 172 {/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.