Search list extensions which return HTML are nearly always a bad idea. The whole point of templates is to separate data from presentation.
On Tue, Feb 16, 2021 at 7:37 AM Auchtermuchty Weather <[email protected]> wrote: > I see what you mean! Suspect I had better rethink... Thanks anyway. > > On Tuesday, 16 February 2021 at 13:58:59 UTC gjr80 wrote: > >> If I understand your question correctly the $NOAATable tag is produced >> in the MyXSearch search list in user/historygenerator.py. The actual >> HTML for the links to the month and year NOAA format reports is produced in >> the _NoaaCell() >> <https://github.com/brewster76/fuzzy-archer/blob/master/bin/user/historygenerator.py#L386> >> and _NoaaYear() >> <https://github.com/brewster76/fuzzy-archer/blob/master/bin/user/historygenerator.py#L392> >> methods. I hope your python is good! >> >> Gary >> > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/38dbac3f-3557-43d3-801b-0e7c0fb7980an%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/38dbac3f-3557-43d3-801b-0e7c0fb7980an%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEAHH5xQM0m85Yd3zSeiN3uk8aPHV9Mb3ruXAxEkhJuhyA%40mail.gmail.com.
