Changeset 417
- Timestamp:
- 02/27/08 10:40:48 (9 months ago)
- Location:
- veekun/trunk/templates
- Files:
-
- 2 modified
-
dex/page/pokemon.tt (modified) (1 diff)
-
forum/common.tt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/templates/dex/page/pokemon.tt
r406 r417 141 141 <dd>[% hex_blurb(this.base_happiness) %]</dd> 142 142 <dt>Growth rate</dt> 143 <dd>[% this.evo_chain.growth %]</dd>143 <dd>[% this.evo_chain.growth_rate %]</dd> 144 144 <dt>Effort points</dt> 145 145 <dd>[% effort_points = [ ] %] -
veekun/trunk/templates/forum/common.tt
r413 r417 201 201 [% c.stash.forums_color = 1 %] 202 202 <table class="forums" cellspacing="0"> 203 <tr><th ></th><th class="icon"></th><th class="name">Forum</th><th class="count">Threads</th><th class="count">Posts</th><th class="postinfo">Last Post</th></tr>203 <tr><th class="icon"></th><th class="icon"></th><th class="name">Forum</th><th class="count">Threads</th><th class="count">Posts</th><th class="postinfo">Last Post</th></tr> 204 204 [% END %] 205 205 … … 217 217 <a href="/forum/[% forum.id %]"> 218 218 <span class="title">[% forum.name %]</span> 219 [% IF forum. blurb%]220 <span class="blurb">[% forum. blurb%]</span>219 [% IF forum.description %] 220 <span class="blurb">[% forum.description %]</span> 221 221 [% END %] 222 222 </a>
