Changeset 355 for trunk/aowow/templates
- Timestamp:
- Mar 3, 2010, 3:36:16 PM (15 years ago)
- Location:
- trunk/aowow/templates/wowhead
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aowow/templates/wowhead/item.tpl
r170 r355 44 44 <div class="text"> 45 45 46 <a href="http://wowpreklad.zdechov.net/TranslationList.php?group=4&action=searchentry&ID={$item.entry}" class="button-red"><div><blockquote><i>Wowhead</i></blockquote><span>Překládat</span></div></a> 46 47 <a href="http://www.wowhead.com/?{$query}" class="button-red"><div><blockquote><i>Wowhead</i></blockquote><span>Wowhead</span></div></a> 47 48 <h1>{$item.name}</h1> -
trunk/aowow/templates/wowhead/npc.tpl
r170 r355 44 44 45 45 <div class="text"> 46 <a href="http://wowpreklad.zdechov.net/TranslationList.php?group=6&action=searchentry&ID={$npc.entry}" class="button-red"><div><blockquote><i>Wowhead</i></blockquote><span>Překládat</span></div></a> 46 47 <a href="http://www.wowhead.com/?{$query}" target="_blank" class="button-red"><div><blockquote><i>Wowhead</i></blockquote><span>Wowhead</span></div></a> 47 48 <h1>{$npc.name}{if $npc.subname} <{$npc.subname}>{/if}</h1> -
trunk/aowow/templates/wowhead/object.tpl
r170 r355 29 29 30 30 <div class="text"> 31 31 <a href="http://wowpreklad.zdechov.net/TranslationList.php?group=5&action=searchentry&ID={$object.entry}" class="button-red"><div><blockquote><i>Wowhead</i></blockquote><span>Překládat</span></div></a> 32 32 <a href="http://www.wowhead.com/?{$query}" class="button-red"><div><blockquote><i>Wowhead</i></blockquote><span>Wowhead</span></div></a> 33 33 <h1>{$object.name}</h1> -
trunk/aowow/templates/wowhead/quest.tpl
r170 r355 190 190 191 191 <div class="text"> 192 193 <a href="http://wowpreklad.zdechov.net/TranslationList.php?group=1&action=searchentry&ID={$quest.entry}" class="button-red"><div><blockquote><i>Wowhead</i></blockquote><span>Překládat</span></div></a> 192 194 <a href="http://www.wowhead.com/?{$query}" class="button-red"><div><blockquote><i>Wowhead</i></blockquote><span>Wowhead</span></div></a> 193 195 <h1>{$quest.Title}</h1> -
trunk/aowow/templates/wowhead/spell.tpl
r170 r355 28 28 29 29 <div class="text"> 30 31 <a href="http://wowpreklad.zdechov.net/TranslationList.php?group=13&action=searchentry&ID={$spell.entry}" class="button-red"><div><blockquote><i>Wowhead</i></blockquote><span>Překládat</span></div></a> 30 32 <a href="http://www.wowhead.com/?{$query}" target="_blank" class="button-red"><div><blockquote><i>Wowhead</i></blockquote><span>Wowhead</span></div></a> 31 33 <h1>{$spell.name}</h1>
Note:
See TracChangeset
for help on using the changeset viewer.