FET Forum

FET Support (English) => Programming Help => Topic started by: vg on May 02, 2014, 01:26:17 PM

Title: HTML and CSS files of FET
Post by: vg on May 02, 2014, 01:26:17 PM
Hey,

where are the HTML and CSS files of FET? I want to improve them but I couldn't find it yet in the source.

--vg
Title: Re: HTML and CSS files of FET
Post by: Volker Dirr on May 02, 2014, 04:59:50 PM
you don't need to read each file yourself. every good editor and ide has an option called "find" or "find in files". also every os as a "find" or "search" option. simply add a html tag or a css line and seach. so just a few files are left then. then it is easy to see that timetableexport.cpp is the needed file.
Title: Re: HTML and CSS files of FET
Post by: vg on May 14, 2014, 04:58:30 PM
Thanks! I didn't didn't suspect that the code is "packed" in the C++ file.