Changeset 103 for veekun/branches

Show
Ignore:
Timestamp:
04/20/07 23:50:39 (3 years ago)
Author:
eevee
Message:

Upgraded my team of Aipom to a team of Ambipom. Also applied trunk's rounding of SQL numbers in the footer.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/branches/layout/templates/wrapper.tt

    r94 r103  
    142142<div id="footer"> 
    143143 All content copyright its original owners.  Pok&eacute;mon is copyright to Nintendo and Game Freak.  Current site layout by Eevee/Alex Munroe and is &copy;2005. <br/> 
    144  This page was created by a team of trained <a href="[% uri('Dex', 'pokemon', 'aipom') %]">Aipom</a> in about [% time_delta = time - start_time; round(time_delta, 6) %] seconds. <br/> 
     144 This page was created by a team of trained <a href="[% uri('Dex', 'pokemon', 'ambipom') %]">Ambipom</a> in about [% time_delta = time - start_time; time_delta | format('%0.6f') %] seconds. <br/> 
    145145[% IF querylog.count %] 
    146 [% round(querylog.time_elapsed, 6) %] seconds [% IF time_delta %]or [% querylog.time_elapsed / time_delta * 100 %]%[% END %] of that was spent running [% querylog.count %] SQL queries, an average of [% querylog.time_elapsed / querylog.count %] seconds each. <br/> 
     146[% querylog.time_elapsed | format('%0.6f') %] seconds [% IF time_delta %]or [% querylog.time_elapsed / time_delta * 100 | format('%0.6f') %]%[% END %] of that was spent running [% querylog.count %] SQL queries, an average of [% querylog.time_elapsed / querylog.count | format('%0.6f') %] seconds each. <br/> 
    147147[% ELSE %] 
    148148No SQL was used on this page. <br/> 
    149149[% END %] 
    150 [% aipom_count = time_delta * 10 + 0.5; aipom_count = int(aipom_count); SET aipom_count = 20 IF aipom_count > 20 %] 
    151 [% FOREACH i IN [ 1 .. aipom_count ] %] <img src="/dex-images/icons/190.png" alt=""/>[% END %] 
     150[% ambipom_count = time_delta * 10 + 0.5; ambipom_count = int(ambipom_count); SET ambipom_count = 20 IF ambipom_count > 20 %] 
     151[% FOREACH i IN [ 1 .. ambipom_count ] %] <img src="/dex-images/icons/424.png" alt=""/>[% END %] 
    152152</div> 
    153153<script id="stats_script" type="text/javascript" src="http://metrics.performancing.com/stats.js"></script>