Script to generate HTML output format listing like orasnap

Hi,

Is there any UNIX scripts out there that generates a listing output of some sort similar to OraSnap

At the moment, I have a script that I run on multiple servers that has multiple databases and just querying the database sizes of those databases. It generates a text files that contains basic information like servername,database,size. A dummy example of the text file is as below:

mnl1od711,tst1,2300
mnl1od711,tst2,2400
mnl1od711,tst3,2500
mnl1od711,tst4,2600
mnl1od712,tsta,3300
mnl1od712,tstb,3400
mnl1od712,tstc,3500
mnl1od712,tstd,3600
mnl1od713,abc1,4300
mnl1od713,abc2,4300
mnl1od713,abc3,4300

I wanting to have something 'simple' where the frame on the left shows the server names and the right frame shows the databases and their sizes which are basically contains already in the output file.

Just thought maybe someone has gone thru the same path that I am trying to do.

Thanks in advance.