| Current Path : /var/www/consult-e-syn/public_html/plugins/ats/geolocation/ |
| Current File : /var/www/consult-e-syn/public_html/plugins/ats/geolocation/geolocation.xml |
<?xml version="1.0" encoding="utf-8"?>
<!--~
~ @package ats
~ @copyright Copyright (c)2011-2022 Nicholas K. Dionysopoulos / Akeeba Ltd
~ @license GNU General Public License version 3, or later
-->
<extension version="3.9.0" type="plugin" group="ats" method="upgrade">
<name>PLG_ATS_GEOLOCATION</name>
<author>Nicholas K. Dionysopoulos</author>
<authorEmail>nicholas@dionysopoulos.me</authorEmail>
<authorUrl>https://www.akeeba.com</authorUrl>
<copyright>Copyright (c)2011-2021 Nicholas K. Dionysopoulos / Akeeba Ltd</copyright>
<license>GNU GPL v3 or later</license>
<creationDate>2023-07-26</creationDate>
<version>4.0.9.2</version>
<description>PLG_ATS_GEOLOCATION_DESCRIPTION</description>
<files>
<filename plugin="geolocation">geolocation.php</filename>
<filename>.htaccess</filename>
<filename>web.config</filename>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_ats_geolocation.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_ats_geolocation.sys.ini</language>
</languages>
<scriptfile>script.php</scriptfile>
<config addfieldpath="/administrator/components/com_ats/fields">
<fields name="params">
<fieldset name="basic">
<field name="use_w3c" type="fancyradio" default="1"
label="PLG_ATS_GEOLOCATION_PARAM_USE_W3C_LABEL"
description="PLG_ATS_GEOLOCATION_PARAM_USE_W3C_DESC"
class="btn-group">
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field name="use_geoip" type="fancyradio" default="1"
label="PLG_ATS_GEOLOCATION_PARAM_USE_GEOIP_LABEL"
description="PLG_ATS_GEOLOCATION_PARAM_USE_GEOIP_DESC"
class="btn-group">
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field name="w3c_accuracy" type="number" default="7000"
label="PLG_ATS_GEOLOCATION_PARAM_MAX_W3C_ACCURACY_LABEL"
description="PLG_ATS_GEOLOCATION_PARAM_MAX_W3C_ACCURACY_DESC"
showon="use_w3c:1"
/>
<field name="display_map_for" type="list" default="staff"
label="PLG_ATS_GEOLOCATION_PARAM_DISPLAY_MAP_FOR_LABEL" description="PLG_ATS_GEOLOCATION_PARAM_DISPLAY_MAP_FOR_DESC">
<option value="staff">PLG_ATS_GEOLOCATION_PARAM_DISPLAY_MAP_FOR_STAFF</option>
<option value="user">PLG_ATS_GEOLOCATION_PARAM_DISPLAY_MAP_FOR_USER</option>
<option value="all">PLG_ATS_GEOLOCATION_PARAM_DISPLAY_MAP_FOR_ALL</option>
</field>
<field name="display_map_with" type="list" default="osm"
label="PLG_ATS_GEOLOCATION_PARAM_DISPLAY_MAP_WITH_LABEL"
description="PLG_ATS_GEOLOCATION_PARAM_DISPLAY_MAP_WITH_DESC">
<option value="google">PLG_ATS_GEOLOCATION_PARAM_DISPLAY_MAP_WITH_GOOGLE</option>
<option value="bing">PLG_ATS_GEOLOCATION_PARAM_DISPLAY_MAP_WITH_BING</option>
<option value="osm">PLG_ATS_GEOLOCATION_PARAM_DISPLAY_MAP_WITH_OSM</option>
</field>
<field name="google_key" type="text" default=""
label="PLG_ATS_GEOLOCATION_PARAM_GOOGLE_KEY_LABEL"
description="PLG_ATS_GEOLOCATION_PARAM_GOOGLE_KEY_DESC"
showon="display_map_with:google"
/>
<field name="slug" type="text" default="geolocation"
label="PLG_ATS_GEOLOCATION_PARAM_SLUG_LABEL"
description="PLG_ATS_GEOLOCATION_PARAM_SLUG_DESC"
/>
</fieldset>
</fields>
</config>
</extension>