Login   Register  
PHP Classes
elePHPant
Icontem

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

Contents

Class file image Download
<configuration>
	<configValue name="NAME" type="string">rating_page_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="fields" type="array">
		<configValue name="score1" type="array">
			<configValue name="TYPE">radio</configValue>
			<configValue name="NAME">pscr</configValue>
			<configValue name="VALUE">0</configValue>
			<configValue name="ID">score1</configValue>
			<configValue name="ValidateAsSet">1</configValue>
			<configValue name="ValidateAsSetErrorMessage">You have to choose the score to rating this section</configValue>
			<configValue name="LABEL">0</configValue>
		</configValue>
		<configValue name="score2" type="array">
			<configValue name="TYPE">radio</configValue>
			<configValue name="NAME">pscr</configValue>
			<configValue name="VALUE">20</configValue>
			<configValue name="ID">score2</configValue>
			<configValue name="LABEL">20</configValue>
		</configValue>
		<configValue name="score3" type="array">
			<configValue name="TYPE">radio</configValue>
			<configValue name="NAME">pscr</configValue>
			<configValue name="VALUE">40</configValue>
			<configValue name="ID">score3</configValue>
			<configValue name="LABEL">40</configValue>
		</configValue>
		<configValue name="score4" type="array">
			<configValue name="TYPE">radio</configValue>
			<configValue name="NAME">pscr</configValue>
			<configValue name="VALUE">60</configValue>
			<configValue name="ID">score4</configValue>
			<configValue name="LABEL">60</configValue>
		</configValue>
		<configValue name="score5" type="array">
			<configValue name="TYPE">radio</configValue>
			<configValue name="NAME">pscr</configValue>
			<configValue name="VALUE">80</configValue>
			<configValue name="ID">score5</configValue>
			<configValue name="LABEL">80</configValue>
		</configValue>
		<configValue name="score6" type="array">
			<configValue name="TYPE">radio</configValue>
			<configValue name="NAME">pscr</configValue>
			<configValue name="VALUE">100</configValue>
			<configValue name="ID">score6</configValue>
			<configValue name="LABEL">100</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">Rate</configValue>
		</configValue>
		<configValue name="id" type="array">
			<configValue name="TYPE" type="string">hidden</configValue>
			<configValue name="NAME" type="string">pid</configValue>
			<configValue name="ID" type="string">pid</configValue>
		</configValue>
	</configValue>
</configuration>