Glenn,
Here's what I found, so far:
two NOAA directories
/home/weewx/skins/Standard/NOAA - contains 2 template files for YYYY and MM
summaries
/home/weewx/pub_html/NOAA - contains all the summary files *.txt from
2007-present day
I substituted the original index.html.tmpl and an older weewx.conf file and
got the same results, no pull down YYYY or MM summaries.
The files seem to be being built but not accessible from index.html
Standard skin.
>From my index.html.tmpl:
<div id="navbar">
<input type="button" value=" Current "
onclick="openURL('index.html')" />
<input type="button" value=" Week "
onclick="openURL('week.html')" />
<input type="button" value=" Month "
onclick="openURL('month.html')" />
<input type="button" value=" Year "
onclick="openURL('year.html')" />
<p>Monthly summary:
<select NAME=noaaselect onchange="openNoaaFile(value)">
#for $monthYear in $SummaryByMonth
<option value="$monthYear">$monthYear</option>
#end for
<option selected>-Select month-</option>
</select>
<br/>
Yearly summary:
<select NAME=noaaselect onchange="openNoaaFile(value)">
#for $yr in $SummaryByYear
<option value="$yr">$yr</option>
#end for
<option selected>-Select year-</option>
</select>
</p>
</div>
</div>
Thanks for your continued help. Hope the above tells you something. Sorry
I'm not much
of a programmer.
Bob
--
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].
For more options, visit https://groups.google.com/d/optout.