-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_newsletter.shtml
99 lines (85 loc) · 3.4 KB
/
_newsletter.shtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="author" content="Hilary Jones Ron Kane Swaroop Shere">
<meta name="copyright" content="Tri-Valley Stargazers, 2022">
<meta name="description" content="The Tri-Valley Stargazers newsletters">
<meta name="keywords" content="Tri-Valley, Stargazers, astronomy">
<title>Tri-Valley Stargazers newsletters</title>
<link href="tvs.css" rel="stylesheet" type="text/css">
<script src="tvs.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
lastUpdateDate = "Jan 12, 2024";
//-->
</script>
<!-- The id for the button that needs to be underlined. -->
<style type='text/css'>#appleNav li a#m_newsletter { text-decoration: underline;}</style>
</head>
<body>
<!--#include virtual="free_find.shtml" -->
<!--#include virtual="leader.shtml" -->
<h1 class="title">Newsletter</h1>
<br>
<div class="content" style="font-size:medium; text-align:center; width:100%; margin-bottom:30px;">
<b>
<a title="This month's Prime Focus" href="newsletters/2024/tvsnews0124.pdf#zoom=100&pagemode=none" target="_top">
View the latest newsletter:<br><br>
<img src="images/newscover.jpg" title="Click here to view the latest newsletter" alt="Newsletter cover"
style="border:ridge; border-color:black; border-width:1px;">
</a>
</b>
<br><br><br><br>
<b>View older newsletters:</b><br>
<table align="center">
<tr>
<td>
<form style="display:inline;" action=""><select id="theMonth">
<option value="01">January</option>
<option value="02">Februrary</option>
<option value="03">March</option>
<option value="04">April</option>
<option value="05">May</option>
<option value="06">June</option>
<option value="07">July</option>
<option value="08">August</option>
<option value="09">September</option>
<option value="10">October</option>
<option value="11">November</option>
<option value="12">December</option>
</select></form>
</td>
<td>
<form style="display:inline;" action=""><select id="theYear">
<!-- table's option tags are created by script defineNewsletterYears -->
<option style="display:none;" value="00">Gets replaced</option> <!-- Provided only to ensure valid HTML -->
</select></form>
</td>
<td>
<button type="button" onclick="goFetch();">Display this newsletter</button>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
defineNewsletterYears();
//-->
</script>
<br><br>
To contribute to the newsletter, please contact the editor
<script type="text/javascript">
<!--
contact("newsletter", "trivalleystargazers.org", "Scott Schneider");
//-->
</script>.
<div class="newsletterlinks">
<!--
Invisible list of all newsletter links. This is only used by FreeFind and could be deleted
if the service went away. Be sure to edit this file every time a new newsletter is added.
-->
<a href="newsletterlinks.shtml">Newsletter list</a>
</div>
</div> <!-- end div class=content -->
<!--#include virtual="trailer.shtml" -->
</body>