Changeset 459 for veekun/trunk/templates
- Timestamp:
- 10/06/08 01:32:38 (18 months ago)
- Files:
-
- 1 modified
-
veekun/trunk/templates/dex/common.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/templates/dex/common.tt
r411 r459 56 56 <td class="type"><img src="/dex-images/gameui/[% move.contest_type %].png" alt="[% move.contest_type %]" title="[% move.contest_type %]"/></td> 57 57 <td class="contest"> 58 [% move.contest .appeal %]59 [% FOR x IN [ 1 .. move.contest .appeal ] %]60 <img src="/dex-images/gameui/appeal.png" alt="[% this.contest .appeal %]" title="[% this.contest.appeal %]"/>58 [% move.contest_effect.appeal %] 59 [% FOR x IN [ 1 .. move.contest_effect.appeal ] %] 60 <img src="/dex-images/gameui/appeal.png" alt="[% this.contest_effect.appeal %]" title="[% this.contest_effect.appeal %]"/> 61 61 [% END %] 62 62 </td> 63 63 <td class="contest"> 64 [% move.contest .jam %]65 [% FOR x IN [ 1 .. move.contest .jam ] %]66 <img src="/dex-images/gameui/jam.png" alt="[% this.contest .jam %]" title="[% this.contest.jam %]"/>64 [% move.contest_effect.jam %] 65 [% FOR x IN [ 1 .. move.contest_effect.jam ] %] 66 <img src="/dex-images/gameui/jam.png" alt="[% this.contest_effect.jam %]" title="[% this.contest_effect.jam %]"/> 67 67 [% END %] 68 68 </td> 69 <td class="blurb"> [% move.contest .effect%] </td>69 <td class="blurb"> [% move.contest_effect.description %] </td> 70 70 [%+ END %] 71 71
