Changeset 16631 for extensions/whois_online
- Timestamp:
- Jul 11, 2012, 10:06:24 PM (12 years ago)
- Location:
- extensions/whois_online
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/whois_online/config.tpl
r9167 r16631 171 171 <link rel="stylesheet" type="text/css" href="{$Whois_path|@cat:'online.css'}"> 172 172 {/html_head} 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" *} -
extensions/whois_online/default.tpl
r6201 r16631 4 4 5 5 {if $Whois.Current_10mins > 0} 6 <br />{if $Whois.Seen_url>''}<a href="{$Whois.Seen_url}" title="{'Your recently viewed pictures'|@translate}" >{/if}6 <br />{if $Whois.Seen_url>''}<a href="{$Whois.Seen_url}" title="{'Your recently viewed pictures'|@translate}" rel="nofollow">{/if} 7 7 {'Most recent 10 minutes hits:'|@translate} 8 8 {if $Whois.Seen_url>''}</a>{/if} … … 11 11 12 12 <br /> 13 {if $Whois.Review_url>''}<a href="{$Whois.Review_url}" title="{'Some of recently viewed pictures by other users'|@translate}" >{/if}13 {if $Whois.Review_url>''}<a href="{$Whois.Review_url}" title="{'Some of recently viewed pictures by other users'|@translate}" rel="nofollow">{/if} 14 14 {'Current hour hits:'|@translate} 15 15 {if $Whois.Review_url>''}</a>{/if} -
extensions/whois_online/report.tpl
r9145 r16631 1 {*known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"plugins/whois_online/jquery/cluetip/jquery.cluetip.min.js" *} 1 {combine_script id='jquery.cluetip' load='async' require='jquery' path='themes/default/js/plugins/jquery.cluetip.js'} 2 2 3 <table class="table2" id="detailedStats"> 3 4 <thead> … … 93 94 <p><a class="external" href="{'http:geoiptool'|@translate}" title="{':geoiptool:title'|@translate}">geoiptool.com</a>{ 94 95 ': provides IP geolocalization on request (link on flag). Useful for unknown countries.'|@translate}</p> 95 {literal} 96 <script type="text/javascript">// <![CDATA[ 97 jQuery(document).ready(function(){ 98 jQuery("#detailedStats").tablesorter( {sortList: [[5,1]]} );} 99 ); 100 jQuery().ready(function(){ 96 97 {footer_script require='jquery.cluetip'}{literal} 98 jQuery(document).ready(function() { 99 jQuery("#detailedStats").tablesorter({ 100 sortList: [[5,1]] 101 }); 102 101 103 jQuery('.cluetip').cluetip({ 102 104 width: 300, … … 105 107 }); 106 108 }); 107 // ]]> 108 </script> 109 {/literal} 109 {/literal}{/footer_script} 110 110 111 {if (isset($Case) and $Case > '')} 111 112 <style type="text/css">
Note: See TracChangeset
for help on using the changeset viewer.