<system-data-structure>
	<group identifier="add" label="Post Comment Page">
		<text identifier="successMessage" multiple="false" label="Thank you message viewed after commenting" required="false" default="Thanks for commenting, etc etc..." multi-line="true" wysiwyg="true"/>
		<text identifier="commentMessage" multiple="false" label="Message seen when the user tries to add a comment" required="false" default="Please put your comment below, then submit it..." multi-line="true" wysiwyg="true"/>
		<text identifier="data" multiple="false" label="Output file for comments" required="true" default="content-rating-data.xml.php" />
		<text type="dropdown" identifier="delete" label="Select Product (dropdown)" default="CMS 3">
			<dropdown-item value="true"/>
			<dropdown-item value="false"/>
		</text>
		<text identifier="redirect" multiple="false" label="Time before redirect after commenting (in seconds)" required="true" default="5" regular-expression="/^(\d)*$/" input-data-format="#" />
	</group>
	<group identifier="delete" label="Delete Comment Page">
		<text identifier="successText" multiple="false" label="Delete message" required="false" default="Successful delete" multi-line="true" wysiwyg="true"/>
		<text identifier="redirect" multiple="false" label="Time before redirect after commenting (in seconds)" required="true" default="5" regular-expression="/^(\d)*$/" input-data-format="#" />
	</group>
	<group identifier="view" label="page view">
		<text identifier="playout" multiple="false" label="Page layout.  The following tags will be replaced automatically..." help-text="#comments = the user comments, #add = the add comment button, #displayRating = the current average rating, #voteRating = the area to vote on the rating)" multi-line="true" required="true" wysiwyg="true" default="#displayRating&lt;br /&gt;#voteRating&lt;br /&gt;#add&lt;br /&gt;#comments&lt;br /&gt;"/>
		<text identifier="layout" multiple="false" label="Comment layout.  The following tags will be replaced automatically..." help-text="#comment = the user's comment, #add = the add comment button, #delete = the delete comment button, #comments = other users' comments on this comment" multi-line="true" required="true" wysiwyg="true" default="#comment&lt;br /&gt;#add&lt;br /&gt;#delete&lt;br /&gt;#comments"/>
		<text identifier="add" label="Add button--it is highly recommended to only change the text and the style of this field" wysiwyg="true" default="&lt;input name=&quot;submit&quot; type=&quot;submit&quot; value=&quot;Add a comment&quot; style=&quot;width: 150&quot;/&gt;" required="true"/>
		<text identifier="delete" label="Delete button--it is highly recommended to only change the text and the style of this field" wysiwyg="true" default="&lt;input name=&quot;submit&quot; type=&quot;submit&quot; value=&quot;Delete comment&quot; style=&quot;width: 150&quot;/&gt;" required="true"/>
		<text identifier="vote" label="Vote layout--input types must remain as radio buttons, and only values 1-10 will be recognized" wysiwyg="true" default="1&lt;input type=&quot;radio&quot; value=&quot;1&quot;/&gt;2&lt;input type=&quot;radio&quot; value=&quot;2&quot;/&gt;3&lt;input type=&quot;radio&quot; value=&quot;3&quot;/&gt;4&lt;input type=&quot;radio&quot; value=&quot;4&quot;/&gt;5&lt;input type=&quot;radio&quot; value=&quot;5&quot;/&gt;6&lt;input type=&quot;radio&quot; value=&quot;6&quot;/&gt;7&lt;input type=&quot;radio&quot; value=&quot;7&quot;/&gt;8&lt;input type=&quot;radio&quot; value=&quot;8&quot;/&gt;9&lt;input type=&quot;radio&quot; value=&quot;9&quot;/&gt;10&lt;input type=&quot;radio&quot; value=&quot;10&quot;/&gt;" required="true"/>
	</group>
	<group identifier="update" label="nightly update information">
		<text identifier="username" required="true" default="admin" label="Cascade username"/>
		<text identifier="password" required="true" default="nimda" label="Cascade password"/>
		<text identifier="server" required="true" label="Cascade URL(include http:// and port)" default="http://localhost:8080"/>
		<text identifier="backup" required="true" default="/intranet/cast/content-rating/content-rating-data.xml" label="Backup location in CMS"/>
	</group>
</system-data-structure>