0byt3m1n1
Path:
/
data
/
applications
/
aps
/
mambo
/
4.6.2-16
/
standard
/
htdocs
/
modules
/
[
Home
]
File: mod_search.xml
<?xml version="1.0" encoding="iso-8859-1"?> <mosinstall type="module" version="4.5.2"> <name>Search Module</name> <author>Mambo Foundation</author> <creationDate>July 2004</creationDate> <copyright>copyright (C) 2000 - 2007 Mambo Foundation Inc.</copyright> <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL v.2</license> <authorEmail>core@mambo-foundation.org</authorEmail> <authorUrl>www.mambo-foundation.org</authorUrl> <version>4.5.2</version> <description>This module will display a search box</description> <files> <filename module="mod_search">mod_search.php</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="@spacer" type="spacer" default="" label="" description="" /> <param name="cache" type="radio" default="0" label="Enable Cache" description="Select whether to cache the content of this module"> <option value="0">No</option> <option value="1">Yes</option> </param> <param name="@spacer" type="spacer" default="" label="" description="" /> <param name="width" type="text" default="20" label="Box Width" description="Size of the search text box" /> <param name="text" type="text" default="" label="Text" description="The text that appears in the search text box, if left blank it will load _SEARCH_BOX from your language file" /> <param name="@spacer" type="spacer" default="" label="" description="" /> <param name="button" type="radio" default="" label="Search Button" description="Display a Search Button"> <option value="">No</option> <option value="1">Yes</option> </param> <param name="button_pos" type="list" default="right" label="Button Position" description="Position of the button relative to the search box"> <option value="right">Right</option> <option value="left">Left</option> <option value="top">Top</option> <option value="bottom">Bottom</option> </param> <param name="button_text" type="text" default="" label="Button Text" description="The text that appears in the search buttin, if left blank it will load _SEARCH_TITLE from your language file" /> </params> </mosinstall>