Changeset 75
- Timestamp:
- 03/30/07 22:37:47 (3 years ago)
- Location:
- veekun/trunk
- Files:
-
- 1 added
- 1 modified
-
root/dex-images/compare.png (added)
-
templates/dex/page/pokemon.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/templates/dex/page/pokemon.tt
r71 r75 115 115 [% evdepth = 0; evbaby = this.flags.match('baby') ? 1 : 0; depthnode = evtree %] 116 116 [% 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> 118 118 <table class="dex-basic dex-evchain"> 119 119 <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>
