                                                            
                                                            E A S Y R A N K S
                                        http://www.onlinetools.org/easyranks/
-=| What it does |=-------------------------------------------------------------

Easyranks displays a form with a dropdown box that allows users to rank the 
page they are on. The results of this ranking are displayed in a small table
that indicates how well people ranked the page. You can display the table or
not. The script also allows you to display the number of ranks submitted so far
and the average rank as a number. The data is stored in a txt file. 

-=| config information |=-------------------------------------------------------

To configure easyranks for your needs, change the values in the config.xml file:

	<buttontext>go</buttontext>
		This is the text displayed on the submit button of the form
	<fullcolor>ff33ff</fullcolor>
		This is the color of the rectangles in the table that are "full"
	<emptycolor>dddddd</emptycolor>
		This is the default color of the rectangles in the table.
	<max>10</max>
		This is the highest rate possible.
	<template>template.html</template>
		This is the template file, change this to use another HTML template
		
-=| template information |=-----------------------------------------------------
		
If you want to create an own template, include the following variables for the 
corresponding bit of the script:

	variable	will be replaced by
	------------------------------------------------------------------------
	%select%	the dropdown box
	%submit%	the submit button with the caption defined in the config.xml
	%table%		the table with the rectangles
	%all% 		the number of already submitted ranks
	%avg% 		the average rank (will be displayed as ****.**)
	%max%		the highest rank possible
	
Mandatory are only %select% and %submit%.

-=| more info |=----------------------------------------------------------------

For general installation information follow the read_me.txt provided in this 
zip here.

