Changeset 75

Show
Ignore:
Timestamp:
03/30/07 22:37:47 (3 years ago)
Author:
eevee
Message:

Created a little compare button.

Location:
veekun/trunk
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/templates/dex/page/pokemon.tt

    r71 r75  
    115115[% evdepth = 0; evbaby = this.flags.match('baby') ? 1 : 0; depthnode = evtree %] 
    116116[% WHILE depthnode; evdepth = evdepth + 1; depthnode = depthnode.children.0; END %] 
    117 <p> <a href="[% c.uri_for('pokemon/compare', { poke => nodelist_flat }) %]"><img src="/images/see-also.png" alt="See also:"/> Comparison of this evolution chain</a> </p> 
     117<p> <a href="[% c.uri_for('pokemon/compare', { poke => nodelist_flat }) %]"><img src="/dex-images/compare.png" alt="See also:"/> Comparison of this evolution chain</a> </p> 
    118118<table class="dex-basic dex-evchain"> 
    119119<tr>[% '<th>Baby</th>' IF evbaby %]<th>Basic</th>[% '<th>Stage 1</th>' IF evdepth - evbaby >= 2 %][% '<th>Stage 2</th>' IF evdepth - evbaby >= 3 %]</tr>