I work in a company that has a lot of old applications and some of them are self-developed. The coder has retired and I have absolutely no connection to him whatsoever. He developed a web application to book vehicles and it is made up out of framesets. The frontend is an abomination and the users have requested a rework of it. Main reasons are lack of responsive design and as I said, it looks extremely bad.
I've tried to convert the old pages from the framesets into a CSS layout. After researching around the internet I chose an "include" way to do things. The problem is, the author has not thought about further developers at all and has made it significantly harder for them (me) to re-develop his application. Now, I am missing an approach to deal with these problems:
I have done my research and tried some approaches to these issues (as explained above), but have failed and hope, someone can give me a heads up on how to approch this thing from a more experienced point of view. I am frankly frustrated and the fact that this is due next week does not add to my confidence at all.
I really appreciate any input. Thanks in advance!