Login   Register  
PHP Classes
elePHPant
Icontem

File: config/client.review.content.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of invitro  >  Navelo CMS  >  config/client.review.content.xml  >  Download  
File: config/client.review.content.xml
Role: Auxiliary data
Content type: text/plain
Description: Client Review content form
Class: Navelo CMS
A complete Content Management System
Author: By
Last change:
Date: 2004-08-04 07:02
Size: 3,270 bytes
 

Contents

Class file image Download
<configuration>
	<configValue name="NAME" type="string">review_content_form</configValue>
	<configValue name="METHOD" type="string">POST</configValue>
	<configValue name="ACTION" type="string"></configValue>
	<configValue name="debug" type="integer">0</configValue>
	<configValue name="ResubmitConfirmMessage" type="string"></configValue>
	<configValue name="OutputPasswordValues" type="integer"></configValue>
	<configValue name="verify" type="string">!</configValue>
	<configValue name="mark" type="string">*</configValue>
	<configValue name="focus" type="integer">rt</configValue>
	
	<configValue name="no_metadata_id" type="string">Sorry, we have trouble to add you new category.</configValue>
	<configValue name="failed" type="string">Sorry, we have trouble to add you new category.</configValue>
	<configValue name="success" type="string">Thank you, the new category has been created for you.</configValue>
	
	<configValue name="fields" type="array">
		<configValue name="rt" type="array">
			<configValue name="TYPE">text</configValue>
			<configValue name="NAME">rt</configValue>
			<configValue name="ID">rt</configValue>
			<configValue name="SIZE">72</configValue>	
			<configValue name="ValidateAsNotEmpty">1</configValue>
			<configValue name="ValidateAsNotEmptyErrorMessage">You have to choose the score to rating this section</configValue>
			<configValue name="LABEL">Review Title</configValue>
		</configValue>
		<configValue name="rc" type="array">
			<configValue name="TYPE">textarea</configValue>
			<configValue name="NAME">rc</configValue>
			<configValue name="ID">rc</configValue>
			<configValue name="ValidateAsNotEmpty">1</configValue>
			<configValue name="ValidateAsNotEmptyErrorMessage">You have to choose the score to rating this section</configValue>
			<configValue name="LABEL">Review Comments</configValue>
		</configValue>
		<configValue name="submit" type="array">
			<configValue name="TYPE" type="string">submit</configValue>
			<configValue name="NAME" type="string">submit</configValue>
			<configValue name="ID" type="string">submit</configValue>
			<configValue name="VALUE" type="string">Review Content</configValue>
		</configValue>
		<configValue name="reset" type="array">
			<configValue name="TYPE" type="string">reset</configValue>
			<configValue name="NAME" type="string">reset</configValue>
			<configValue name="ID" type="string">reset</configValue>
			<configValue name="VALUE" type="string">Reset</configValue>
			<configValue name="ONCLICK" type="string">ResetEditor();</configValue>
		</configValue>
		<configValue name="cancel" type="array">
			<configValue name="TYPE" type="string">button</configValue>
			<configValue name="NAME" type="string">cancel</configValue>
			<configValue name="ID" type="string">cancel</configValue>
			<configValue name="VALUE" type="string">Cancel</configValue>
			<configValue name="ONCLICK" type="string">window.close()</configValue>
		</configValue>
		<configValue name="id" type="array">
			<configValue name="TYPE" type="string">hidden</configValue>
			<configValue name="NAME" type="string">id</configValue>
			<configValue name="ID" type="string">id</configValue>
		</configValue>
	</configValue>
</configuration>