close window
Example of a CMS customizable form
The following is an example of a customizable form:D:\sre2003\srehttp2\ADDON\CMS\LIB\add_resp.htm
<html><head><title>New record successfully entered </title></head>
<body>
<!--
This is an example of a CMS add-record-response file.
See LIB\ADD_RESP.TXT for a complete description.
a href="/cms/cms_add.cmd?deffile=DEFAULT_exampl_001.DEF&action=22&
formfile=cms_add.htm&respfile=add_resp.htm"
The following replaceable strings are supported.
CURRENT_DATETIME : The current date and time (in GMT)
SERIES : The name of this dataseries
DESC : Short description of the dataseries
RECID : Record id of the record just added
LENGTH : length (in bytes) of the record just added
TOTALRECORDS: Total # of records in dataseries
VARS : a space delimited list of the variables in the dataseries
VARSET : a space delimited list of the variables that were set
VARNOTSET : a space delimited list of the variables that were not set
VARTYPES : a space delimited list of the types of the variables
%VARNAME : Value of variable (from the record that was just was added)
-->
<font size=-1><a href="javascript:history.go(-1)">Back</a> ||
<a href="javascript:close()">Close window</a> </font>
<h3>Record has been added at <!--CURRENT_DATETIME--></h3>
The dataseries</em> <!--SERIES--> <em>(<!--DESC-->)</em>,
now has <!--TOTALRECORDS--> records.<p>
<ul>
<li><b><!--%NAME--></b> entered <!--LENGTH--> bytes, which were saved to a new record with an id of <tt><!--RECID--></tt><br>
Abstract: <em><!--%$ABSTRACT--></em>
</ul>
<hr>
<menu>
<li>Variables in dataseries:<tt> <!--VARS--> </tt>
<br>(types: <tt> <!--VARTYPES--> </tt>)
<li>Variables set: <tt><!--VARSET--></tt>
<li>Variables whose values were not set: <tt><!--VARNOTSET--></tt>
</menu>
</body></html>