-- Fixed HTML calendar script to use "SPECIAL HTML"

This commit is contained in:
dfs
1998-02-16 02:21:45 +00:00
parent 8531f8b5b4
commit 3cd69d3cb4

View File

@@ -3,7 +3,7 @@
# This file is part of REMIND.
# Copyright (C) 1992-1997 by David F. Skoll
# $Id: hebdate.rem-DIST,v 1.3 1997-07-31 03:10:18 dfs Exp $
# $Id: hebdate.rem-DIST,v 1.4 1998-02-16 02:21:45 dfs Exp $
BANNER %
IF !$PSCAL
@@ -170,9 +170,9 @@ IF !HTML
[trigger(moondate(3))] PS [psmoon(3)]
REM PS Border Border moveto /DayFont findfont 10 scalefont setfont ([hebday(today())] [hebmon(today())]) show
ELSE
[trigger(moondate(0))] MSG <FONT SIZE=-2>New Moon</FONT>
[trigger(moondate(2))] MSG <FONT SIZE=-2>Full Moon</FONT>
REM MSG <FONT SIZE=-1>[hebday(today())] [hebmon(today())]</FONT>
[trigger(moondate(0))] SPECIAL HTML <P><FONT SIZE=-2>New Moon</FONT></P>
[trigger(moondate(2))] SPECIAL HTML <P><FONT SIZE=-2>Full Moon</FONT></P>
REM SPECIAL HTML <P><FONT SIZE=-1>[hebday(today())] [hebmon(today())]</FONT></P>
ENDIF
ENDIF