close window

Example of a CMS customizable form

The following is an example of a customizable form:D:\sre2003\srehttp2\ADDON\CMS\LIB\cmt_resp.htm
<html><head><title>Comment successfully entered </title></head>
<body>

<!-- 
     This is an example of a CMS comment-response file.
     See LIB\CMT_RESP.TXT  for the details.
     Usage:    ? comment    ?FILE=cms_cmt.htm   ?RESPFILE=cmt_resp.htm  ?MODE=ADD
    
     The following replaceable strings are supported.        
         #COMMENTS: # of comments submitted for this record
         $NAME: The name variable (from the comment database) for this record
         $TITLE: The title variable (from the comment database) for this record

                If the CMS dataseries does not have a "NAME" comment (or title)
                variables, don't use $NAME (or $TITLE)

         $LENGTH: Length (in bytes) of the comment just aded
         $RECID: The record id (such as 5055.5161521) to which the comment was added
         $COMMENT_ID: The comment-id of the comment just added (similar to recid)
-->

<font size=-1><a href="javascript:history.go(-1)">Back</a> ||
<a href="javascript:history.go(-2)">Back 2</a> ||
<a href="javascript:close()">Close window</a> </font>

<h3>Comment has been recorded</h3>
<em>There are now <!--#COMMENTS--> comments submitted for this record</em>.<p>

You (<!--$NAME-->) submitted a <!--$LENGTH--> bytes 
comment for record <!--$RECID--><p>

The id of this comment is <!--$COMMENT_ID--><br>
The title of this comment: <tt><!--$TITLE--></tt><br>

<p>
Thanks!

*</body></html>