Current Path :
/
home
/
develito
/
www
/
tmp
/
install_611c36ae9165f
/
Admin
/
template
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/www/tmp/install_611c36ae9165f/Admin/template/info.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 - 2017 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="TP.INFO_SITE_TITLE"/> <file type="script" filename="bootstrap.tabs"/> <file type="script" filename="adm.template"/> </header> <toolbar title="var:[site_title]" icon="" class="template info"> <button type="duplicate" task="template.clone" label="TB.CLONE"/> <divider/> <button type="delete" task="template.delete" confirm="TB.JS_DELETE_TEMPLATE_WARN"/> <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"/> <tabs> <tab label="TP.INFO"> <div class="row-fluid"> <div class="span12"> <fieldset> <field type="output" value="template.name" label="TP.TEMPLATE_NAME"/> <field type="output" value="template.author.url" label="TP.AUTHORURL" condition="template.author.url"> <value> <url type="external" target="_blank" content="template.author.name" uri="template.author.url"/> </value> </field> <field type="output" value="template.author.name" label="TP.AUTHORURL" invert-condition="template.author.url"/> <field type="output" value="template.copyright" label="TP.COPYR"/> <field type="output" value="template.license" label="TP.LIC"/> <field type="output" value="template.version" label="TP.VER"/> <field type="dateGetter" value="template.date" label="TP.DATE" dateFormat="d-m-Y"/> <field type="output" value="template.description" label="TP.DESC"/> </fieldset> </div> </div> <div class="row-fluid"> <div class="span12" condition="template.preview"> <fieldset label="TP.TEMPLATE_PREVIEW"> <div class="spTemplatePreview"> <img class="img-rounded img-polaroid" src="var:[template.preview]" alt=""/> </div> </fieldset> </div> </div> </tab> <tab label="TP.FILES_DECS" condition="files.length"> <div class="row-fluid"> <div class="span12"> <div class="table-responsive"> <table> <head> <cell label="TP.HEAD_FILENAME" type="text" class="spCell left"/> <cell label="TP.HEAD_FILE_DESC" type="text" class="spCell left"/> </head> <loop subject="files"> <cell type="link" value="file" condition="filepath"> <url type="intern"> <param name="task" value="template.edit"/> <param name="file" value="filepath" parse="true"/> <param name="sid" value="sid" parse="true" subject="skip"/> </url> </cell> <cell type="text" value="file" invert-condition="filepath"/> <cell type="text" value="description" class="spCell left"/> </loop> </table> </div> </div> </div> </tab> </tabs> </div> </div> </body> <config> <action value="index.php"/> <hidden> <field name="option" default="com_sobipro"/> <field name="task" default=""/> <field name="templateNewName" default=""/> <field name="pid" value="sid" /> </hidden> </config> </definition>