vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <html> |
2 | <head> |
||
3 | <title>BCUI Aspect Menu</title> |
||
4 | <style> |
||
5 | .text { font-family: Arial; font-size: 10pt; } |
||
6 | .content { font-family: Arial; font-size: 10pt; } |
||
7 | .copyright { font-family: Arial; font-size: 8pt; color: #B0B0B0; } |
||
8 | a { font-family: Arial; font-size: 10pt; } |
||
9 | p { font-family: Arial; font-size: 10pt; } |
||
10 | li { font-family: Arial; font-size: 10pt; } |
||
11 | </style> |
||
12 | </head> |
||
13 | <body bgcolor="#FFFFFF"> |
||
14 | |||
15 | <p><b>Aspect Menu</b> - Adds an icon to the minimap cluster that provides a popup menu of |
||
16 | currently available aspect abilities. |
||
17 | <a class="content" href="http://www.bizarreconcepts.com/wow">Web Site</a></p> |
||
18 | |||
19 | <p><b>Credits</b></p> |
||
20 | <ul> |
||
21 | <li>Thanks go out to all those that have helped with the Tracking Menu. Since this AddOn started from a direct copy of that one, all of those credits are due here as well.</li> |
||
22 | </ul> |
||
23 | |||
24 | <p><b>Revision History</b></p> |
||
25 | |||
26 | <p>04/05/2005 v1.01</p> |
||
27 | <ul> |
||
28 | <li>Updated the tooltip text when the mouse was over the icon.</li> |
||
29 | </ul> |
||
30 | |||
31 | <p>03/30/2005 v1.00</p> |
||
32 | <ul> |
||
33 | <li>Initial release.</li> |
||
34 | </ul> |
||
35 | |||
36 | </body> |
||
37 | </html> |