<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module" version="1.0.0">
	<name>Smooth Gallery</name>
	<author>Joomla! Project - Derek Buntin</author>
	<creationDate>Jan 2007</creationDate>
	<copyright>(C) 2003-2007 Perfect Designing Ltd - All rights reserved.</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
	<authorEmail>support@perfectdesigning.net</authorEmail>
	<authorUrl>www.perfectdesigning.net</authorUrl>
	<version>1.01</version>
	<description><![CDATA[<p>This module uses mootools toolkit to crossfade images to form a rotating header effect or gallery.  If there exists an imagename.txt file with 3 lines, first line being the url to link to, the title second, and the third line being the description, they will be displayed with the image.<br /><br />If you want to have your site XHTML compliant with all browsers you will need to add this code to the head tags within you index.php template page:<br /><br /> < script src='modules/pd_smoothgallery/mootools.js' type='text/javascript'></script>< script src='modules/pd_smoothgallery/jd.gallery.js' type='text/javascript'></script>
< link rel='stylesheet' href='modules/pd_smoothgallery/jd.gallery.css' type='text/css' media='screen' /></p><p>PLEASE NOTE: You may not see it but we had to make a space after each < character in the above code so we could show it here, make sure you remove that space when adding the code to your < head> tag.  Then you will need to select 'Hide' within the options below.</p>]]></description>
	<files>
		<filename module="mod_pd_smoothgallery">mod_pd_smoothgallery.php</filename>
		<filename>pd_smoothgallery/jd.gallery.css</filename>
		<filename>pd_smoothgallery/layout.css</filename>
		<filename>pd_smoothgallery/jd.gallery.js</filename>
		<filename>pd_smoothgallery/mootools.js</filename>
		<filename>pd_smoothgallery/mootools.uncompressed.js</filename>
		<filename>pd_smoothgallery/licence.txt</filename>
		<filename>pd_smoothgallery/img/carrow1.gif</filename>
		<filename>pd_smoothgallery/img/carrow2.gif</filename>
		<filename>pd_smoothgallery/img/fleche1.gif</filename>
		<filename>pd_smoothgallery/img/fleche1.png</filename>
		<filename>pd_smoothgallery/img/fleche2.gif</filename>
		<filename>pd_smoothgallery/img/fleche2.png</filename>
		<filename>pd_smoothgallery/img/open.gif</filename>
		<filename>pd_smoothgallery/img/open.png</filename>
		<filename>pd_smoothgallery/img/loading-bar-black.gif</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="arrows" type="radio" default="1" label="Navigation Arrows" description="Select yes if you would like to show the navigation arrows.">
			<option value="0">No</option>
			<option value="1">Yes</option>
			</param>
	  <param name="carousel" type="radio" default="1" label="Thumbnail Carousel" description="Select yes if you would like to show the thumbnail carousel.">
			<option value="0">No</option>
			<option value="1">Yes</option>
			</param>
	<param name="links" type="radio" default="1" label="Embed Links" description="Select yes if you would like to link each main image.">
			<option value="0">No</option>
			<option value="1">Yes</option>
			</param>
	<param name="timed" type="radio" default="1" label="Rotating Preference" description="Select yes if you would like the gallery to rotate automatically.">
			<option value="0">No</option>
			<option value="1">Yes</option>
			</param>
	<param name="description" type="radio" default="1" label="Show Description" description="Select yes if you would like to show the popup description bar.">
			<option value="0">No</option>
			<option value="1">Yes</option>
			</param>
	<param name="hidecode" type="radio" default="0" label="Hide Source Code" description="Select yes if you would like to hide the javascript from the browser - the module does need this code so you will be required to add it to the head tags of your document manually.">
			<option value="0">No</option>
			<option value="1">Yes</option>
			</param>
	<param name="slideshowtext" type="text" default="Thumbnail Carousel" label="Thumbnail Carousel" description="What would you like the link to the thumnail carousel say." />
	  <param name="imagePath" type="text" default="images/portfolio/" label="Images Directory" description="Location of images to be used in the rotation" />
	  <param name="imageThumbPath" type="text" default="images/portfolio/thumbs/" label="Images Thumbnail Directory" description="Location of thumbnail images to be used in the carousel" />
	  <param name="delay" type="text" default="9000" label="Slideshow Delay" description="This is the delay between each image in milliseconds (5 seconds = 5000)" />
	  <param name="galwidth" type="text" default="500" label="Gallery Width" description="This is the width of the gallery" />
	  <param name="galheight" type="text" default="500" label="Gallery height" description="This is the height of the gallery" />
	</params>
</mosinstall>