<?xml version="1.0" encoding="UTF-8"?>
<galleryMaker>
  <galleryInfo>
    <thumbnail path="gallerythumb.jpg" />
	<previewPath src=""/>
    <galleryName>"$$$/MediaGallery/gallerymaker/html/Title=HTML Gallery"</galleryName>
    <galleryDescription>"$$$/MediaGallery/gallerymaker/html/Description=A clean, professional HTML template for web photo galleries."</galleryDescription>
    <galleryVersion ver="1.0" />
    <creator company="Adobe Systems, Inc." designer="Bridge and Quality Process" />
    <category>Web photo gallery</category>
    <identifier>com.adobe.wpg.templates.jardinePro</identifier>
	<styleNS url="adobe.com/schemas/webphotogallery1"/>
	<windowSize height="auto" width="auto"/>
  </galleryInfo>
  <sizes>
    <size name="thumb" height="130" width="130" />
    <size name="large" height="450" width="450" />
  </sizes>
  <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
		
	<!-- Metadata Models -->
	<mx:Model id="metadata">
		<groupTitle/>
		<groupDescription/>
		<siteTitle/>
		<contactName/>
		<contactEmail/>
		<copyrightInfo/>
	</mx:Model>
	
	<!-- Appearance Models -->
    <mx:Model id="appearance">
      <htmlPreviewSize>
		<size/>
	  </htmlPreviewSize>
	  
	  <jpegQuality>
		  <value>70</value>
	  </jpegQuality>
			
      <content>
        <color>4c4c4c</color>
      </content>
      <body>
        <color>4c4c4c</color>
      </body>
      <siteTitle>
        <color>b3b3b3</color>
      </siteTitle>
      <pagination>
        <color>b3b3b3</color>
      </pagination>
      <contactName>
        <color>b3b3b3</color>
      </contactName>
      <collectionTitle>
        <color>b3b3b3</color>
      </collectionTitle>
      <collectionDescription>
        <color>b3b3b3</color>
      </collectionDescription>
      <paginationLink>
        <color>b3b3b3</color>
      </paginationLink>
      <paginationNoLink>
        <color>b3b3b3</color>
      </paginationNoLink>
      <caption>
        <color>b3b3b3</color>
      </caption>
      <itemNumber>
        <display>true</display>
        <color>9c9c9c</color>
      </itemNumber>
      <showFileName>
      	<display>false</display>
      </showFileName>
      <showExtension>
      	<display>false</display>
      </showExtension>
      <logo>
        <display>false</display>
      </logo>
      <emptyThumbnail>
        <color>949494</color>
      </emptyThumbnail>
      <thumbnail>
        <color>949494</color>
      </thumbnail>
      <thumbnailHover>
        <color>a1a1a1</color>
      </thumbnailHover>
	  <detailText> <!-- dummy for now -->
        <color>b3b3b3</color>
	  </detailText>
	  <detailMatte>
        <color>666666</color>
	  </detailMatte>
	  <nonCSS>
		<numCols>3</numCols>
		<numRows>3</numRows>
		<identityPlateAbsolutePath />
		<imageBase>content</imageBase>
		<homePage>index.html</homePage>
	  </nonCSS>
	  <nonCSSColors>
		<cellColor>
			<color>949494</color>
	    </cellColor>
		<cellRolloverColor>
			<color>a1a1a1</color>
		</cellRolloverColor>
		<cellBorderColor>
			<color>787878</color>
		</cellBorderColor>
	  </nonCSSColors>
    </mx:Model>
	
	<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:ag="http://ns.adobe.com/silver/1.0">
		
		<mx:VBox ag:style="subdivided_sections" title="$$$/MediaGallery/gallerymaker/foldabeSection/SiteInfo=Site Info"
					 id="siteInfo">
		
			<mx:Label id="siteTitleLabel" text="$$$/MediaGallery/gallerymaker/titleField=Gallery Title:" />
			<mx:TextInput id="siteTitle"  editable="true" maxChars="50" />
			
			<mx:Label id="collectionTitleLabel" text="$$$/MediaGallery/gallerymaker/siteTitleField=Gallery Caption:" />
			<mx:TextInput id="groupTitle"  editable="true" maxChars="50" />
			
			<mx:Label id="groupDescriptionLabel" text="$$$/MediaGallery/gallerymaker/descriptionField=About This Gallery:" />
			<mx:TextArea id="groupDescription"  height="75" editable="true" maxChars="1000"/>
			
			<mx:Label id="contactInfoLabel" text="$$$/MediaGallery/gallerymaker/nameField=Your Name:" />
			<mx:TextInput id="contactName"  editable="true" maxChars="50" />
			
			<mx:Label id="contactEmailLabel" text="$$$/MediaGallery/gallerymaker/emailField=E-mail Address:" />
			<mx:TextInput id="contactEmail"  editable="true" maxChars="50" />
	
			<!-- copyright is used internally for imprinting on image metadata -->
			<mx:Label id="copyrightLabel" text="$$$/MediaGallery/gallerymaker/copyrightInfoField=Copyright Info:"/>
			<mx:TextInput id="copyrightView"  editable="true" maxChars="50"/>
			
		</mx:VBox>
		
		<mx:VBox ag:style="subdivided_sections" title="$$$/MediaGallery/gallerymaker/foldabeSection/Color=Color Palette"
				     id="colorPalette">
			
			<!-- <mx:Label id="colorsLabel" text="$$$/MediaGallery/gallerymaker/ColorsSection=Colors:" fontWeight="bold" /> -->
			
			<mx:HBox>
			
				<mx:VBox>
					<mx:HBox>
						<mx:ColorPicker id="foregroundColor" />
						<mx:Label text="$$$/MediaGallery/gallerymaker/TextColor=Text"/>
					</mx:HBox>
					<mx:HBox>
						<mx:ColorPicker id="detailTextColor" />
						<mx:Label text="$$$/MediaGallery/gallerymaker/detailTextColor=Detail Text"/> <!-- must hook up -->
					</mx:HBox>
					<mx:HBox>
						<mx:ColorPicker id="backgroundColor" />
						<mx:Label id="backgroundColorLabel" text="$$$/MediaGallery/gallerymaker/BackgroundColors=Background"/>
					</mx:HBox>
					<mx:HBox>
						<mx:ColorPicker id="detailMatteColor" />
						<mx:Label text="$$$/MediaGallery/gallerymaker/detailMatteColor=Detail Matte"/> <!-- must hook up -->
					</mx:HBox>
				</mx:VBox>
				
				<!-- The two columns have 18 pixel spacing between each other. -->
				<mx:VBox width="15" />
				
				<mx:VBox>
					<mx:HBox>
						<mx:ColorPicker id="cellColor" />
						<mx:Label id="cellColorLabel" text="$$$/MediaGallery/gallerymaker/CellsStatic=Cells"/>
					</mx:HBox>
					<mx:HBox>
						<mx:ColorPicker id="cellRolloverColor" />
						<mx:Label id="cellRolloverColorLabel" text="$$$/MediaGallery/gallerymaker/rollover=Rollover"/>
					</mx:HBox>
					<mx:HBox>
						<mx:ColorPicker id="cellBorderColor" />
						<mx:Label id="cellBorderColorLabel" text="$$$/MediaGallery/gallerymaker/GridLines=Grid Lines"/>
					</mx:HBox>
					<mx:HBox>
						<mx:ColorPicker id="itemNumberColor" />
						<mx:Label id="itemNumberColorLabel" text="$$$/MediaGallery/gallerymaker/Numbers=Numbers"/>
					</mx:HBox>
				</mx:VBox>
				
			</mx:HBox>
		
		</mx:VBox>
		
		<mx:VBox ag:style="subdivided_sections" title="$$$/MediaGallery/gallerymaker/foldabeSection/Appearance=Appearance"
					 id="appearance">
			
			<!-- <mx:Label text="$$$/MediaGallery/gallerymaker/GridSection=Grid:"  fontWeight="bold" /> -->
			<mx:CheckBox id="showCellNumbers" label="$$$/MediaGallery/gallerymaker/ShowCellNumbers=Show Cell Numbers" />
			
			<mx:HBox>
				
				<!-- Label Column -->
				<mx:VBox>
					<mx:CheckBox id="showFileNames" label="$$$/MediaGallery/gallerymaker/showFileNames=Show File Names" alignment="top"/>
					<mx:Label text="$$$/MediaGallery/JavaScript/Label/ImageOptionsPreview=Preview Size:" ag:layout="alignment='right',"
						height="21" alignment="right" />
					<mx:Label text="$$$/MediaGallery/JavaScript/Label/Quality=Quality:"
						ag:layout="alignment='right'," height="21" alignment="right" />
					<mx:Label id="gridSizeColLabel" text="$$$/MediaGallery/gallerymaker/NumColumns=Number of Columns:"
						height="21" alignment="right" />
					<mx:Label id="gridSizeRowlLabel" text="$$$/MediaGallery/gallerymaker/NumRows=Number of Rows:"
						height="21" alignment="right" />
					
				</mx:VBox>
				<!-- Label Column End -->
				
				<!-- Value Control Column -->
					
				<mx:VBox>
					<mx:CheckBox id="showExtensions" label="$$$/MediaGallery/gallerymaker/showExtensions=Show Extension" alignment="top"/>
			
					<mx:VBox>
						
						<mx:HBox>
							<mx:HSlider id="io_html_preview" width="95" height="21" etWidth="30" minimum="300" maximum="1600" textLeft="" textRight="$$$/MediaGallery/gallerymaker/Pixel=px" ratio="1" />
						</mx:HBox>
						
						<mx:HBox>
							<mx:HSlider id="jpegQualitySlider" width="95" height="21" etWidth="30" minimum="0" maximum="100" textLeft="" textRight="" ratio="1" />
						</mx:HBox>
					
						<!-- minRows="3" minColumns="3" maxRows="5" maxColumns="8" -->
						<mx:HBox alignment="left">
							<mx:ComboBox id="gridSizeNumCols" alignment="left" width="124" >
								<mx:dataProvider>
									<mx:Array>
										<mx:Object label="3" data="3"/>
										<mx:Object label="4" data="4"/>
										<mx:Object label="5" data="5"/>
										<mx:Object label="6" data="6"/>
										<mx:Object label="7" data="7"/>
										<mx:Object label="8" data="8"/>
									</mx:Array>
								</mx:dataProvider>
							</mx:ComboBox>
						</mx:HBox>
						<!-- <mx:Label id="gridSizeColLabel" text="$/MediaGallery/gallerymaker/NumColumns=Number of Columns"/> -->
			
						<mx:HBox alignment="left">
							<mx:ComboBox id="gridSizeNumRows" alignment="left" width="124" >
								<mx:dataProvider>
									<mx:Array>
										<mx:Object label="3" data="3"/>
										<mx:Object label="4" data="4"/>
										<mx:Object label="5" data="5"/>
									</mx:Array>
								</mx:dataProvider>
							</mx:ComboBox>
						</mx:HBox>
						<!-- <mx:Label id="gridSizeRowlLabel" text="$/MediaGallery/gallerymaker/NumRows=Number of Rows"/> -->
						
					</mx:VBox>
					
				</mx:VBox>
				
			</mx:HBox>
		
		</mx:VBox>

	</mx:VBox>
    <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
    
    <mx:Binding source="io_html_preview.value" destination="appearance.htmlPreviewSize.size"/>
	<mx:Binding source="appearance.htmlPreviewSize.size" destination="io_html_preview.value"/>
    <mx:Binding destination="appearance.nonCSS.numCols" source="gridSizeNumCols.selectedItem.data" />
    <mx:Binding destination="gridSizeNumCols.selectedItem.data" source="appearance.nonCSS.numCols" />
    <mx:Binding destination="appearance.nonCSS.numRows" source="gridSizeNumRows.selectedItem.data" />
    <mx:Binding destination="gridSizeNumRows.selectedItem.data" source="appearance.nonCSS.numRows" />
    <mx:Binding destination="appearance.nonCSSColors.cellColor.color" source="cellColor.selectedColor" />
    <mx:Binding destination="cellColor.selectedColor" source="appearance.nonCSSColors.cellColor.color" />
    <mx:Binding destination="appearance.nonCSSColors.cellRolloverColor.color" source="cellRolloverColor.selectedColor" />
    <mx:Binding destination="cellRolloverColor.selectedColor" source="appearance.nonCSSColors.cellRolloverColor.color" />
    <mx:Binding destination="appearance.nonCSSColors.cellBorderColor.color" source="cellBorderColor.selectedColor" />
    <mx:Binding destination="cellBorderColor.selectedColor" source="appearance.nonCSSColors.cellBorderColor.color" />
    <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
    <mx:Binding destination="appearance.collectionDescription.color" source="foregroundColor.selectedColor" />
    <mx:Binding destination="foregroundColor.selectedColor" source="appearance.collectionDescription.color" />
    <mx:Binding destination="appearance.collectionTitle.color" source="foregroundColor.selectedColor" />
    <mx:Binding destination="foregroundColor.selectedColor" source="appearance.collectionTitle.color" />
    <mx:Binding destination="appearance.contactName.color" source="foregroundColor.selectedColor" />
    <mx:Binding destination="foregroundColor.selectedColor" source="appearance.contactName.color" />
    <mx:Binding destination="appearance.pagination.color" source="foregroundColor.selectedColor" />
    <mx:Binding destination="foregroundColor.selectedColor" source="appearance.pagination.color" />
    <mx:Binding destination="appearance.siteTitle.color" source="foregroundColor.selectedColor" />
    <mx:Binding destination="foregroundColor.selectedColor" source="appearance.siteTitle.color" />
    <mx:Binding destination="appearance.caption.color" source="foregroundColor.selectedColor" />
    <mx:Binding destination="foregroundColor.selectedColor" source="appearance.caption.color" />
    <mx:Binding destination="appearance.paginationNoLink.color" source="foregroundColor.selectedColor" />
    <mx:Binding destination="foregroundColor.selectedColor" source="appearance.paginationNoLink.color" />
    <mx:Binding destination="appearance.paginationLink.color" source="foregroundColor.selectedColor" />
    <mx:Binding destination="foregroundColor.selectedColor" source="appearance.paginationLink.color" />
    <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
    <mx:Binding destination="appearance.itemNumber.color" source="itemNumberColor.selectedColor" />
    <mx:Binding destination="itemNumberColor.selectedColor" source="appearance.itemNumber.color" />
    <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
    <mx:Binding destination="appearance.content.color" source="backgroundColor.selectedColor" />
    <mx:Binding destination="backgroundColor.selectedColor" source="appearance.content.color" />
    <mx:Binding destination="appearance.body.color" source="backgroundColor.selectedColor" />
    <mx:Binding destination="backgroundColor.selectedColor" source="appearance.body.color" />
    <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
    <mx:Binding destination="appearance.itemNumber.display" source="showCellNumbers.selected" />
    <mx:Binding destination="showCellNumbers.selected" source="appearance.itemNumber.display" />
    <mx:Binding destination="appearance.showFileName.display" source="showFileNames.selected" />
    <mx:Binding destination="showFileNames.selected" source="appearance.showFileName.display" />
    <mx:Binding destination="appearance.showExtension.display" source="showExtensions.selected" />
    <mx:Binding destination="showExtensions.selected" source="appearance.showExtension.display" />
    <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
    <mx:Binding destination="appearance.detailText.color" source="detailTextColor.selectedColor" /> <!-- dummy for now -->
    <mx:Binding destination="detailTextColor.selectedColor" source="appearance.detailText.color" />
    <mx:Binding destination="appearance.detailMatte.color" source="detailMatteColor.selectedColor" />
    <mx:Binding destination="detailMatteColor.selectedColor" source="appearance.detailMatte.color" />
    <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
    <mx:Binding destination="appearance.emptyThumbnail.color" source="cellColor.selectedColor" />
    <mx:Binding destination="cellColor.selectedColor" source="appearance.emptyThumbnail.color" />
    <mx:Binding destination="appearance.thumbnail.color" source="cellColor.selectedColor" />
    <mx:Binding destination="cellColor.selectedColor" source="appearance.thumbnail.color" />
    <mx:Binding destination="appearance.thumbnailHover.color" source="cellRolloverColor.selectedColor" />
    <mx:Binding destination="cellRolloverColor.selectedColor" source="appearance.thumbnailHover.color" />
    <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
    <mx:Binding destination="metadata.contactName" source="contactName.text" />
    <mx:Binding destination="contactName.text" source="metadata.contactName" />
    <mx:Binding destination="metadata.contactEmail" source="contactEmail.text" />
    <mx:Binding destination="contactEmail.text" source="metadata.contactEmail" />
    <mx:Binding destination="metadata.groupDescription" source="groupDescription.text" />
    <mx:Binding destination="groupDescription.text" source="metadata.groupDescription" />
    <mx:Binding destination="metadata.groupTitle" source="groupTitle.text" />
    <mx:Binding destination="groupTitle.text" source="metadata.groupTitle" />
    <mx:Binding destination="metadata.siteTitle" source="siteTitle.text" />
    <mx:Binding destination="siteTitle.text" source="metadata.siteTitle" />
	<mx:Binding destination="metadata.copyrightInfo" source="copyrightView.text" />
	<mx:Binding destination="copyrightView.text" source="metadata.copyrightInfo" />
    <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
    <mx:Binding      source="appearance.nonCSS.numCols" destination="iconicPreview.numCols" />
    <mx:Binding      source="appearance.nonCSS.numRows" destination="iconicPreview.numRows" />
    <mx:Binding      source="appearance.body.color" destination="iconicPreview.bodyBackgroundColor" />
    <mx:Binding      source="appearance.thumbnail.color" destination="iconicPreview.cellBackgroundColor" />
    <mx:Binding      source="appearance.thumbnailHover.color" destination="iconicPreview.cellRolloverColor" />
    <mx:Binding      source="appearance.nonCSSColors.cellBorderColor.color" destination="iconicPreview.cellBorderColor" />
    <mx:Binding      source="appearance.collectionDescription.color" destination="iconicPreview.foregroundColor" />
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- identity plate -->
    <mx:Binding destination="appearance.nonCSS.homePage" source="homePage.text" />
    <mx:Binding destination="homePage.text" source="appearance.nonCSS.homePage" />
    <mx:Binding destination="lightroomApplication.identityPlateExport" source="identityPlate.lightroomIdentityPlateValue" />
    <mx:Binding destination="identityPlate.lightroomIdentityPlateValue" source="lightroomApplication.identityPlateExport" />
    <mx:Binding destination="appearance.logo.display" source="identityPlate.lightroomIdentityPlateEnabled" />
    <mx:Binding destination="identityPlate.lightroomIdentityPlateEnabled" source="appearance.logo.display" />
    
    <mx:Binding destination="appearance.jpegQuality.value" source="jpegQualitySlider.value"/>
	<mx:Binding destination="jpegQualitySlider.value" source="appearance.jpegQuality.value"/>
	
  </mx:Application>
</galleryMaker>
