Changeset 103 for veekun/branches
- Timestamp:
- 04/20/07 23:50:39 (3 years ago)
- Files:
-
- 1 modified
-
veekun/branches/layout/templates/wrapper.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veekun/branches/layout/templates/wrapper.tt
r94 r103 142 142 <div id="footer"> 143 143 All content copyright its original owners. Pokémon is copyright to Nintendo and Game Freak. Current site layout by Eevee/Alex Munroe and is ©2005. <br/> 144 This page was created by a team of trained <a href="[% uri('Dex', 'pokemon', 'a ipom') %]">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/> 145 145 [% 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/> 147 147 [% ELSE %] 148 148 No SQL was used on this page. <br/> 149 149 [% END %] 150 [% a ipom_count = time_delta * 10 + 0.5; aipom_count = int(aipom_count); SET aipom_count = 20 IF aipom_count > 20 %]151 [% FOREACH i IN [ 1 .. a ipom_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 %] 152 152 </div> 153 153 <script id="stats_script" type="text/javascript" src="http://metrics.performancing.com/stats.js"></script>
