Login   Register  
PHP Classes
elePHPant
Icontem

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

Contents

Class file image Download
<configuration>
	<configValue name="NAME" type="string">category_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">cn</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="cn" type="array">
			<configValue name="TYPE" type="string">text</configValue>
			<configValue name="NAME" type="string">cn</configValue>
			<configValue name="ID" type="string">cn</configValue>
			<configValue name="SIZE" type="integer">86</configValue>
			<configValue name="MAXLENGTH" type="integer">32</configValue>
			<configValue name="Capitalization" type="string">lowercase</configValue>
			<configValue name="ValidateAsNotEmpty" type="integer">1</configValue>
			<configValue name="ValidationErrorMessage" type="string">You have to type the category name!</configValue>
			<configValue name="ValidationServerFunction" type="string">ValidateAddCategoryName</configValue>
			<configValue name="ValidationServerFunctionErrorMessage" type="string">Category Name is already in our database, please choose another name</configValue>
			<configValue name="LABEL" type="string">Category Name</configValue>
			<configValue name="ACCESSKEY" type="string">C</configValue>
		</configValue>
		<configValue name="tt" type="array">
			<configValue name="TYPE" type="string">file</configValue>
			<configValue name="NAME" type="string">tt</configValue>
			<configValue name="ID" type="string">tt</configValue>
			<configValue name="MAXLENGTH" type="integer">150</configValue>
			<configValue name="Capitalization" type="string">lowercase</configValue>
			<configValue name="LABEL" type="string">Template Title</configValue>
		</configValue>
		<configValue name="tc" type="array">
			<configValue name="TYPE" type="string">file</configValue>
			<configValue name="NAME" type="string">tc</configValue>
			<configValue name="ID" type="string">tc</configValue>
			<configValue name="MAXLENGTH" type="integer">150</configValue>
			<configValue name="Capitalization" type="string">lowercase</configValue>
			<configValue name="LABEL" type="string">Template Content</configValue>
		</configValue>
		<configValue name="tp" type="array">
			<configValue name="TYPE" type="string">file</configValue>
			<configValue name="NAME" type="string">tp</configValue>
			<configValue name="ID" type="string">tp</configValue>
			<configValue name="MAXLENGTH" type="integer">150</configValue>
			<configValue name="Capitalization" type="string">lowercase</configValue>
			<configValue name="LABEL" type="string">Template Print</configValue>
		</configValue>
		<configValue name="d" type="array">
			<configValue name="TYPE" type="string">textarea</configValue>
			<configValue name="NAME" type="string">d</configValue>
			<configValue name="ID" type="string">d</configValue>
			<configValue name="ValidationServerFunction" type="string">Validate255Chars</configValue>
			<configValue name="ValidationServerFunctionErrorMessage" type="string">You cannot add description more than 255 chars</configValue>
			<configValue name="LABEL" type="string">Description</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 Category</configValue>
			<configValue name="ACCESSKEY" type="string">H</configValue>
			<configValue name="VALUE" type="integer">1</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">Create Category</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>
		<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>
	</configValue>
</configuration>