Bug 140163

Summary: HTML Export : better export using appropriate classes
Product: [Applications] korganizer Reporter: Dexter Magnific <dextermagnific>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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