Add a few additional variables that are needed for replacement.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
5780b3bea9
commit
42b10d0243
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46914
1 changed files with 10 additions and 8 deletions
|
@ -7,12 +7,14 @@
|
|||
|
||||
<!--
|
||||
Variables to replace:
|
||||
%%START%% - report month start
|
||||
%%STOP%% - report month end
|
||||
%%YEAR%% - report year
|
||||
%%NUM%% - report issue (first, second, third, fourth)
|
||||
%%YEARNEXT%% - next report due year (if different than %%YEAR%%)
|
||||
%%DUENEXT%% - next report due date (i.e., June 6)
|
||||
%%START%% - report month start
|
||||
%%STOP%% - report month end
|
||||
%%YEAR%% - report year
|
||||
%%NUM%% - report issue (first, second, third, fourth)
|
||||
%%STARTNEXT%% - report month start
|
||||
%%STOPNEXT%% - report month end
|
||||
%%YEARNEXT%% - next report due year (if different than %%YEAR%%)
|
||||
%%DUENEXT%% - next report due date (i.e., June 6)
|
||||
-->
|
||||
|
||||
<report>
|
||||
|
@ -40,8 +42,8 @@
|
|||
|
||||
<p>Thanks to all the reporters for the excellent work!</p>
|
||||
|
||||
<p>The deadline for submissions covering the period from %%START%%
|
||||
to %%STOP%% %%YEARNEXT%% is %%DUENEXT%%, %%YEARNEXT%%.</p>
|
||||
<p>The deadline for submissions covering the period from %%STARTNEXT%%
|
||||
to %%STOPNEXT%% %%YEARNEXT%% is %%DUENEXT%%, %%YEARNEXT%%.</p>
|
||||
?>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue