<?xml version="1.0" encoding="utf-8"?>
<install type="module" version="1.5">
	<name>AJAX Header Rotator</name>
	<author>Fotis Evangelou - George Chouliaras (JoomlaWorks) modded by Bernhard Wehinger (www.dynatec.at)</author>
	<creationDate>17/09/2009</creationDate>	
	<copyright>This extension in released under the GNU/GPL License - http://www.gnu.org/copyleft/gpl.html</copyright>
	<authorEmail>joomlaworks@gmail.com modded by office@dynatec.at</authorEmail>
	<authorUrl>http://www.joomlaworks.gr / http://www.dynatec.at</authorUrl>
	<version>2.3</version>
	<description>
		<![CDATA[
Ajax Header Rotator Joomla 1.5 Native Edition
		]]>
	</description>
	<files>
		<filename module="mod_jw_ajaxhr">mod_jw_ajaxhr.php</filename>
		<filename module="mod_jw_ajaxhr">jquery.js</filename>
		<filename module="mod_jw_ajaxhr">jquery.innerfade.js</filename>
		<filename module="mod_jw_ajaxhr">logo.gif</filename>
		<filename module="mod_jw_ajaxhr">tabs.js</filename>
		<filename module="mod_jw_ajaxhr">tabs.css</filename>
		<filename module="mod_jw_ajaxhr">tab_bg.png</filename>		
	</files>
	<params>
		<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable). This allows individual module styling." />
		<param name="@spacer" type="spacer" default="" label="" description="" />	
		<param name="uniqueid" type="text" default="rotator" label="Unique ID for this AJAX Header Rotator" description="This ID is used by the module's CSS -as an #ID- and javascript code, so keep it unique and simple, like 'rotator', using only latin characters, without any spaces or numbers!" />
		<param name="imagefolder" type="text" default="images/stories/headers" label="Image Folder path" description="Set here the path to the folder containing the images to be displayed. The module will scan this folder and display images automatically!" />
		<param name="@spacer" type="spacer" default="" label="" description="" />
		<param name="speed" type="text" default="600" label="Rotation speed" description="Set here the rotation speed (in miliseconds) between images. 1000 means 1 second." />
		<param name="timeout" type="text" default="5000" label="Rotation timeout" description="Set here the rotation timeout (in miliseconds) for every image. 1000 means 1 second." />
		<param name="width" type="text" default="600" label="Image (header) width" description="Set here the target width of all images in pixels." />
		<param name="height" type="text" default="200" label="Image (header) height" description="Set here the target width of all images in pixels." />
		<param name="enablelink" type="list" default="0" label="Enable link to images?" description="Should the images have a universal link pointing to a single URL? If you choose no, then the next parameter is disabled, obviously!">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>		
		<param name="link" type="text" default="" label="Link to URL" description="Insert here a link to a URL that users will be redirected to when they click on the 'AJAX Header Rotator'. Enter '#' (without the quotes) for same page." />
		<param name="target" type="list" default="0" label="Where should the above link open?" description="Choose whether the 'master' link will open in a new or in the same window.">
			<option value="0">Same window</option>
			<option value="1">New window</option>
		</param>		
		<param name="display" type="list" default="random" label="Display order" description="Should the images display in sequence or randomly?">
			<option value="random">Random</option>
			<option value="sequence">Sequence</option>
		</param>						
		<param name="@spacer" type="spacer" default="" label="" description="" />
	</params>
</install>