?
Path : /home/admin/public_html/old/board/modules/mod_shotimoo/ |
Current File : /home/admin/public_html/old/board/modules/mod_shotimoo/mod_shotimoo.xml |
<?xml version="1.0" encoding="utf-8"?> <install version="1.5" type="module" method="upgrade"> <name>shotimoo - Simple notifier</name> <author>Yannick Gaultier</author> <creationDate>2011-06-15</creationDate> <copyright>2011 - Yannick Gaultier</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <authorEmail>shumisha@gmail.com</authorEmail> <version>1.1.2.23</version> <description>Display one or more javascript information box to site visitor. Requires Mootools V 1.2+. Wrapper for Notimoo, Copyright (c) 2009 PaquitoSoft, released under the MIT licence. See http://paquitosoft.com/</description> <files> <filename module="mod_shotimoo">mod_shotimoo.php</filename> </files> <params> <param name="vLocation" type="radio" default="top" label="Vertical location" description="Select whether notification box is displayed near the top or the bottom of the page"> <option value="top">Top</option> <option value="bottom">Bottom</option> </param> <param name="hLocation" type="radio" default="right" label="Horizontal location" description="Select whether notification box is displayed near the right or left side of the page"> <option value="right">Right</option> <option value="left">Left</option> </param> <param name="useclearcookie" type="radio" default="0" label="Cookie to clear notif." description="If set to Yes, if user clicks on a notification box to close it, this will be remembered in a cookie, for one day, so that the user don't see the notifications when moving to another page. There is one cookie per copy of the module"> <option value="0">No</option> <option value="1">Yes</option> </param> <param name="@spacer" type="spacer" default="" label="" description="" /> <param name="message1" type="textarea" rows="5" cols="30" default="Welcome to our site!" label="Message to be displayed" description="Message to display. Can include html tags"/> <param name="title1" type="text" size="50" default="" label="Title" description="Optional title"/> <param name="close_delay1" type="text" default="0" label="Delay before closing" description="Number of milliseconds the notification should be displayed. If set to zero, notification will not be closed automatically. User can still remove it by clicking anywhere on it"/> <param name="display_from1" type="calendar" format="%Y-%m-%d %H:%M:%S" default="" label="Display from" description="Enter a date/time to start displaying the message." /> <param name="display_until1" type="calendar" format="%Y-%m-%d %H:%M:%S" default="" label="Display until" description="Enter a date/time to end displaying the message." /> <param name="@spacer" type="spacer" default="" label="" description="" /> <param name="message2" type="textarea" rows="5" cols="30" default="" label="Message to be displayed" description="Message to display. Can include html tags"/> <param name="title2" type="text" size="50" default="" label="Title" description="Optional title"/> <param name="close_delay2" type="text" default="0" label="Delay before closing" description="Number of milliseconds the notification should be displayed. If set to zero, notification will not be closed automatically. User can still remove it by clicking anywhere on it"/> <param name="display_from2" type="calendar" format="%Y-%m-%d %H:%M:%S" default="" label="Display from" description="Enter a date/time to start displaying the message." /> <param name="display_until2" type="calendar" format="%Y-%m-%d %H:%M:%S" default="" label="Display until" description="Enter a date/time to end displaying the message." /> <param name="@spacer" type="spacer" default="" label="" description="" /> <param name="message3" type="textarea" rows="5" cols="30" default="" label="Message to be displayed" description="Message to display. Can include html tags"/> <param name="title3" type="text" size="50" default="" label="Title" description="Optional title"/> <param name="close_delay3" type="text" default="0" label="Delay before closing" description="Number of milliseconds the notification should be displayed. If set to zero, notification will not be closed automatically. User can still remove it by clicking anywhere on it"/> <param name="display_from3" type="calendar" format="%Y-%m-%d %H:%M:%S" default="" label="Display from" description="Enter a date/time to start displaying the message." /> <param name="display_until3" type="calendar" format="%Y-%m-%d %H:%M:%S" default="" label="Display until" description="Enter a date/time to end displaying the message." /> </params> </install>