Client edit login template
This template is used to allow the client/advertiser to log in to
be able to edit the information relating to their advertisement.
Replacement tags
- #cgi#
- Replaced with the full URL to the CGI program. This tag
should be placed within the
method=... portion
of the form that asks the user to log in.
- #username#
- Replaced with the name of the form field that will gather the
clients username. This tag should be placed within the
name=... portion of the input field which will
ask for their username.
- #password#
- Replaced with the name of the form field that will gather the
clients password. This tag should be placed within the
name=... portion of the input field which will ask
for their password.