First off, appologies to Kovell, I've mangled one of his killmails to get it to post on my board without effort. 
Attachment:
Fitting McGafter.jpg [ 107.57 KiB | Viewed 2588 times ]
I've lobbed in the code and all the needed related icons for displaying the Subsystems correctly, It looks damn sweet.
Attachment:
File comment: the details of the kill
Fitting McGafter2.jpg [ 20.96 KiB | Viewed 2569 times ]
That's how the section down the list looks.
Now for the bad news: You have to go and edit the some data in your db to get this to work.
in kb3_item_locations:
Code:
INSERT INTO `kb3_item_locations` (`itl_id`, `itl_location`) VALUES(7, 'Subsystem Slot');
In kb3_item_types, you need to look for all entries with the category id of 32, and change the slot numbers of each to 7. Here you are telling the item groups that they are part of
ok.. for existing kills we need to edit the kill information a bit manually, but it's atleast easy. Goto the items destroyed table (b3_item_destroyed) and edit the slot value for each subsystem you want to show.. They'll be easy to spot as they currently have a slot ID of 0 (this also prevents you from using 'fix slot' on them)
I don't use the ext_fitting mod, so I haven't touched that at all. I'll work on the parser next.

No further edits are needed on the parser to get the subsystems to parse at this point so we can now concentrate on making it look pretty.

Edit: Forgot to add the edited code like a nubbins.