%% NMS configuration file %% # the URL to your HTML form gbform_url: http://www.your.domain/addguest.html # The number of guestbook entries to display per page. Set this # to 0 if you don't want a multipage guestbook. gbview_perpage: 20 no_email: 1 email_input: email realname_input: realname modify_html_files: gbdata gbview_htmlfile: gbdata htmlfile_template_gbdata: % % {= date =} % {= env.REMOTE_ADDR =} % {= env.HTTP_USER_AGENT =} % {= param.realname =} % {= param.email =} % {= param.comments =} % {= param.country =} % required: realname,comments missing_template: % % % % % Missing Fields % % % %

% You must fill in both the realname and comments fields. % Please try again. %

%
% %

Your name:

%

Your email address:

%

Your country:

%

% Comments:
% %

%

*

%
%
% % success_page_template: % % % % % Thank You % % % %

Thank you for adding to my guestbook

%
% % gbview_template: % % % % % My guestbook % % % % %

My guestbook

% %{= IF can_go_back =} %

[Later Entries]

%{= ELSE =} %

Here are some guestbook entries. If you like, you can % add one.

%{= END =} % %{= IF multiple_pages =} %

page {= this_is_page =} of {= page_count =}. Jump to page: % {= FOREACH page =} % {= IF this =} % [{= page =}] % {= ELSE =} % [{= page =}] % {= END =} % {= END =} %

%{= END =} % %
% %{= FOREACH entry =} %

Added by {= param_realname =} on {= added_date =}

% {= IF param_email =} %

email: {= param_email =}

% {= END =} % {= IF param_country =} %

country: {= param_country =}

% {= END =} %

{= param_comments =}

%
%{= END =} % %{= IF can_go_on =} %

[Earlier Entries]

%
%{= END =} % %

% % TFmail % © 2002 London Perl Mongers % %

% %