Bug 140163 - HTML Export : better export using appropriate classes
Summary: HTML Export : better export using appropriate classes
Status: REPORTED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-16 17:15 UTC by Dexter Magnific
Modified: 2007-01-16 17:15 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dexter Magnific 2007-01-16 17:15:06 UTC
Version:           3.5.3 (using KDE 3.5.5, Gentoo)
Compiler:          gcc version 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
OS:                Linux (i686) release 2.6.19-gentoo-r1

Hi,

I'd like to say that the HTML export process produces poor files in terms of classes.
Each element should have its own class like dates, appointment tables, ...
e.g. :

<table class="appointments" ...>
  <tr class=appointment">
    <td class="starttime"> ... </td>
    <td class="endtime"> ... </td>
    <td class="sum"> ... </td>
    <td class="location"> ... </td>


....

Thanks