Spells: initial implementation of DetailPage, ListPage, Filter, Search

Spells:
 - improved tooltips to use a less table-dependant layout
 - defined the missing fulltext-variables
 - buff or tooltip are only reandered for the current spell
 - reduced redundancy in buff / tooltip-code

some ToDos:
 - no tabs on the detail-page implemented yet (used-by, affected-by, ect)
 - localization for frFR, esES and ruRu is .. lacking and will probably be commited with the point above)
 - a full search runs for almost 2sec and i haven't implemented every type yet >.< .. spells are too greedy
 - in some cases $d must supply a time unit, in most cases it does not .. why..?
 - sources can be improved .. anything related to items is still missing
This commit is contained in:
Sarjuuk
2013-05-13 00:34:36 +02:00
parent cbd27c67b3
commit 86387f7707
23 changed files with 7126 additions and 3737 deletions

View File

@@ -325,7 +325,6 @@ var fi_filters = {
{ id: 20, name: 'hasreagents', type: 'yn' },
{ id: 12, name: 'lastrank', type: 'yn' },
{ id: 13, name: 'rankno', type: 'num' },
{ id: 22, name: 'proficiencytype', type: 'proficiencytype' },
{ id: 19, name: 'scaling', type: 'yn' },
{ id: 25, name: 'rewardsskillups', type: 'yn' },
{ id: 3, name: 'requiresnearbyobject', type: 'yn' },