[Xymon] html classes

Boldt, David dboldt at usgs.gov
Fri Jun 23 23:21:43 CEST 2017


I agree that formatting should move out of the html and into CSS.
Just wanted to start small with my suggestion to see if there was any
interest.

                                         -- David Boldt
                                            <dboldt at usgs.gov>


On Mon, Jun 19, 2017 at 7:31 PM, Adam Goryachev <
mailinglists at websitemanagers.com.au> wrote:

>
> On 20/06/17 05:28, Boldt, David wrote:
>
> Not sure if this is the right venue for posting feature requests, but it
> would be useful if html which is generated by programs specified unique
> html classes wherever possible to allow CSS styling. An example, for
> Information Tables:
>
> *** web/csvinfo.c       2017-06-19 14:14:13.186316715 -0500
> --- web/csvinfo.c.new   2017-06-19 14:11:16.385617041 -0500
> ***************
> *** 185,191 ****
>           sethostenv(wantedname, "", "", colorname(bgcolor), NULL);
>           headfoot(stdout, hffile, "", "header", bgcolor);
>
> !       printf("<table align=center border=1 summary=\"Information
> table\">\n");
>
>         for (i=0; (headers[i]); i++) {
>                 printf("<tr>\n");
> --- 185,191 ----
>           sethostenv(wantedname, "", "", colorname(bgcolor), NULL);
>           headfoot(stdout, hffile, "", "header", bgcolor);
>
> !       printf("<table class=\"informationTable\" align=center border=1
> summary=\"Information table\">\n");
>
>         for (i=0; (headers[i]); i++) {
>                 printf("<tr>\n");
>
>
>
> If doing this, shouldn't you also remove the "align=center border=1" and
> move that into the class? In fact, you might also need to edit the output
> to include the CSS file ie external CSS would be even better than internal
> css....
>
> PS, I'm not a HTML/CSS person, I just pretend.
>
> Regards,
> Adam
>
>
> --
> Adam Goryachev Website Managers www.websitemanagers.com.au
>
> -- The information in this e-mail is confidential and may be legally
> privileged. It is intended solely for the addressee. Access to this e-mail
> by anyone else is unauthorised. If you are not the intended recipient, any
> disclosure, copying, distribution or any action taken or omitted to be
> taken in reliance on it, is prohibited and may be unlawful. If you have
> received this message in error, please notify us immediately. Please also
> destroy and delete the message from your computer. Viruses - Any
> loss/damage incurred by receiving this email is not the sender's
> responsibility.
>
> _______________________________________________
> Xymon mailing list
> Xymon at xymon.com
> http://lists.xymon.com/mailman/listinfo/xymon
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20170623/9b1cd41f/attachment.html>


More information about the Xymon mailing list