0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: default_ftp.php.tar
home/academiac/www/administrator/templates/hathor/html/com_languages/installed/default_ftp.php 0000644 00000001743 15137203715 0027120 0 ustar 00 <?php /** * @package Joomla.Administrator * @subpackage Templates.hathor * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 */ defined('_JEXEC') or die; ?> <fieldset class="adminform" title="<?php echo JText::_('COM_LANGUAGES_FTP_TITLE'); ?>"> <legend><?php echo JText::_('COM_LANGUAGES_FTP_TITLE'); ?></legend> <?php echo JText::_('COM_LANGUAGES_FTP_DESC'); ?> <?php if ($ftp instanceof Exception): ?> <p class="warning"><?php echo JText::_($ftp->message); ?></p> <?php endif; ?> <div> <label for="username"><?php echo JText::_('JGLOBAL_USERNAME'); ?></label> <input type="text" id="username" name="username" class="inputbox" value="" /> </div> <div> <label for="password"><?php echo JText::_('JGLOBAL_PASSWORD'); ?></label> <input type="password" id="password" name="password" class="inputbox" value="" /> </div> </fieldset> home/academiac/www/administrator/components/com_languages/views/installed/tmpl/default_ftp.php 0000644 00000002215 15140144533 0027156 0 ustar 00 <?php /** * @package Joomla.Administrator * @subpackage com_languages * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; ?> <fieldset title="<?php echo JText::_('COM_LANGUAGES_FTP_TITLE'); ?>"> <legend><?php echo JText::_('COM_LANGUAGES_FTP_TITLE'); ?></legend> <?php echo JText::_('COM_LANGUAGES_FTP_DESC'); ?> <?php if ($ftp instanceof Exception): ?> <p class="warning"><?php echo JText::_($ftp->message); ?></p> <?php endif; ?> <table class="adminform"> <tbody> <tr> <td width="120"> <label for="username"><?php echo JText::_('JGLOBAL_USERNAME'); ?></label> </td> <td> <input type="text" id="username" name="username" class="inputbox" size="70" value="" /> </td> </tr> <tr> <td width="120"> <label for="password"><?php echo JText::_('JGLOBAL_PASSWORD'); ?></label> </td> <td> <input type="password" id="password" name="password" class="inputbox" size="70" value="" /> </td> </tr> </tbody> </table> </fieldset>
©
2018.