Login   Register  
PHP Classes
elePHPant
Icontem

File: config/admin.update.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/admin.update.content.xml  >  Download  
File: config/admin.update.content.xml
Role: Auxiliary data
Content type: text/plain
Description: Admin update content form
Class: Navelo CMS
A complete Content Management System
Author: By
Last change:
Date: 2004-08-04 07:02
Size: 7,186 bytes
 

Contents

Class file image Download
<configuration>
	<configValue name="NAME" type="string">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">mt</configValue>
	
	<configValue name="no_metadata_id" type="string">Sorry, we have trouble to update your selected category.</configValue>
	<configValue name="failed" type="string">Sorry, we have trouble to update your selected title.</configValue>
	<configValue name="success" type="string">Thank you, the selected content has been udpated for you.</configValue>
	
	<configValue name="fields" type="array">
		<configValue name="mt" type="array">
			<configValue name="TYPE" type="string">text</configValue>
			<configValue name="NAME" type="string">mt</configValue>
			<configValue name="ID" type="string">mt</configValue>
			<configValue name="SIZE" type="integer">86</configValue>
			<configValue name="MAXLENGTH" type="integer">150</configValue>
			<configValue name="ValidateAsNotEmpty" type="integer">1</configValue>
			<configValue name="ValidationErrorMessage" type="string">You have to type the main title!</configValue>
			<configValue name="LABEL" type="string">Main Title</configValue>
			<configValue name="ACCESSKEY" type="string">M</configValue>
			<configValue name="SubForm" type="string">metadata</configValue>
		</configValue>
		<configValue name="st" type="array">
			<configValue name="TYPE" type="string">text</configValue>
			<configValue name="NAME" type="string">st</configValue>
			<configValue name="ID" type="string">st</configValue>
			<configValue name="SIZE" type="integer">86</configValue>
			<configValue name="MAXLENGTH" type="integer">150</configValue>
			<configValue name="LABEL" type="string">Sub Title</configValue>
			<configValue name="ACCESSKEY" type="string">S</configValue>
			<configValue name="SubForm" type="string">metadata</configValue>
		</configValue>
		<configValue name="c" type="array">
			<configValue name="TYPE" type="string">select</configValue>
			<configValue name="NAME" type="string">c</configValue>
			<configValue name="ID" type="string">c</configValue>
			<configValue name="ValidateAsNotEmpty" type="integer">1</configValue>
			<configValue name="ValidationErrorMessage" type="string">You have to select the category!</configValue>
			<configValue name="LABEL" type="string">Category</configValue>
			<configValue name="VALUE" type="string"></configValue>
			<configValue name="SubForm" type="string">metadata</configValue>
		</configValue>
		<configValue name="sum" type="array">
			<configValue name="TYPE" type="string">textarea</configValue>
			<configValue name="NAME" type="string">sum</configValue>
			<configValue name="ID" type="string">sum</configValue>
			<configValue name="ValidationServerFunction" type="string">Validate255Chars</configValue>
			<configValue name="ValidationServerFunctionErrorMessage" type="string">You cannot add summary more than 255 chars</configValue>
			<configValue name="LABEL" type="string">Summary</configValue>
			<configValue name="SubForm" type="string">metadata</configValue>
		</configValue>
		<configValue name="s" type="array">
			<configValue name="TYPE" type="string">checkbox</configValue>
			<configValue name="NAME" type="string">s</configValue>
			<configValue name="ID" type="string">s</configValue>
			<configValue name="LABEL" type="string">Hide Content</configValue>
			<configValue name="ACCESSKEY" type="string">H</configValue>
			<configValue name="VALUE" type="integer">1</configValue>
			<configValue name="SubForm" type="string">metadata</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="ACCESSKEY" type="string">S</configValue>
			<configValue name="VALUE" type="string">Update Content</configValue>]
			<configValue name="SubForm" type="string">metadata</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">location.href='?action='</configValue>
			<configValue name="SubForm" type="string">metadata</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="ACCESSKEY" type="string">R</configValue>
			<configValue name="VALUE" type="string">Reset</configValue>
			<configValue name="ONCLICK" type="string">ResetEditor();</configValue>
			<configValue name="SubForm" type="string">metadata</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 name="VALUE" type="string"></configValue>
			<configValue name="SubForm" type="string">metadata</configValue>
		</configValue>
		
		<!-- Page -->
		<configValue name="p" type="array">
			<configValue name="TYPE" type="string">select</configValue>
			<configValue name="NAME" type="string">p</configValue>
			<configValue name="ID" type="string">p</configValue>
			<configValue name="LABEL" type="string">Page</configValue>
			<configValue name="ONCHANGE" type="string">jump( this )</configValue>
			<configValue name="SubForm" type="string">page</configValue>
		</configValue>
		<configValue name="parent_id" type="array">
			<configValue name="TYPE" type="string">hidden</configValue>
			<configValue name="NAME" type="string">parent_id</configValue>
			<configValue name="ID" type="string">parent_id</configValue>
			<configValue name="VALUE" type="string"></configValue>
			<configValue name="SubForm" type="string">page</configValue>
		</configValue>
		<configValue name="edit" type="array">
			<configValue name="TYPE" type="string">button</configValue>
			<configValue name="NAME" type="string">edit</configValue>
			<configValue name="ID" type="string">edit</configValue>
			<configValue name="VALUE" type="string">Edit This Page</configValue>
			<configValue name="SubForm" type="string">page</configValue>
			<configValue name="ONCLICK" type="string">jump( this.form.p )</configValue>
		</configValue>
	</configValue>
</configuration>