<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module" version="1.0.1">
	<name>Image Scroller Module with Linking</name>
	<author>Tekdi Web Services Division. TES Pvt. Ltd.</author>
	<creationDate>August 2007</creationDate>
	<copyright>Tekdi Web Services Division. TES Pvt. Ltd.</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
	<authorEmail>sales@tekdi.net</authorEmail>
	<authorUrl>www.tekdi.net</authorUrl>
	<version>1.0.0</version>
	<description>This Module can display images from a specified folder with a navigation bar to scroll through them.
Each Image can be given a name & linked to a url.

 The images have to be named as 1.jpg, 2.jpg & so on  in the order you want them to be displayed.

Based on Virtual Paginate Script at Dynamic Drive 

We have used it for a client who wanted a module which would scrol through the cover pages of his Print Publication. </description>
	<files>
	<filename module="mod_imagescroller">mod_imagescroller.php</filename>
	<filename>mod_imagescroller/paginate.js</filename>
	</files>
	<params>
		<param name="type" type="text" default="jpg" label="Image Type" description="Type of image PNG/GIF/JPG etc. (default is JPG)" />
		<param name="folder" type="text" default="" label="Image Folder" description="Path to the image folder relative to the site url, eg: images/stories" />
		
		<param name="name1" type="text" default="" label="Name 1" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		<param name="link1" type="text" default="" label="Link 1" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		
		<param name="name2" type="text" default="" label="Name 2" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		<param name="link2" type="text" default="" label="Link 2" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		
		<param name="name3" type="text" default="" label="Name 3" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		<param name="link3" type="text" default="" label="Link 3" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		
		<param name="name4" type="text" default="" label="Name 4" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		<param name="link4" type="text" default="" label="Link 4" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		
		<param name="name5" type="text" default="" label="Name 5" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		<param name="link5" type="text" default="" label="Link 5" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		
		<param name="name6" type="text" default="" label="Name 6" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		<param name="link6" type="text" default="" label="Link 6" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		
		<param name="name7" type="text" default="" label="Name 7" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		<param name="link7" type="text" default="" label="Link 7" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		
		<param name="name8" type="text" default="" label="Name 8" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		<param name="link8" type="text" default="" label="Link 8" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		
		<param name="name9" type="text" default="" label="Name 9" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		<param name="link9" type="text" default="" label="Link 9" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		
		<param name="name10" type="text" default="" label="Name 10" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />
		<param name="link10" type="text" default="" label="Link 10" description="A URL to redirect to if image is clicked on, eg: http://www.joomla.org" />

		<param name="width" type="text" default="" label="Width (px)" description="Image width (forces all images to be displayed with this width)" />
		<param name="height" type="text" default="" label="Height (px)" description="Image height (forces all images to be displayed with the height)" />
		
<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" />

	</params>
</mosinstall>
