<?xml version="1.0" encoding="UTF-8"?>
<!-- 
	
(c) TUFaT.com, All Rights Reserved

Before setting these preferences:

1. Read documentation carefully, please. Not all the preferences affects all galleries appearance / behaviour
2. DO NOT change encoding of this file! It may cause default values usage instead of these preferences.
3 Thank you for your patience.

-->
<preferences>
	<!-- Paths to folders with pictures and sounds. Paths for bitmaps / SWF files see in Graphics section (tag) of this document. -->
	<folders>
		<!-- Store thumbnails in the same folder where pictures are? -->
		<separateThumbnailsFiles value="true"/>
		
		<!-- Paths. Don't forget about slash symbol at the end of the string! -->
		<pictures value="pictures/"/>
		<thumbnails value="thumbnails/"/>
		<sounds value="sounds/"/>
	</folders>
	
	<!-- Interface options. Thumbs loading with delay supported not by all galleries. Thumbs load delay is measured in ms. -->
	<interface>
		<title>
			<showTitle value="true"/>
			<showTitleBar value="true"/>
		</title>
		
		<thumbnailsOffsetX value="0"/>
		<thumbnailsOffsetY value="0"/>
		
		<!-- Tooltip options -->
		<tooltip>
			<!-- NOTE: tooltips are a bit buggy in this version. Recommend setting to false for now. -->
			<showTooltip value="false"/>
			
			<!-- Actually thats a tooltip width. The width at which text in the tooltip is wrapped. -->
			<wrapWidth value="100"/>
			
			<!-- Tooltip hide delay *in seconds*. -->
			<delay value="0"/>
			
			<!-- Time-to-live is a time interval *in seconds* in which tooltip is automatically hidden. The default value is 5. -->
			<timeToLive value="25"/>
		</tooltip>
		
		<popUp>
			<!-- 
				Pop up window with image, is it enabled? 
				Remember that it uses JavaScript and user can have it turned off so this feature won't work for 
				such a user. Default value is false. 
			-->
			<popUpEnabled value="true"/>
			<!-- 
				Use your own pop-up window page if you want. We do not recommend you to modify standart pop-up 
				JavaScript if you're not familiar with it. Also you can use SSS (server-side script) page like
				PHP, Java Server Pages or ASP. Gallery will determine what type of page is specified and if it is 
				not HTML/HTM, needed variables will be passed to your script with GET method.
				
				Here is the list of variables:
				
				* filepath	 a path to image. Relative to SWF movie so we recommend you to keep pop-up page
							  in the save location as SWF movie.

				* caption	  image caption

				* descr		 image description 

				Note: if you want your popup window to be clean (i.e. without padding, scrollbars, address & status 
				bars and so on) set <clean> option to true and specify any HTML file in <url> option.
			-->
			<cleanPopUp value="false"/>
			<url value="popup.html"/>
			
			<!-- Desirable pop-up window padding (border offset). You can use it it to get extra space for image caption and so on. -->
			<xOffset value="10"/>
			<yOffset value="10"/>
		</popUp>
		
		<!--in order to disable a color you can enter a _ sign in front of the color-->
		<categoryButtonBackgroundColor value="0xACC4A4"/>
		<categoryButtonRolloverColor value="0xACC4A4"/>
		<categoryButtonBorderColor value="0x666666"/>
		<prevNextButtonFace value="0x000022"/>
		<prevNextButtonBackground value="0xACC4A4"/>
		
		<!--1 - Top to Bottom 2 - Bottom to Top-->
		<thumbnails>
			<thumbnailsDisplayOrder value="1"/>
			<width value="120"/>
			<numRows value="5"/>
			<numCols value="2"/>
		</thumbnails>
		
		<categoryButtonOptions>
			<width value="175"/>
			<height value="20"/>
			<wrapOption value="1">1 - Wrap 2 - No Wrap</wrapOption>
		</categoryButtonOptions>
		
		<imageArea>
			<width value="600"/>
		</imageArea>
		
		<slideshow>
			<delay value="2"/>
			<moveNextCategory value="1"/>
			<showTitle value="1"/> <!-- 1=true, 0=false -->
			<showRandom value="1"/> <!-- 1=true, 0=false -->
		</slideshow>
	</interface>
	<graphics>
		
		<!-- Text options: align, font size, and colors -->
		<text>
			<!-- Preferences for gallery title text / appereance -->
			<titleFontSize value="1"/>
			<titleFontColor value="0xFFFF00"/>
			<titleAlign value="left"/>
			<titleText value=""/>
			
			<!-- Preferences for category buttons caption -->
			<categoryCaptionFontSize value="12"/>
			<categoryCaptionFontColor value="0xFFFFFF"/>
			<categoryCaptionRolloverFontColor value="0x004400"/>
			<categoryCaptionAlign value="center"/>
			
			<!-- Picture description options. -->
			<pictureDescriptionFontSize value="12"/>
			<pictureDescriptionFontColor value="0x004400"/>
			<pictureDescriptionAlign value="center"/>
		</text>
		
		<!-- General background / fill options. Not all options are general (for all galleries), some of the are specific. -->
		<fill>
			<generalBackgroundFill value="0xACC4A4"/>
			<gradientStartColor value="0xE3EDE5"/>
			<gradientEndColor value="0xACC4A4"/>
		</fill>
		
		<!-- Image view area appearance -->
		<imageViewArea>
			<ivaFill value="0xD3DEF0"/>
			<!-- Transition effect options. Possible values for H7 gallery are H (horizontal), V (vertical) & B (both) -->
			<ivaTransitionEffect value="B"/>
			<!--Use this to select background color of thumbnails-->
			<thumbFillColor value="0xE3EDE5"/>
		</imageViewArea>
		
		<!-- Tooltip options -->
		<tooltip>
			<backgroundFillColor value="0xFFCC33"/>
			<backgroundFillAlpha value="100"/>
			<borderFillColor value="0x000000"/>
			<borderFillAlpha value="100"/>
		</tooltip>
	</graphics>
	<!-- Sound preferences -->
	<sound>
		<!-- Toggles sound on/off -->
		<isSoundEnabled value="true"/>
		
		<!-- MP3 files used by gallery. Stored in folder defined by soundFolder property. -->
		<backgroundSoundFilename value="bgSound.mp3"/>
		<categoryRolloverSoundFilename value="catRoll.mp3"/>
		<categoryClickSoundFilename value="catClick.mp3"/>
		
		<!-- to enable, set to "thumbRoll.mp3" -->
		<thumbnailRolloverSoundFilename value="_thumbRoll.mp3"/>
		<thumbnailClickSoundFilename value="thumbClick.mp3"/>
		
		<!-- to enable, set to "transition.mp3" -->
		<transitionSoundFilename value="_transition.mp3"/>
	</sound>
	<!-- Errors are logged by PHP script provided with the galleries. It is called logger PHP if you didn't rename it. -->
	<logger>
		<logEnabled value="false"/>
		<pathToLogger value="logger.php"/>
		<logFileName value="log.txt"/>
		<emailOnError value="true"/>
		<adminEmail value="admin@example.com"/>
	</logger>
	
	<!-- List of files -->
	<images>
		<category caption="Le b&#226;timent" description="Le batiment" thumb="" enabled="true">
			<image filename="Batiment/rdm.jpg" caption="Batiment" description="Le Refuge du Moure"/>
			<image filename="Batiment/rdm2.jpg" caption="Batiment" description="Le Refuge du Moure"/>
			<image filename="Batiment/rdm3.jpg" caption="Batiment" description="Le Refuge du Moure"/>
			<image filename="Batiment/rdm-hiver.jpg" caption="Batiment" description="Le Refuge du Moure"/>
			<image filename="Batiment/refuge-du-moure.jpg" caption="Batiment" description="Le Refuge du Moure en hiver"/>
			<image filename="Batiment/entree-est-horizontale.jpg" caption="Batiment" description="Le Refuge du Moure entr&#233;e est"/>
			<image filename="Batiment/entree-est-verticale.jpg" caption="Batiment" description="Le Refuge du Moure entr&#233;e est"/>
			<image filename="Batiment/face-sud-refuge.jpg" caption="Batiment" description="Le Refuge du Moure, la facade sud"/>
		</category>
		<category caption="Les chambres" description="Les chambres" thumb="" enabled="true">
			<image filename="Chambres/CH_Zen_Thai.jpg" caption="Refuge du Moure - Chambres" description="La chambre Thai"/>
			<image filename="Chambres/Sdb_Thai.jpg" caption="Refuge du Moure - Chambres" description="Sbd de la chambre Thai"/>
			<image filename="Chambres/CH_Hote_Camomille.jpg" caption="Refuge du Moure - Chambres" description="La chambre Camomille"/>
			<image filename="Chambres/Sdb-Camomille.jpg" caption="Refuge du Moure - Chambres" description="Sbd de la chambre Camomille"/>
			<image filename="Chambres/CH_Hote_Campanule.jpg" caption="Refuge du Moure - Chambres" description="La chambre Campanule"/>
			<image filename="Chambres/Sdb-Campanule.jpg" caption="Refuge du Moure - Chambres" description="Sbd de la chambre Campanule"/>
			<image filename="Chambres/CH_Hote_Gentiane.jpg" caption="Refuge du Moure - Chambres" description="La chambre Gentiane"/>
			<image filename="Chambres/Sdb-Gentiane.jpg" caption="Refuge du Moure - Chambres" description="Sbd de la chambre Gentiane"/>
			<image filename="Chambres/CH_Hote_Modestine.jpg" caption="Refuge du Moure - Chambres" description="La chambre Modestine"/>
			<image filename="Chambres/Sdb-Modestine.jpg" caption="Refuge du Moure - Chambres" description="Sbd de la chambre Modestine"/>
			<image filename="Chambres/CH_Hote_Narcisse.jpg" caption="Refuge du Moure - Chambres" description="La chambre Narcisse"/>
			<image filename="Chambres/Sdb-Narcisse.jpg" caption="Refuge du Moure - Chambres" description="Sbd de la chambre Narcisse"/>
			<image filename="Chambres/CH_Hote_Sarriette.jpg" caption="Refuge du Moure - Chambres" description="La chambre Sarriette"/>
			<image filename="Chambres/Sdb-Sarriette.jpg" caption="Refuge du Moure - Chambres" description="Sbd de la chambre Sarriette"/>
			<image filename="Chambres/CH_Hote_Valeriane.jpg" caption="Refuge du Moure - Chambres" description="La chambre Valeriane"/>
			<image filename="Chambres/Sdb-Valeriane.jpg" caption="Refuge du Moure - Chambres" description="Sbd de la chambre Valeriane"/>
			<image filename="Chambres/CH_Etape_Sauge.jpg" caption="Refuge du Moure - Chambres" description="La chambre etape Sauge"/>
			<image filename="Chambres/Dortoir.jpg" caption="Refuge du Moure - Chambres" description="Le dortoir"/>
		</category>
		<category caption="Int&#233;rieur" description="Interieur" thumb="" enabled="true">
			<image filename="Interieur/bar.jpg" caption="Interieur" description="Le bar"/>
			<image filename="Interieur/salle-a-manger.jpg" caption="Interieur" description="La salle a manger"/>
			<image filename="Interieur/salle-a-manger2.jpg" caption="Interieur" description="La salle a manger"/>
			<image filename="Interieur/cuisine-etape.jpg" caption="Interieur" description="La cuisine &#233;tape"/>
			<image filename="Interieur/Salon.jpg" caption="Interieur" description="Le salon publique"/>
			<image filename="Interieur/SalonPrive.jpg" caption="Interieur" description="Le salon priv&#233;"/>
			<image filename="Interieur/Vestiaire 1.jpg" caption="Interieur" description="Le vestiaire"/>
			<image filename="Interieur/bureau2.jpg" caption="Interieur" description="Le bureau"/>
			<image filename="Interieur/bureau3.jpg" caption="Interieur" description="Le bureau"/>
			<image filename="Interieur/couloir.jpg" caption="Interieur" description="Un couloir"/>
			<image filename="Interieur/couloir2.jpg" caption="Interieur" description="Un couloir"/>
			<image filename="Interieur/couloir3.jpg" caption="Interieur" description="Un couloir"/>
			<image filename="Interieur/couloir4.jpg" caption="Interieur" description="Un couloir"/>
			<image filename="Interieur/couloir5.jpg" caption="Interieur" description="Un couloir"/>
			<image filename="Interieur/couloir6.jpg" caption="Interieur" description="Un couloir"/>
			<image filename="Interieur/couloir-expo.jpg" caption="Interieur" description="Le couloir expo"/>
			<image filename="Interieur/acces-et-couloir-2eme-etage.jpg" caption="Interieur" description="Accès et couloir du 2eme &#233;tage"/>
		</category>
		<category caption="Cuisine" description="Cuisine" thumb="" enabled="true">
			<image filename="Cuisine/cuisine.jpg" caption="Cuisine" description="Vue de la cuisine"/>
			<image filename="Cuisine/cuisine2.jpg" caption="Cuisine" description="Vue de la cuisine"/>
			<image filename="Cuisine/cuisine3.jpg" caption="Cuisine" description="Vue de la cuisine"/>
			<image filename="Cuisine/cuisine4.jpg" caption="Cuisine" description="Vue de la cuisine"/>
			<image filename="Cuisine/cuisine5.jpg" caption="Cuisine" description="Vue de la cuisine"/>
			<image filename="Cuisine/office.jpg" caption="Cuisine" description="Vue de l'office"/>
		</category>
		<category caption="Ext&#233;rieur" description="Exterieur" thumb="" enabled="true">
			<image filename="Exterieur/garage-terrasse-jardin.jpg" caption="Ext&#233;rieur" description="Garage, terrasse, jardin"/>
			<image filename="Exterieur/garage3.jpg" caption="Ext&#233;rieur" description="Le garage"/>
			<image filename="Exterieur/jardin.jpg" caption="Ext&#233;rieur" description="Le jardin"/>
			<image filename="Exterieur/jardin2.jpg" caption="Ext&#233;rieur" description="Le jardin"/>
			<image filename="Exterieur/cabane-modestine.jpg" caption="Ext&#233;rieur" description="La cabane Modestine"/>
			<image filename="Exterieur/Terrasse.jpg" caption="Ext&#233;rieur" description="La terrasse"/>
		</category>
	</images>
</preferences>

