Ignore:
Timestamp:
May 16, 2010, 3:45:47 PM (14 years ago)
Author:
vdigital
Message:

New: Piwigo 2.1 support
Fix: Flags could be based on Languages if api calls are forbidden by a provider.
Part of a code review.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/whois_online/report.tpl

    r3695 r6193  
     1{known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"plugins/whois_online/jquery/cluetip/jquery.cluetip.min.js" }
    12<table class="table2" id="detailedStats">
    23<thead>
     
    3031                                <td class=&#34;right&#34;><b><i>{'on pages'|@translate}</i></b></td><td>{$detail.pag_hits}</td></tr>
    3132                        </table>">{$detail.username}</a>
    32                                 <a href="./admin.php?page=profile&amp;user_id={$detail.user_id}" title="{'Profile'|@translate}" alt="{'Profile'|@translate}"
     33                                <a href="./admin.php?page=profile&amp;user_id={$detail.user_id}" title="{'Profile'|@translate}"
    3334                                onclick="window.open(this.href); return false;">[{$detail.lang}]</a>
    3435        </td>
    3536        <td>
    3637                {if ($detail.user_id == '1')}<a class="external" href="{'http:hostip'|@translate}" title="{':hostip:title'|@translate}">
    37                         <img src="{$detail.Flag}" border="0" alt="{$detail.IP} - {'language'|@translate}: {$detail.Language}" width="24" height="16">
     38                        <img src="{$detail.Flag}" alt="{$detail.IP} - {'language'|@translate}: {$detail.Language}" width="24" height="16">
    3839                </a>
    3940                {else}<a class="external" href="{'http:geoiptool'|@translate}{$detail.IP}" title="{':geoiptool:title'|@translate}">
    40                         <img src="{$detail.Flag}" border="0" alt="{$detail.IP} - {'language'|@translate}: {$detail.Language}" width="24" height="16">
     41                        <img src="{$detail.Flag}" alt="{$detail.IP} - {'language'|@translate}: {$detail.Language}" width="24" height="16">
    4142                </a>
    4243                {/if}
     
    8384</tr>
    8485{/foreach}
    85 <tbody>
     86</tbody>
    8687</table>
    87 <p><a class="external" href="{'http:hostip'|@translate}" title="{':hostip:title'|@translate}"
    88  alt="">hostip.info</a>{': provides newcomers\' localization and possibly new country flags, thanks to them.'|@translate}</p>
    89 <p><a class="external" href="{'http:geoiptool'|@translate}" title="{':geoiptool:title'|@translate}"
    90  alt="">geoiptool.com</a>{': provides IP geolocalization on request (link on flag). Useful for unknown countries.'|@translate}</p>
     88<p><a class="external" href="{'http:hostip'|@translate}" title="{':hostip:title'|@translate}">hostip.info</a>{
     89 ': provides newcomers\' localization and possibly new country flags, thanks to them.'|@translate}</p>
     90<p><a class="external" href="{'http:geoiptool'|@translate}" title="{':geoiptool:title'|@translate}">geoiptool.com</a>{
     91 ': provides IP geolocalization on request (link on flag). Useful for unknown countries.'|@translate}</p>
    9192{literal}
    9293<script type="text/javascript">// <![CDATA[
Note: See TracChangeset for help on using the changeset viewer.