<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="style/design-mod.xsl" type="text/xsl" ?>
<mod>
	<header>
		<name>ImageShack Upload Form</name>
		<version>1.0.1</version>
		<author>
			<name>Met@lnono</name>
			<website>http://www.metalnono.fr</website>
			<email>nono1135@hotmail.com</email>
		</author>
		<description><![CDATA[Module permettant d'ajouter un formulaire d'upload d'images vers le site ImageShack.us (http://reg.imageshack.us/content.php?page=syndicate)]]></description>
		<manualQueries><![CDATA[INSERT INTO `fsb2_mods` (`mod_name`, `mod_real_name`, `mod_status`, `mod_version`, `mod_description`, `mod_author`, `mod_email`, `mod_website`, `mod_type`) VALUES ('imageshack_upload_form', 'ImageShack Upload Form', 1, '1.0.1', 'Module permettant d\'ajouter un formulaire d\'upload d\'images vers le site ImageShack.us (http://reg.imageshack.us/content.php?page=syndicate)', 'Met@lnono', 'nono1135@hotmail.com', 'http://www.metalnono.fr', 1);]]></manualQueries>
	</header>
	<instruction>
		<line name="Copier">
		</line>
		<line name="Ouvrir">
			<file>tpl/WhiteSummer/files/handler_map.html</file>
			<duplicat>tpl/</duplicat>
		</line>
		<line name="Trouver">
			<code><![CDATA[				<include name="handler_fsbcode.html" />
]]></code>
		</line>
		<line name="apres ajouter">
			<code><![CDATA[				<switch name="ac_mods_imageshack_upload_form">
					<iframe src="http://imageshack.us/iframe.php?txtcolor=111111&type=blank&size=30" scrolling="no" allowtransparency="true" frameborder="0" width="280" height="70">Update your browser for ImageShack.us!</iframe>
				</switch>]]></code>
		</line>
		<line name="end">
		</line>
	</instruction>
</mod>