This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/mambots/content/moszoomthumb.xml
2012-09-18 20:02:43 +00:00

89 lines
6.1 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall version="4.5.2" type="mambot" group="content">
<name>MOS Zoom Thumb</name>
<author>Jetze van der Wal</author>
<creationDate>February 2005</creationDate>
<copyright>(C) 2005 Jetze van der Wal</copyright>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail>mambo@jetze.nl</authorEmail>
<authorUrl>mamboforge.net/projects/zoomthumb</authorUrl>
<version>1.0.beta.1.0</version>
<description><![CDATA[
<!--@version@x.x check two times the url for emdding help page: update the version param-->
<iframe SRC="../mambots/content/moszoomthumb/index.html?version1.0.beta.1.1" NAME="mambot" WIDTH="500" HEIGHT="600" ALIGN="LEFT">
<p>It seems, your browser does not support so-called iframes. You should have seen a help file here. Click <a href="../mambots/content/moszoomthumb/index.html?version1.0.beta.1.1">here</a> to open it anyway.</p>
</iframe>]]></description>
<files>
<filename mambot="moszoomthumb" >moszoomthumb.php</filename>
<filename mambot="moszoomthumb">moszoomthumb/index.html</filename>
<filename mambot="moszoomthumb">moszoomthumb/style-for-html-files.css</filename>
<filename mambot="moszoomthumb">moszoomthumb/moszoomthumb.class.php</filename>
</files>
<params>
<param name="path_zoom" type="text" default="/images/zoom/" label="your Zoom Gallery path"
description="Point to main folder of Zoom. use both leading and trailing slashes" />
<param name="div_mother_1" type="text" default="class='mosimage' style='float: left; border-width: 0px; margin: px; padding: px;' align='center'" label="(default) html added to img container type 1"
description="Is the default html added to ZoomThumb pictures." />
<param name="div_mother_1_descr" type="text" default="Float image to left" label="Your description of this style"
description="Helps users to identify what this style does." />
<param name="div_mother_2" type="text" default="class='mosimage' style='float: right; border-width: 0px; margin: px; padding: px;' align='center'" label="html added to img container type 2"
description="Is the html added if the style_m=2 parameter is used" />
<param name="div_mother_2_descr" type="text" default="Float image to right" label="Your description of this style"
description="Helps users to identify what this style does." />
<param name="div_mother_3" type="text" default="class='mosimage' style='border-width: 0px; margin: px; padding: px;' align='center'" label="html added to img container type 3"
description="Is the html added if the style_m=3 parameter is used" />
<param name="div_mother_3_descr" type="text" default="No float: text under and above image only." label="Your description of this style"
description="Helps users to identify what this style does." />
<param name="div_mother_4" type="text" default="" label="html added to img container type 4"
description="Is the html added if the style_m=4 parameter is used" />
<param name="div_mother_4_descr" type="text" default="Not used right now" label="Your description of this style"
description="Helps users to identify what this style does." />
<param name="image_1" type="text" default="" label="(default) html added to img type 1"
description="Is the default html added to the image code" />
<param name="image_1_descr" type="text" default="Not used at this moment" label="Your description of this style"
description="Helps users to identify what this style does." />
<param name="image_2" type="text" default="" label="html added to img type 2"
description="Is the html added if the style_i=2 parameter is used" />
<param name="image_2_descr" type="text" default="Not used at this moment" label="Your description of this style"
description="Helps users to identify what this style does." />
<param name="div_caption_1" type="text" default="class='mosimage_caption'" label="(default) html added to caption"
description="Is the default html added to the caption" />
<param name="div_caption_1_descr" type="text" default="Not used at this moment" label="Your description of this style"
description="Helps users to identify what this style does." />
<param name="div_caption_2" type="text" default="class='mosimage_caption'" label="html added to caption"
description="Is the html added if the style_c=2 parameter is used" />
<param name="div_caption_2_descr" type="text" default="Not used at this moment" label="Your description of this style"
description="Helps users to identify what this style does." />
<param name="caption_show" type="radio" default="1" label="Use caption text:"
description="Caption text in Zoom can be used as the caption for the thumbnal image. You may override by providing alternative text in parameters.">
<option value="1">Yes</option>
<option value="0">No</option>
</param>
<param name="caption_length" type="text" default="0" label="Number: maximum length of caption text."
description="You can limit the length of the caption text, enter 0 (zero) for no limit." />
<param name="thumbnails_link" type="radio" default="1" label="Thumbs link to Zoom?"
description="If clicked upon, open larger images in Zoom?">
<option value="0">No</option>
<option value="1">Yes</option>
</param>
<param name="itemid" type="text" default="0" label="Number: itemid to use"
description="Enter the itemid of the Zoom galery menu." />
<param name="publish_override" type="radio" default="0" label="Show unpublished thumbs?"
description="Display unpublished thumbnails (in unpublished galleries?) Note: unpublished thumbs will never link to gallery.">
<option value="0">No</option>
<option value="1">Yes</option>
</param>
<param name="div_order" type="radio" default="0" label="Create thumbnail code:"
description="Defines the order in which this mambot creates html code">
<option value="0">add image then caption</option>
<option value="1">add caption then image</option>
</param>
<param name="debug_info" type="radio" default="0" label="Show debug info?"
description="use this options when to solve problems, extra text is added.">
<option value="0">No</option>
<option value="1">Yes</option>
</param>
</params>
</mosinstall>