When you make the "Who's Registered So Far" web page from the sanctioned match registration screen, you have the option to include a warning message for anybody for whom you don't have a sufficiently recent Classifier recorded. This only affects shooters registered lower than Master class (or DM). It looks for a Classifier in the shooter's registered division within one year prior to the match date.
The message defaults to: "REGISTRATION NOT COMPLETE. Need proof of recent Classifier."
You can modify the text as you wish. Note that you are writing HTML (web) code. In the default, the <br /> tag is included to put the "Need proof of recent Classifier" onto a new line.
This will display in RED in the "Misc" column on the web pages.
This is the result on the web page.
As with most of ForScore's web output, you can customize a lot by including your own style sheet (as marked in the window above).
Here, I've used Notepad to create a simple style sheet called forscore.css.
I've put it in the server folder containing the web pages.
The style sheet has only one line of text:
.redblock{color:blue;text-align:left;font-style:italic;font-weight:bold;} |
This is the result: