Ignore:
Timestamp:
May 27, 2010, 9:57:02 AM (14 years ago)
Author:
vdigital
Message:

Cosmetic review for the clear admin theme and more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/whois_online/report.tpl

    r6201 r6386  
    1414{foreach from=$search_results item=detail name=res_loop}
    1515<tr class="{if $smarty.foreach.res_loop.index is odd}row1{else}row2{/if}">
    16   <td><a href={if isset($detail.url_user)}"{$detail.url_user}" onclick="window.open(this.href); return false;"{else}"#"{/if} class="cluetip{if ($detail.guest)} other{/if}"
     16  <td><a {if isset($detail.url_user)}href="{$detail.url_user}"{else}href="href="{'http:geoiptool'|@translate}{$detail.IP}"{/if}
     17        onclick="window.open(this.href); return false;" class="cluetip{if ($detail.guest)} other{/if}"
    1718                title="{'User:'|@translate} {$detail.username}|
    1819                        <table>
     
    3536        </td>
    3637        <td>
    37                 {if ($detail.user_id == '1')}<a class="external" href="{'http:hostip'|@translate}" title="{':hostip:title'|@translate}">
     38                {if ($detail.user_id == '1')}<a class="external" onclick="window.open(this.href); return false;" href="{'http:hostip'|@translate}" title="{':hostip:title'|@translate}">
    3839                        <img src="{$detail.Flag}" alt="{$detail.IP} - {'language'|@translate}: {$detail.Language}" width="24" height="16">
    3940                </a>
    40                 {else}<a class="external" href="{'http:geoiptool'|@translate}{$detail.IP}" title="{':geoiptool:title'|@translate}">
     41                {else}<a class="external" onclick="window.open(this.href); return false;" href="{'http:geoiptool'|@translate}{$detail.IP}" title="{':geoiptool:title'|@translate}">
    4142                        <img src="{$detail.Flag}" alt="{$detail.IP} - {'language'|@translate}: {$detail.Language}" width="24" height="16">
    4243                </a>
     
    5657                        {if (isset($image.path))}
    5758                                <a class="cluetip {if $smarty.foreach.res_loop.index is odd}ws1{else}ws2{/if} {$image.ws_level}"
     59                                  onclick="window.open(this.href); return false;"
    5860                                  href="{$image.url_modify}" title="<div style=&#34;text-align:center;&#34;>
    5961                                <img src=&#34;{$image.tn_url}&#34;></div>|
     
    7476                                        Hits on: {$image.hit}<br />">{$id}</a>
    7577                                {else}<a class="{if $smarty.foreach.res_loop.index is odd}ws1{else}ws2{/if}"
     78                                  onclick="window.open(this.href); return false;"
    7679                                  href="{$image.url_modify}" title="{$id}{' - Over the radar limit => No level control'|@translate}">{$id}</a>
    7780                        {/if}
Note: See TracChangeset for help on using the changeset viewer.