Current Path :
/
home
/
develito
/
www
/
tmp
/
install_611c368f79b6a
/
Admin
/
config
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/www/tmp/install_611c368f79b6a/Admin/config/crawler.xml
<?xml version="1.0" encoding="utf-8"?> <!-- @package: SobiPro Component for Joomla! @author Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH Email: sobi[at]sigsiu.net Url: https://www.Sigsiu.NET @copyright Copyright (C) 2006 - 2015 Sigsiu.NET GmbH (https://www.sigsiu.net). All rights reserved. @license GNU/GPL Version 3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation, and under the additional terms according section 7 of GPL v3. See http://www.gnu.org/licenses/gpl.html and https://www.sigsiu.net/licenses. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. --> <definition> <header> <title value="CRAWLER.SITE_TITLE"/> <file type="script" filename="adm.crawler"/> </header> <toolbar title="CRAWLER.SITE_TITLE" icon="" class="config crawler"> <divider/> <button label="TB.START_CRAWL" task="crawler.init" icon="fighter-jet"> <button label="TB.RESTART_CRAWL" task="crawler.restart" icon="refresh"/> </button> <divider/> <buttons icon="sitemap" buttons="sections-list" dropdown-class="right" label="TB.SECTIONS"/> <divider/> <buttons type="options" dropdown-class="right"> <button type="url" task="panel"/> <button type="url" task="config" condition="acl.config"/> <button type="url" task="acl" condition="acl.config"/> <button type="url" task="extensions.installed" condition="acl.apps"/> <button type="url" task="template.info"/> <button type="help" target="_blank"/> </buttons> </toolbar> <body> <div class="row-fluid"> <div class="span3" id="SPRightMenu"> <menu/> </div> <div class="span9 spMainArea"> <message id="spMessage"/> <message label="CRAWL.INFO" class="alert alert-info" type="info" dismiss-button="false"/> <message parse="cron" dismiss-button="false" icon="true"/> <div id="crawlerResponse" class="hide"> <div class="alert alert-info" id="progressMessage"/> <div class="table-responsive"> <table> <head> <cell label="CRAWL_URL" type="text" class=""/> <cell label="CRAWL_CODE" type="text" class="spCell center"/> <cell label="CRAWL_LINKS" type="text" class="spCell center"/> <cell label="CRAWL_TIME" type="text" class="spCell center"/> </head> <tbody id="response-container"> <cell class="url"/> <cell class="code spCell center"/> <cell class="links spCell center"/> <cell class="time spCell center"/> </tbody> </table> </div> </div> </div> </div> </body> <config> <action value="index.php"/> <hidden> <field name="option" default="com_sobipro"/> <field name="task" default=""/> <field name="method" default="xhr"/> </hidden> </config> </definition>