Your IP : 216.73.216.170


Current Path : /var/www/iplanru/data/www/i-plan.ru/plugins/system/mobiletemplate/
Upload File :
Current File : /var/www/iplanru/data/www/i-plan.ru/plugins/system/mobiletemplate/mobiletemplate.xml

<?xml version="1.0" encoding="utf-8"?>
<extension version="3.3" type="plugin" group="system" overwrite="true">
	<name>plg_system_mobiletemplate</name>
	<author>nhuang</author>
	<authorEmail>nhuang@nhuang.com</authorEmail>
	<authorUrl>http://www.nhuang.com</authorUrl>
	<creationDate>2014-4-9</creationDate>
	<copyright>Nhuang All rights reserved.</copyright>
	<license>GNU General Public License version 2 or later</license>
	<version>1.2.0</version>
	<description>PLG_SYSTEM_MOBILETEMPLATE_XML_DESCRIPTION</description>
	<files>
		<filename plugin="mobiletemplate">mobiletemplate.php</filename>
	</files>
	<languages>
		<language tag="en-GB">en-GB.plg_system_mobiletemplate.ini</language>
		<language tag="en-GB">en-GB.plg_system_mobiletemplate.sys.ini</language>
	</languages>
	<config>
		<fields name="params">
			<fieldset name="basic">
				<field name="mob_us_en" type="radio"
                    label="Проверка по устройству">
                         <option value="1">Вкл</option>
                         <option value="0">Выкл</option>
                </field>
				
				<field name="template_name" type="text"
					description="PLG_MOBILETEMPLATE_TEMPLATE_NAME_DESC"
					label="PLG_MOBILETEMPLATE_TEMPLATE_NAME_LABEL"
					default="mobiletemplate"
					size="37"
                    />
                
                <field name="mobile_style" type="textarea"
					description=""
					label="Список устройств включенных в показ"
					default="iPhone|iPod|BlackBerry|Pre|Palm|Googlebot-Mobile|mobi|Safari Mobile|Windows Mobile|Android|Opera Mini|mobile"
                    />
                
                <field name="filter" type="list" multiple="multiple"
					description="PLG_MOBILETEMPLATE_FILTER_DESC"
                    label="Список устройств исключенных из показа">
                         <option value="iPhone">iPhone</option>
                         <option value="iPad">iPad</option>
                         <option value="Android">Android</option>
                         <option value="i686">Linux_i686</option>
                         
                </field>
                <field name="mob_ip_en" type="radio"
                    label="Проверка по IP">
                         <option value="1">Вкл</option>
                         <option value="0">Выкл</option>
                </field>
                <field type="textarea" name="mob_ip" default="" label="Разрешенные IP" description="Значения вводятся по одному на каждую строку." />
			</fieldset>
		</fields>
	</config>
</extension>