<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<?pixaria pixieversion="2.1" scriptversion="2.x" ?>

<PixieDefinition>

	<PixieName>Search forms</PixieName>
	
	<PixieVersion>3.0.1</PixieVersion>
	
	<PixieUniqueID>EA1</PixieUniqueID>
	
	<PixieDescription>This Pixie allows you to display two types of image search form on your Pixaria website.</PixieDescription>
	
	<PixieNotice></PixieNotice>
	
	<PixieExamples>
		
		<PixieExample>
		
			<PixieExampleDescription>Show a very basic keyword search form consisting of a single form field.</PixieExampleDescription>
		
			<PixieExampleCode>{load_pixie name="search_form"}</PixieExampleCode>
		
		</PixieExample>
		
		<PixieExample>
		
			<PixieExampleDescription>Show an advanced search form.  This form can be configured in the Pixaria 'General Settings' control panel. </PixieExampleDescription>
		
			<PixieExampleCode>{load_pixie name="search_form" options="advanced"}</PixieExampleCode>
		
		</PixieExample>
		
	</PixieExamples>
		
	<PixieOptions>
	
		<Option>
		
			<OptionName>Search form type</OptionName>
			
			<OptionDescription>Tell this Pixie what kind of search form to display</OptionDescription>
			
			<OptionType>String</OptionType>
			
			<OptionNotes>Optional (defaults to minimal)</OptionNotes>
			
			<OptionValues>
			
				<OptionAllowedValue>minimal</OptionAllowedValue>
				
				<OptionAllowedValue>advanced</OptionAllowedValue>
				
			</OptionValues>
			
		</Option>
		
	</PixieOptions>
	
</PixieDefinition>

